Shades of Deep Pink #EC159C
Tints of Deep Pink #EC159C
RGB
CMYK
RGB Variations
Color information
#EC159C (or 0xEC159C) is known color: Deep Pink. HEX triplet: EC, 15 and 9C. RGB value is (236,21,156). Sum of RGB (Red+Green+Blue) = 236+21+156=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC159C is #13EA63. Grayscale: #646464. Windows color (decimal): -1305188 or 10229228. OLE color: 10229228.
HSL color Cylindrical-coordinate representation of color #EC159C: hue angle of 322.33º 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 #EC159C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.07 |
| HSL | 322.33º | 0.85% | 0.5% | - |
| HSV(B) | 322.33º | 0.91% | 0.93% | - |
| XYZ | 40.86 | 20.77 | 33.31 | - |
| YUV | 100.68 | 159.23 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 156 | 0 | 0.91 | 0.34 | 0.07 | 322.33 | 0.85 | 0.5 |
| Hex | EC | 15 | 9C | 0 | 5B | 22 | 7 | 142 | 55 | 32 |
| Octal | 354 | 25 | 234 | 0 | 133 | 42 | 7 | 502 | 125 | 62 |
| Binary | 11101100 | 10101 | 10011100 | 0 | 1011011 | 100010 | 111 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EC159C
Complementary color
Monochromatic Colors of #EC159C
Black with #EC159C
Text Example
Text Example
White with #EC159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC159C; }
p { color: rgb(236,21,156); }
H1.HeaderClassName
{
color: #EC159C;
}
.AnyTagClassName
{
color: #EC159C;
}
</style>
background-color css
<style>
a { background-color: #EC159C; }
a { background-color: rgb(236,21,156); }
div.DivClassName
{
background-color: #EC159C;
}
.BgClassName
{
background-color: #EC159C;
}
</style>
border-color css
<style>
span { border-color: #EC159C; }
span { border-color: rgb(236,21,156); }
td.TdClassName
{
border-color: #EC159C;
}
.TagClassName
{
border-color: #EC159C;
}
</style>