Shades of Deep Pink #EC0F89
Tints of Deep Pink #EC0F89
RGB
CMYK
RGB Variations
Color information
#EC0F89 (or 0xEC0F89) is known color: Deep Pink. HEX triplet: EC, 0F and 89. RGB value is (236,15,137). Sum of RGB (Red+Green+Blue) = 236+15+137=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F89 is #13F076. Grayscale: #5E5E5E. Windows color (decimal): -1306743 or 8982508. OLE color: 8982508.
HSL color Cylindrical-coordinate representation of color #EC0F89: hue angle of 326.88º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F89 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.07 |
| HSL | 326.88º | 0.88% | 0.49% | - |
| HSV(B) | 326.88º | 0.94% | 0.93% | - |
| XYZ | 39.28 | 19.98 | 25.45 | - |
| YUV | 94.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 137 | 0 | 0.94 | 0.42 | 0.07 | 326.88 | 0.88 | 0.49 |
| Hex | EC | F | 89 | 0 | 5E | 2A | 7 | 147 | 58 | 31 |
| Octal | 354 | 17 | 211 | 0 | 136 | 52 | 7 | 507 | 130 | 61 |
| Binary | 11101100 | 1111 | 10001001 | 0 | 1011110 | 101010 | 111 | 101000111 | 1011000 | 110001 |
Color Harmonies of #EC0F89
Complementary color
Monochromatic Colors of #EC0F89
Black with #EC0F89
Text Example
Text Example
White with #EC0F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F89; }
p { color: rgb(236,15,137); }
H1.HeaderClassName
{
color: #EC0F89;
}
.AnyTagClassName
{
color: #EC0F89;
}
</style>
background-color css
<style>
a { background-color: #EC0F89; }
a { background-color: rgb(236,15,137); }
div.DivClassName
{
background-color: #EC0F89;
}
.BgClassName
{
background-color: #EC0F89;
}
</style>
border-color css
<style>
span { border-color: #EC0F89; }
span { border-color: rgb(236,15,137); }
td.TdClassName
{
border-color: #EC0F89;
}
.TagClassName
{
border-color: #EC0F89;
}
</style>