HSL(319, 95%, 45%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,95%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 95%, 45%) | color: hsl(319, 95%, 45%) | |
| HEX | #E0069B | color: #E0069B | |
| RGB | rgb(224, 6, 155) | color: rgb(224, 6, 155) | |
| CMYK | cmyk(0%, 97%, 31%, 12%) | — | |
| HSV | hsv(319, 97%, 88%) | — | |
| HWB | hwb(319 3% 12%) | color: hwb(319 3% 12%) | |
| OKLCH | oklch(0.6018 0.2512 347.77) | color: oklch(0.6018 0.2512 347.77) | |
| Lab | lab(49.92 80.05 -20.17) | color: lab(49.92 80.05 -20.17) | |
| LCH | lch(49.92 82.55 345.86) | color: lch(49.92 82.55 345.86) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#828077 — rgb(130, 128, 119)
Deuteranopia (Green-blind)
#8E9F6E — rgb(142, 159, 110)
Tritanopia (Blue-blind)
#D55A54 — rgb(213, 90, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 95%, 45%);
text
color: hsl(319, 95%, 45%);
border
border: 2px solid hsl(319, 95%, 45%);
gradient light
background: linear-gradient(to right, hsl(319, 95%, 65%), hsl(319, 95%, 45%));
gradient dark
background: linear-gradient(to right, hsl(319, 95%, 45%), hsl(319, 95%, 25%))
hex
background-color: #E0069B;
tailwind
bg-[hsl(319,95%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 95%, 45%, 0.4);
css variable
--color-primary: hsl(319, 95%, 45%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 95%, 45%)?
HEX: #E0069B | RGB: rgb(224, 6, 155) | CMYK: 0%, 97%, 31%, 12% | HSV: 319°, 97%, 88%. Copy any format from the conversion table above.
What colors go well with #E0069B?
The complementary color is HSL(139, 95%, 45%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 95%, 45%) in CSS?
As HSL: color: hsl(319, 95%, 45%); — As HEX: color: #E0069B; — As RGB: color: rgb(224, 6, 155); — Tailwind CSS: bg-[hsl(319,95%,45%)] — CSS variable: --color-primary: hsl(319, 95%, 45%);