Shades of Deep Pink #EC1E8C
Tints of Deep Pink #EC1E8C
RGB
CMYK
RGB Variations
Color information
#EC1E8C (or 0xEC1E8C) is known color: Deep Pink. HEX triplet: EC, 1E and 8C. RGB value is (236,30,140). Sum of RGB (Red+Green+Blue) = 236+30+140=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E8C is #13E173. Grayscale: #676767. Windows color (decimal): -1302900 or 9182956. OLE color: 9182956.
HSL color Cylindrical-coordinate representation of color #EC1E8C: hue angle of 327.96º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E8C is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 140 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.07 |
| HSL | 327.96º | 0.84% | 0.52% | - |
| HSV(B) | 327.96º | 0.87% | 0.93% | - |
| XYZ | 39.79 | 20.65 | 26.7 | - |
| YUV | 104.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 140 | 0 | 0.87 | 0.41 | 0.07 | 327.96 | 0.84 | 0.52 |
| Hex | EC | 1E | 8C | 0 | 57 | 29 | 7 | 148 | 54 | 34 |
| Octal | 354 | 36 | 214 | 0 | 127 | 51 | 7 | 510 | 124 | 64 |
| Binary | 11101100 | 11110 | 10001100 | 0 | 1010111 | 101001 | 111 | 101001000 | 1010100 | 110100 |
Color Harmonies of #EC1E8C
Complementary color
Monochromatic Colors of #EC1E8C
Black with #EC1E8C
Text Example
Text Example
White with #EC1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E8C; }
p { color: rgb(236,30,140); }
H1.HeaderClassName
{
color: #EC1E8C;
}
.AnyTagClassName
{
color: #EC1E8C;
}
</style>
background-color css
<style>
a { background-color: #EC1E8C; }
a { background-color: rgb(236,30,140); }
div.DivClassName
{
background-color: #EC1E8C;
}
.BgClassName
{
background-color: #EC1E8C;
}
</style>
border-color css
<style>
span { border-color: #EC1E8C; }
span { border-color: rgb(236,30,140); }
td.TdClassName
{
border-color: #EC1E8C;
}
.TagClassName
{
border-color: #EC1E8C;
}
</style>