Shades of Deep Pink #EC0182
Tints of Deep Pink #EC0182
RGB
CMYK
RGB Variations
Color information
#EC0182 (or 0xEC0182) is known color: Deep Pink. HEX triplet: EC, 01 and 82. RGB value is (236,1,130). Sum of RGB (Red+Green+Blue) = 236+1+130=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0182 is #13FE7D. Grayscale: #555555. Windows color (decimal): -1310334 or 8520172. OLE color: 8520172.
HSL color Cylindrical-coordinate representation of color #EC0182: hue angle of 327.06º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0182 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.07 |
| HSL | 327.06º | 0.99% | 0.46% | - |
| HSV(B) | 327.06º | 1% | 0.93% | - |
| XYZ | 38.63 | 19.47 | 22.84 | - |
| YUV | 85.97 | 152.86 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 130 | 0 | 1.00 | 0.45 | 0.07 | 327.06 | 0.99 | 0.46 |
| Hex | EC | 1 | 82 | 0 | 64 | 2D | 7 | 147 | 63 | 2E |
| Octal | 354 | 1 | 202 | 0 | 144 | 55 | 7 | 507 | 143 | 56 |
| Binary | 11101100 | 1 | 10000010 | 0 | 1100100 | 101101 | 111 | 101000111 | 1100011 | 101110 |
Color Harmonies of #EC0182
Complementary color
Monochromatic Colors of #EC0182
Black with #EC0182
Text Example
Text Example
White with #EC0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0182; }
p { color: rgb(236,1,130); }
H1.HeaderClassName
{
color: #EC0182;
}
.AnyTagClassName
{
color: #EC0182;
}
</style>
background-color css
<style>
a { background-color: #EC0182; }
a { background-color: rgb(236,1,130); }
div.DivClassName
{
background-color: #EC0182;
}
.BgClassName
{
background-color: #EC0182;
}
</style>
border-color css
<style>
span { border-color: #EC0182; }
span { border-color: rgb(236,1,130); }
td.TdClassName
{
border-color: #EC0182;
}
.TagClassName
{
border-color: #EC0182;
}
</style>