Shades of Deep Pink #EC1C81
Tints of Deep Pink #EC1C81
RGB
CMYK
RGB Variations
Color information
#EC1C81 (or 0xEC1C81) is known color: Deep Pink. HEX triplet: EC, 1C and 81. RGB value is (236,28,129). Sum of RGB (Red+Green+Blue) = 236+28+129=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C81 is #13E37E. Grayscale: #656565. Windows color (decimal): -1303423 or 8461548. OLE color: 8461548.
HSL color Cylindrical-coordinate representation of color #EC1C81: hue angle of 330.87º 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 #EC1C81 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 129 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.07 |
| HSL | 330.87º | 0.85% | 0.52% | - |
| HSV(B) | 330.87º | 0.88% | 0.93% | - |
| XYZ | 38.97 | 20.25 | 22.62 | - |
| YUV | 101.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 129 | 0 | 0.88 | 0.45 | 0.07 | 330.87 | 0.85 | 0.52 |
| Hex | EC | 1C | 81 | 0 | 58 | 2D | 7 | 14B | 55 | 34 |
| Octal | 354 | 34 | 201 | 0 | 130 | 55 | 7 | 513 | 125 | 64 |
| Binary | 11101100 | 11100 | 10000001 | 0 | 1011000 | 101101 | 111 | 101001011 | 1010101 | 110100 |
Color Harmonies of #EC1C81
Complementary color
Monochromatic Colors of #EC1C81
Black with #EC1C81
Text Example
Text Example
White with #EC1C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C81; }
p { color: rgb(236,28,129); }
H1.HeaderClassName
{
color: #EC1C81;
}
.AnyTagClassName
{
color: #EC1C81;
}
</style>
background-color css
<style>
a { background-color: #EC1C81; }
a { background-color: rgb(236,28,129); }
div.DivClassName
{
background-color: #EC1C81;
}
.BgClassName
{
background-color: #EC1C81;
}
</style>
border-color css
<style>
span { border-color: #EC1C81; }
span { border-color: rgb(236,28,129); }
td.TdClassName
{
border-color: #EC1C81;
}
.TagClassName
{
border-color: #EC1C81;
}
</style>