Shades of Deep Pink #EF0889
Tints of Deep Pink #EF0889
RGB
CMYK
RGB Variations
Color information
#EF0889 (or 0xEF0889) is known color: Deep Pink. HEX triplet: EF, 08 and 89. RGB value is (239,8,137). Sum of RGB (Red+Green+Blue) = 239+8+137=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0889 is #10F776. Grayscale: #5B5B5B. Windows color (decimal): -1111927 or 8980719. OLE color: 8980719.
HSL color Cylindrical-coordinate representation of color #EF0889: hue angle of 326.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0889 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 137 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.06 |
| HSL | 326.49º | 0.94% | 0.48% | - |
| HSV(B) | 326.49º | 0.97% | 0.94% | - |
| XYZ | 40.2 | 20.33 | 25.47 | - |
| YUV | 91.78 | 153.53 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 137 | 0 | 0.97 | 0.43 | 0.06 | 326.49 | 0.94 | 0.48 |
| Hex | EF | 8 | 89 | 0 | 61 | 2B | 6 | 146 | 5E | 30 |
| Octal | 357 | 10 | 211 | 0 | 141 | 53 | 6 | 506 | 136 | 60 |
| Binary | 11101111 | 1000 | 10001001 | 0 | 1100001 | 101011 | 110 | 101000110 | 1011110 | 110000 |
Color Harmonies of #EF0889
Complementary color
Monochromatic Colors of #EF0889
Black with #EF0889
Text Example
Text Example
White with #EF0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0889; }
p { color: rgb(239,8,137); }
H1.HeaderClassName
{
color: #EF0889;
}
.AnyTagClassName
{
color: #EF0889;
}
</style>
background-color css
<style>
a { background-color: #EF0889; }
a { background-color: rgb(239,8,137); }
div.DivClassName
{
background-color: #EF0889;
}
.BgClassName
{
background-color: #EF0889;
}
</style>
border-color css
<style>
span { border-color: #EF0889; }
span { border-color: rgb(239,8,137); }
td.TdClassName
{
border-color: #EF0889;
}
.TagClassName
{
border-color: #EF0889;
}
</style>