Shades of Deep Pink #EC1882
Tints of Deep Pink #EC1882
RGB
CMYK
RGB Variations
Color information
#EC1882 (or 0xEC1882) is known color: Deep Pink. HEX triplet: EC, 18 and 82. RGB value is (236,24,130). Sum of RGB (Red+Green+Blue) = 236+24+130=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1882 is #13E77D. Grayscale: #636363. Windows color (decimal): -1304446 or 8526060. OLE color: 8526060.
HSL color Cylindrical-coordinate representation of color #EC1882: hue angle of 330º 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 #EC1882 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 130 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.07 |
| HSL | 330º | 0.85% | 0.51% | - |
| HSV(B) | 330º | 0.9% | 0.93% | - |
| XYZ | 38.95 | 20.1 | 22.95 | - |
| YUV | 99.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 130 | 0 | 0.90 | 0.45 | 0.07 | 330 | 0.85 | 0.51 |
| Hex | EC | 18 | 82 | 0 | 5A | 2D | 7 | 14A | 55 | 33 |
| Octal | 354 | 30 | 202 | 0 | 132 | 55 | 7 | 512 | 125 | 63 |
| Binary | 11101100 | 11000 | 10000010 | 0 | 1011010 | 101101 | 111 | 101001010 | 1010101 | 110011 |
Color Harmonies of #EC1882
Complementary color
Monochromatic Colors of #EC1882
Black with #EC1882
Text Example
Text Example
White with #EC1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1882; }
p { color: rgb(236,24,130); }
H1.HeaderClassName
{
color: #EC1882;
}
.AnyTagClassName
{
color: #EC1882;
}
</style>
background-color css
<style>
a { background-color: #EC1882; }
a { background-color: rgb(236,24,130); }
div.DivClassName
{
background-color: #EC1882;
}
.BgClassName
{
background-color: #EC1882;
}
</style>
border-color css
<style>
span { border-color: #EC1882; }
span { border-color: rgb(236,24,130); }
td.TdClassName
{
border-color: #EC1882;
}
.TagClassName
{
border-color: #EC1882;
}
</style>