Shades of Deep Pink #EC1C8A
Tints of Deep Pink #EC1C8A
RGB
CMYK
RGB Variations
Color information
#EC1C8A (or 0xEC1C8A) is known color: Deep Pink. HEX triplet: EC, 1C and 8A. RGB value is (236,28,138). Sum of RGB (Red+Green+Blue) = 236+28+138=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C8A is #13E375. Grayscale: #666666. Windows color (decimal): -1303414 or 9051372. OLE color: 9051372.
HSL color Cylindrical-coordinate representation of color #EC1C8A: hue angle of 328.27º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C8A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 138 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.07 |
| HSL | 328.27º | 0.85% | 0.52% | - |
| HSV(B) | 328.27º | 0.88% | 0.93% | - |
| XYZ | 39.59 | 20.5 | 25.91 | - |
| YUV | 102.73 | 147.91 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 138 | 0 | 0.88 | 0.42 | 0.07 | 328.27 | 0.85 | 0.52 |
| Hex | EC | 1C | 8A | 0 | 58 | 2A | 7 | 148 | 55 | 34 |
| Octal | 354 | 34 | 212 | 0 | 130 | 52 | 7 | 510 | 125 | 64 |
| Binary | 11101100 | 11100 | 10001010 | 0 | 1011000 | 101010 | 111 | 101001000 | 1010101 | 110100 |
Color Harmonies of #EC1C8A
Complementary color
Monochromatic Colors of #EC1C8A
Black with #EC1C8A
Text Example
Text Example
White with #EC1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C8A; }
p { color: rgb(236,28,138); }
H1.HeaderClassName
{
color: #EC1C8A;
}
.AnyTagClassName
{
color: #EC1C8A;
}
</style>
background-color css
<style>
a { background-color: #EC1C8A; }
a { background-color: rgb(236,28,138); }
div.DivClassName
{
background-color: #EC1C8A;
}
.BgClassName
{
background-color: #EC1C8A;
}
</style>
border-color css
<style>
span { border-color: #EC1C8A; }
span { border-color: rgb(236,28,138); }
td.TdClassName
{
border-color: #EC1C8A;
}
.TagClassName
{
border-color: #EC1C8A;
}
</style>