Shades of Deep Pink #EF0E81
Tints of Deep Pink #EF0E81
RGB
CMYK
RGB Variations
Color information
#EF0E81 (or 0xEF0E81) is known color: Deep Pink. HEX triplet: EF, 0E and 81. RGB value is (239,14,129). Sum of RGB (Red+Green+Blue) = 239+14+129=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0E81 is #10F17E. Grayscale: #5E5E5E. Windows color (decimal): -1110399 or 8457967. OLE color: 8457967.
HSL color Cylindrical-coordinate representation of color #EF0E81: hue angle of 329.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E81 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 129 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.06 |
| HSL | 329.33º | 0.89% | 0.5% | - |
| HSV(B) | 329.33º | 0.94% | 0.94% | - |
| XYZ | 39.72 | 20.25 | 22.58 | - |
| YUV | 94.39 | 147.54 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 129 | 0 | 0.94 | 0.46 | 0.06 | 329.33 | 0.89 | 0.5 |
| Hex | EF | E | 81 | 0 | 5E | 2E | 6 | 149 | 59 | 32 |
| Octal | 357 | 16 | 201 | 0 | 136 | 56 | 6 | 511 | 131 | 62 |
| Binary | 11101111 | 1110 | 10000001 | 0 | 1011110 | 101110 | 110 | 101001001 | 1011001 | 110010 |
Color Harmonies of #EF0E81
Complementary color
Monochromatic Colors of #EF0E81
Black with #EF0E81
Text Example
Text Example
White with #EF0E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E81; }
p { color: rgb(239,14,129); }
H1.HeaderClassName
{
color: #EF0E81;
}
.AnyTagClassName
{
color: #EF0E81;
}
</style>
background-color css
<style>
a { background-color: #EF0E81; }
a { background-color: rgb(239,14,129); }
div.DivClassName
{
background-color: #EF0E81;
}
.BgClassName
{
background-color: #EF0E81;
}
</style>
border-color css
<style>
span { border-color: #EF0E81; }
span { border-color: rgb(239,14,129); }
td.TdClassName
{
border-color: #EF0E81;
}
.TagClassName
{
border-color: #EF0E81;
}
</style>