Shades of Deep Pink #EC1781
Tints of Deep Pink #EC1781
RGB
CMYK
RGB Variations
Color information
#EC1781 (or 0xEC1781) is known color: Deep Pink. HEX triplet: EC, 17 and 81. RGB value is (236,23,129). Sum of RGB (Red+Green+Blue) = 236+23+129=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1781 is #13E87E. Grayscale: #626262. Windows color (decimal): -1304703 or 8460268. OLE color: 8460268.
HSL color Cylindrical-coordinate representation of color #EC1781: hue angle of 330.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1781 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 129 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.07 |
| HSL | 330.14º | 0.85% | 0.51% | - |
| HSV(B) | 330.14º | 0.9% | 0.93% | - |
| XYZ | 38.86 | 20.03 | 22.59 | - |
| YUV | 98.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 129 | 0 | 0.90 | 0.45 | 0.07 | 330.14 | 0.85 | 0.51 |
| Hex | EC | 17 | 81 | 0 | 5A | 2D | 7 | 14A | 55 | 33 |
| Octal | 354 | 27 | 201 | 0 | 132 | 55 | 7 | 512 | 125 | 63 |
| Binary | 11101100 | 10111 | 10000001 | 0 | 1011010 | 101101 | 111 | 101001010 | 1010101 | 110011 |
Color Harmonies of #EC1781
Complementary color
Monochromatic Colors of #EC1781
Black with #EC1781
Text Example
Text Example
White with #EC1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1781; }
p { color: rgb(236,23,129); }
H1.HeaderClassName
{
color: #EC1781;
}
.AnyTagClassName
{
color: #EC1781;
}
</style>
background-color css
<style>
a { background-color: #EC1781; }
a { background-color: rgb(236,23,129); }
div.DivClassName
{
background-color: #EC1781;
}
.BgClassName
{
background-color: #EC1781;
}
</style>
border-color css
<style>
span { border-color: #EC1781; }
span { border-color: rgb(236,23,129); }
td.TdClassName
{
border-color: #EC1781;
}
.TagClassName
{
border-color: #EC1781;
}
</style>