Shades of Deep Pink #EC159D
Tints of Deep Pink #EC159D
RGB
CMYK
RGB Variations
Color information
#EC159D (or 0xEC159D) is known color: Deep Pink. HEX triplet: EC, 15 and 9D. RGB value is (236,21,157). Sum of RGB (Red+Green+Blue) = 236+21+157=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC159D is #13EA62. Grayscale: #646464. Windows color (decimal): -1305187 or 10294764. OLE color: 10294764.
HSL color Cylindrical-coordinate representation of color #EC159D: hue angle of 322.05º 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 #EC159D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.07 |
| HSL | 322.05º | 0.85% | 0.5% | - |
| HSV(B) | 322.05º | 0.91% | 0.93% | - |
| XYZ | 40.95 | 20.8 | 33.76 | - |
| YUV | 100.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 157 | 0 | 0.91 | 0.33 | 0.07 | 322.05 | 0.85 | 0.5 |
| Hex | EC | 15 | 9D | 0 | 5B | 21 | 7 | 142 | 55 | 32 |
| Octal | 354 | 25 | 235 | 0 | 133 | 41 | 7 | 502 | 125 | 62 |
| Binary | 11101100 | 10101 | 10011101 | 0 | 1011011 | 100001 | 111 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EC159D
Complementary color
Monochromatic Colors of #EC159D
Black with #EC159D
Text Example
Text Example
White with #EC159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC159D; }
p { color: rgb(236,21,157); }
H1.HeaderClassName
{
color: #EC159D;
}
.AnyTagClassName
{
color: #EC159D;
}
</style>
background-color css
<style>
a { background-color: #EC159D; }
a { background-color: rgb(236,21,157); }
div.DivClassName
{
background-color: #EC159D;
}
.BgClassName
{
background-color: #EC159D;
}
</style>
border-color css
<style>
span { border-color: #EC159D; }
span { border-color: rgb(236,21,157); }
td.TdClassName
{
border-color: #EC159D;
}
.TagClassName
{
border-color: #EC159D;
}
</style>