Shades of Deep Pink #EF0A89
Tints of Deep Pink #EF0A89
RGB
CMYK
RGB Variations
Color information
#EF0A89 (or 0xEF0A89) is known color: Deep Pink. HEX triplet: EF, 0A and 89. RGB value is (239,10,137). Sum of RGB (Red+Green+Blue) = 239+10+137=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A89 is #10F576. Grayscale: #5C5C5C. Windows color (decimal): -1111415 or 8981231. OLE color: 8981231.
HSL color Cylindrical-coordinate representation of color #EF0A89: hue angle of 326.72º 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 #EF0A89 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 137 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.06 |
| HSL | 326.72º | 0.92% | 0.49% | - |
| HSV(B) | 326.72º | 0.96% | 0.94% | - |
| XYZ | 40.22 | 20.37 | 25.48 | - |
| YUV | 92.95 | 152.87 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 137 | 0 | 0.96 | 0.43 | 0.06 | 326.72 | 0.92 | 0.49 |
| Hex | EF | A | 89 | 0 | 60 | 2B | 6 | 147 | 5C | 31 |
| Octal | 357 | 12 | 211 | 0 | 140 | 53 | 6 | 507 | 134 | 61 |
| Binary | 11101111 | 1010 | 10001001 | 0 | 1100000 | 101011 | 110 | 101000111 | 1011100 | 110001 |
Color Harmonies of #EF0A89
Complementary color
Monochromatic Colors of #EF0A89
Black with #EF0A89
Text Example
Text Example
White with #EF0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A89; }
p { color: rgb(239,10,137); }
H1.HeaderClassName
{
color: #EF0A89;
}
.AnyTagClassName
{
color: #EF0A89;
}
</style>
background-color css
<style>
a { background-color: #EF0A89; }
a { background-color: rgb(239,10,137); }
div.DivClassName
{
background-color: #EF0A89;
}
.BgClassName
{
background-color: #EF0A89;
}
</style>
border-color css
<style>
span { border-color: #EF0A89; }
span { border-color: rgb(239,10,137); }
td.TdClassName
{
border-color: #EF0A89;
}
.TagClassName
{
border-color: #EF0A89;
}
</style>