Shades of Deep Pink #EC158E
Tints of Deep Pink #EC158E
RGB
CMYK
RGB Variations
Color information
#EC158E (or 0xEC158E) is known color: Deep Pink. HEX triplet: EC, 15 and 8E. RGB value is (236,21,142). Sum of RGB (Red+Green+Blue) = 236+21+142=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC158E is #13EA71. Grayscale: #626262. Windows color (decimal): -1305202 or 9311724. OLE color: 9311724.
HSL color Cylindrical-coordinate representation of color #EC158E: hue angle of 326.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC158E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 142 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.07 |
| HSL | 326.23º | 0.85% | 0.5% | - |
| HSV(B) | 326.23º | 0.91% | 0.93% | - |
| XYZ | 39.74 | 20.32 | 27.42 | - |
| YUV | 99.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 142 | 0 | 0.91 | 0.40 | 0.07 | 326.23 | 0.85 | 0.5 |
| Hex | EC | 15 | 8E | 0 | 5B | 28 | 7 | 146 | 55 | 32 |
| Octal | 354 | 25 | 216 | 0 | 133 | 50 | 7 | 506 | 125 | 62 |
| Binary | 11101100 | 10101 | 10001110 | 0 | 1011011 | 101000 | 111 | 101000110 | 1010101 | 110010 |
Color Harmonies of #EC158E
Complementary color
Monochromatic Colors of #EC158E
Black with #EC158E
Text Example
Text Example
White with #EC158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC158E; }
p { color: rgb(236,21,142); }
H1.HeaderClassName
{
color: #EC158E;
}
.AnyTagClassName
{
color: #EC158E;
}
</style>
background-color css
<style>
a { background-color: #EC158E; }
a { background-color: rgb(236,21,142); }
div.DivClassName
{
background-color: #EC158E;
}
.BgClassName
{
background-color: #EC158E;
}
</style>
border-color css
<style>
span { border-color: #EC158E; }
span { border-color: rgb(236,21,142); }
td.TdClassName
{
border-color: #EC158E;
}
.TagClassName
{
border-color: #EC158E;
}
</style>