Shades of Deep Pink #EC158C
Tints of Deep Pink #EC158C
RGB
CMYK
RGB Variations
Color information
#EC158C (or 0xEC158C) is known color: Deep Pink. HEX triplet: EC, 15 and 8C. RGB value is (236,21,140). Sum of RGB (Red+Green+Blue) = 236+21+140=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC158C is #13EA73. Grayscale: #626262. Windows color (decimal): -1305204 or 9180652. OLE color: 9180652.
HSL color Cylindrical-coordinate representation of color #EC158C: hue angle of 326.79º 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 #EC158C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 140 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.07 |
| HSL | 326.79º | 0.85% | 0.5% | - |
| HSV(B) | 326.79º | 0.91% | 0.93% | - |
| XYZ | 39.59 | 20.26 | 26.64 | - |
| YUV | 98.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 140 | 0 | 0.91 | 0.41 | 0.07 | 326.79 | 0.85 | 0.5 |
| Hex | EC | 15 | 8C | 0 | 5B | 29 | 7 | 147 | 55 | 32 |
| Octal | 354 | 25 | 214 | 0 | 133 | 51 | 7 | 507 | 125 | 62 |
| Binary | 11101100 | 10101 | 10001100 | 0 | 1011011 | 101001 | 111 | 101000111 | 1010101 | 110010 |
Color Harmonies of #EC158C
Complementary color
Monochromatic Colors of #EC158C
Black with #EC158C
Text Example
Text Example
White with #EC158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC158C; }
p { color: rgb(236,21,140); }
H1.HeaderClassName
{
color: #EC158C;
}
.AnyTagClassName
{
color: #EC158C;
}
</style>
background-color css
<style>
a { background-color: #EC158C; }
a { background-color: rgb(236,21,140); }
div.DivClassName
{
background-color: #EC158C;
}
.BgClassName
{
background-color: #EC158C;
}
</style>
border-color css
<style>
span { border-color: #EC158C; }
span { border-color: rgb(236,21,140); }
td.TdClassName
{
border-color: #EC158C;
}
.TagClassName
{
border-color: #EC158C;
}
</style>