Shades of Deep Pink #EC0F87
Tints of Deep Pink #EC0F87
RGB
CMYK
RGB Variations
Color information
#EC0F87 (or 0xEC0F87) is known color: Deep Pink. HEX triplet: EC, 0F and 87. RGB value is (236,15,135). Sum of RGB (Red+Green+Blue) = 236+15+135=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F87 is #13F078. Grayscale: #5E5E5E. Windows color (decimal): -1306745 or 8851436. OLE color: 8851436.
HSL color Cylindrical-coordinate representation of color #EC0F87: hue angle of 327.42º 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 #EC0F87 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 135 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.07 |
| HSL | 327.42º | 0.88% | 0.49% | - |
| HSV(B) | 327.42º | 0.94% | 0.93% | - |
| XYZ | 39.14 | 19.92 | 24.7 | - |
| YUV | 94.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 135 | 0 | 0.94 | 0.43 | 0.07 | 327.42 | 0.88 | 0.49 |
| Hex | EC | F | 87 | 0 | 5E | 2B | 7 | 147 | 58 | 31 |
| Octal | 354 | 17 | 207 | 0 | 136 | 53 | 7 | 507 | 130 | 61 |
| Binary | 11101100 | 1111 | 10000111 | 0 | 1011110 | 101011 | 111 | 101000111 | 1011000 | 110001 |
Color Harmonies of #EC0F87
Complementary color
Monochromatic Colors of #EC0F87
Black with #EC0F87
Text Example
Text Example
White with #EC0F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F87; }
p { color: rgb(236,15,135); }
H1.HeaderClassName
{
color: #EC0F87;
}
.AnyTagClassName
{
color: #EC0F87;
}
</style>
background-color css
<style>
a { background-color: #EC0F87; }
a { background-color: rgb(236,15,135); }
div.DivClassName
{
background-color: #EC0F87;
}
.BgClassName
{
background-color: #EC0F87;
}
</style>
border-color css
<style>
span { border-color: #EC0F87; }
span { border-color: rgb(236,15,135); }
td.TdClassName
{
border-color: #EC0F87;
}
.TagClassName
{
border-color: #EC0F87;
}
</style>