Shades of Deep Pink #EC0B87
Tints of Deep Pink #EC0B87
RGB
CMYK
RGB Variations
Color information
#EC0B87 (or 0xEC0B87) is known color: Deep Pink. HEX triplet: EC, 0B and 87. RGB value is (236,11,135). Sum of RGB (Red+Green+Blue) = 236+11+135=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B87 is #13F478. Grayscale: #5C5C5C. Windows color (decimal): -1307769 or 8850412. OLE color: 8850412.
HSL color Cylindrical-coordinate representation of color #EC0B87: hue angle of 326.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B87 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 135 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.07 |
| HSL | 326.93º | 0.91% | 0.48% | - |
| HSV(B) | 326.93º | 0.95% | 0.93% | - |
| XYZ | 39.08 | 19.82 | 24.69 | - |
| YUV | 92.41 | 152.04 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 135 | 0 | 0.95 | 0.43 | 0.07 | 326.93 | 0.91 | 0.48 |
| Hex | EC | B | 87 | 0 | 5F | 2B | 7 | 147 | 5B | 30 |
| Octal | 354 | 13 | 207 | 0 | 137 | 53 | 7 | 507 | 133 | 60 |
| Binary | 11101100 | 1011 | 10000111 | 0 | 1011111 | 101011 | 111 | 101000111 | 1011011 | 110000 |
Color Harmonies of #EC0B87
Complementary color
Monochromatic Colors of #EC0B87
Black with #EC0B87
Text Example
Text Example
White with #EC0B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B87; }
p { color: rgb(236,11,135); }
H1.HeaderClassName
{
color: #EC0B87;
}
.AnyTagClassName
{
color: #EC0B87;
}
</style>
background-color css
<style>
a { background-color: #EC0B87; }
a { background-color: rgb(236,11,135); }
div.DivClassName
{
background-color: #EC0B87;
}
.BgClassName
{
background-color: #EC0B87;
}
</style>
border-color css
<style>
span { border-color: #EC0B87; }
span { border-color: rgb(236,11,135); }
td.TdClassName
{
border-color: #EC0B87;
}
.TagClassName
{
border-color: #EC0B87;
}
</style>