Shades of Deep Pink #EC1982
Tints of Deep Pink #EC1982
RGB
CMYK
RGB Variations
Color information
#EC1982 (or 0xEC1982) is known color: Deep Pink. HEX triplet: EC, 19 and 82. RGB value is (236,25,130). Sum of RGB (Red+Green+Blue) = 236+25+130=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1982 is #13E67D. Grayscale: #636363. Windows color (decimal): -1304190 or 8526316. OLE color: 8526316.
HSL color Cylindrical-coordinate representation of color #EC1982: 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.89%. Process color model (Four color, CMYK) of #EC1982 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 130 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.07 |
| HSL | 330.14º | 0.85% | 0.51% | - |
| HSV(B) | 330.14º | 0.89% | 0.93% | - |
| XYZ | 38.97 | 20.14 | 22.95 | - |
| YUV | 100.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 130 | 0 | 0.89 | 0.45 | 0.07 | 330.14 | 0.85 | 0.51 |
| Hex | EC | 19 | 82 | 0 | 59 | 2D | 7 | 14A | 55 | 33 |
| Octal | 354 | 31 | 202 | 0 | 131 | 55 | 7 | 512 | 125 | 63 |
| Binary | 11101100 | 11001 | 10000010 | 0 | 1011001 | 101101 | 111 | 101001010 | 1010101 | 110011 |
Color Harmonies of #EC1982
Complementary color
Monochromatic Colors of #EC1982
Black with #EC1982
Text Example
Text Example
White with #EC1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1982; }
p { color: rgb(236,25,130); }
H1.HeaderClassName
{
color: #EC1982;
}
.AnyTagClassName
{
color: #EC1982;
}
</style>
background-color css
<style>
a { background-color: #EC1982; }
a { background-color: rgb(236,25,130); }
div.DivClassName
{
background-color: #EC1982;
}
.BgClassName
{
background-color: #EC1982;
}
</style>
border-color css
<style>
span { border-color: #EC1982; }
span { border-color: rgb(236,25,130); }
td.TdClassName
{
border-color: #EC1982;
}
.TagClassName
{
border-color: #EC1982;
}
</style>