Shades of Deep Pink #EF2189
Tints of Deep Pink #EF2189
RGB
CMYK
RGB Variations
Color information
#EF2189 (or 0xEF2189) is known color: Deep Pink. HEX triplet: EF, 21 and 89. RGB value is (239,33,137). Sum of RGB (Red+Green+Blue) = 239+33+137=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2189 is #10DE76. Grayscale: #6A6A6A. Windows color (decimal): -1105527 or 8987119. OLE color: 8987119.
HSL color Cylindrical-coordinate representation of color #EF2189: hue angle of 329.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2189 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 137 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.06 |
| HSL | 329.71º | 0.87% | 0.53% | - |
| HSV(B) | 329.71º | 0.86% | 0.94% | - |
| XYZ | 40.66 | 21.24 | 25.62 | - |
| YUV | 106.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 137 | 0 | 0.86 | 0.43 | 0.06 | 329.71 | 0.87 | 0.53 |
| Hex | EF | 21 | 89 | 0 | 56 | 2B | 6 | 14A | 57 | 35 |
| Octal | 357 | 41 | 211 | 0 | 126 | 53 | 6 | 512 | 127 | 65 |
| Binary | 11101111 | 100001 | 10001001 | 0 | 1010110 | 101011 | 110 | 101001010 | 1010111 | 110101 |
Color Harmonies of #EF2189
Complementary color
Monochromatic Colors of #EF2189
Black with #EF2189
Text Example
Text Example
White with #EF2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2189; }
p { color: rgb(239,33,137); }
H1.HeaderClassName
{
color: #EF2189;
}
.AnyTagClassName
{
color: #EF2189;
}
</style>
background-color css
<style>
a { background-color: #EF2189; }
a { background-color: rgb(239,33,137); }
div.DivClassName
{
background-color: #EF2189;
}
.BgClassName
{
background-color: #EF2189;
}
</style>
border-color css
<style>
span { border-color: #EF2189; }
span { border-color: rgb(239,33,137); }
td.TdClassName
{
border-color: #EF2189;
}
.TagClassName
{
border-color: #EF2189;
}
</style>