Shades of Deep Pink #EC1988
Tints of Deep Pink #EC1988
RGB
CMYK
RGB Variations
Color information
#EC1988 (or 0xEC1988) is known color: Deep Pink. HEX triplet: EC, 19 and 88. RGB value is (236,25,136). Sum of RGB (Red+Green+Blue) = 236+25+136=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1988 is #13E677. Grayscale: #646464. Windows color (decimal): -1304184 or 8919532. OLE color: 8919532.
HSL color Cylindrical-coordinate representation of color #EC1988: hue angle of 328.44º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1988 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 136 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.07 |
| HSL | 328.44º | 0.85% | 0.51% | - |
| HSV(B) | 328.44º | 0.89% | 0.93% | - |
| XYZ | 39.38 | 20.31 | 25.14 | - |
| YUV | 100.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 136 | 0 | 0.89 | 0.42 | 0.07 | 328.44 | 0.85 | 0.51 |
| Hex | EC | 19 | 88 | 0 | 59 | 2A | 7 | 148 | 55 | 33 |
| Octal | 354 | 31 | 210 | 0 | 131 | 52 | 7 | 510 | 125 | 63 |
| Binary | 11101100 | 11001 | 10001000 | 0 | 1011001 | 101010 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC1988
Complementary color
Monochromatic Colors of #EC1988
Black with #EC1988
Text Example
Text Example
White with #EC1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1988; }
p { color: rgb(236,25,136); }
H1.HeaderClassName
{
color: #EC1988;
}
.AnyTagClassName
{
color: #EC1988;
}
</style>
background-color css
<style>
a { background-color: #EC1988; }
a { background-color: rgb(236,25,136); }
div.DivClassName
{
background-color: #EC1988;
}
.BgClassName
{
background-color: #EC1988;
}
</style>
border-color css
<style>
span { border-color: #EC1988; }
span { border-color: rgb(236,25,136); }
td.TdClassName
{
border-color: #EC1988;
}
.TagClassName
{
border-color: #EC1988;
}
</style>