Shades of Deep Pink #EF0E8C
Tints of Deep Pink #EF0E8C
RGB
CMYK
RGB Variations
Color information
#EF0E8C (or 0xEF0E8C) is known color: Deep Pink. HEX triplet: EF, 0E and 8C. RGB value is (239,14,140). Sum of RGB (Red+Green+Blue) = 239+14+140=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0E8C is #10F173. Grayscale: #5F5F5F. Windows color (decimal): -1110388 or 9178863. OLE color: 9178863.
HSL color Cylindrical-coordinate representation of color #EF0E8C: hue angle of 326.4º 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 #EF0E8C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 140 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.06 |
| HSL | 326.4º | 0.89% | 0.5% | - |
| HSV(B) | 326.4º | 0.94% | 0.94% | - |
| XYZ | 40.49 | 20.56 | 26.65 | - |
| YUV | 95.64 | 153.04 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 140 | 0 | 0.94 | 0.41 | 0.06 | 326.4 | 0.89 | 0.5 |
| Hex | EF | E | 8C | 0 | 5E | 29 | 6 | 146 | 59 | 32 |
| Octal | 357 | 16 | 214 | 0 | 136 | 51 | 6 | 506 | 131 | 62 |
| Binary | 11101111 | 1110 | 10001100 | 0 | 1011110 | 101001 | 110 | 101000110 | 1011001 | 110010 |
Color Harmonies of #EF0E8C
Complementary color
Monochromatic Colors of #EF0E8C
Black with #EF0E8C
Text Example
Text Example
White with #EF0E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E8C; }
p { color: rgb(239,14,140); }
H1.HeaderClassName
{
color: #EF0E8C;
}
.AnyTagClassName
{
color: #EF0E8C;
}
</style>
background-color css
<style>
a { background-color: #EF0E8C; }
a { background-color: rgb(239,14,140); }
div.DivClassName
{
background-color: #EF0E8C;
}
.BgClassName
{
background-color: #EF0E8C;
}
</style>
border-color css
<style>
span { border-color: #EF0E8C; }
span { border-color: rgb(239,14,140); }
td.TdClassName
{
border-color: #EF0E8C;
}
.TagClassName
{
border-color: #EF0E8C;
}
</style>