Shades of Deep Pink #EF0A8C
Tints of Deep Pink #EF0A8C
RGB
CMYK
RGB Variations
Color information
#EF0A8C (or 0xEF0A8C) is known color: Deep Pink. HEX triplet: EF, 0A and 8C. RGB value is (239,10,140). Sum of RGB (Red+Green+Blue) = 239+10+140=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A8C is #10F573. Grayscale: #5D5D5D. Windows color (decimal): -1111412 or 9177839. OLE color: 9177839.
HSL color Cylindrical-coordinate representation of color #EF0A8C: hue angle of 325.94º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A8C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.06 |
| HSL | 325.94º | 0.92% | 0.49% | - |
| HSV(B) | 325.94º | 0.96% | 0.94% | - |
| XYZ | 40.44 | 20.46 | 26.63 | - |
| YUV | 93.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 140 | 0 | 0.96 | 0.41 | 0.06 | 325.94 | 0.92 | 0.49 |
| Hex | EF | A | 8C | 0 | 60 | 29 | 6 | 146 | 5C | 31 |
| Octal | 357 | 12 | 214 | 0 | 140 | 51 | 6 | 506 | 134 | 61 |
| Binary | 11101111 | 1010 | 10001100 | 0 | 1100000 | 101001 | 110 | 101000110 | 1011100 | 110001 |
Color Harmonies of #EF0A8C
Complementary color
Monochromatic Colors of #EF0A8C
Black with #EF0A8C
Text Example
Text Example
White with #EF0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A8C; }
p { color: rgb(239,10,140); }
H1.HeaderClassName
{
color: #EF0A8C;
}
.AnyTagClassName
{
color: #EF0A8C;
}
</style>
background-color css
<style>
a { background-color: #EF0A8C; }
a { background-color: rgb(239,10,140); }
div.DivClassName
{
background-color: #EF0A8C;
}
.BgClassName
{
background-color: #EF0A8C;
}
</style>
border-color css
<style>
span { border-color: #EF0A8C; }
span { border-color: rgb(239,10,140); }
td.TdClassName
{
border-color: #EF0A8C;
}
.TagClassName
{
border-color: #EF0A8C;
}
</style>