Shades of Deep Pink #EC0582
Tints of Deep Pink #EC0582
RGB
CMYK
RGB Variations
Color information
#EC0582 (or 0xEC0582) is known color: Deep Pink. HEX triplet: EC, 05 and 82. RGB value is (236,5,130). Sum of RGB (Red+Green+Blue) = 236+5+130=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0582 is #13FA7D. Grayscale: #585858. Windows color (decimal): -1309310 or 8521196. OLE color: 8521196.
HSL color Cylindrical-coordinate representation of color #EC0582: hue angle of 327.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0582 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.07 |
| HSL | 327.53º | 0.96% | 0.47% | - |
| HSV(B) | 327.53º | 0.98% | 0.93% | - |
| XYZ | 38.68 | 19.55 | 22.85 | - |
| YUV | 88.32 | 151.53 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 130 | 0 | 0.98 | 0.45 | 0.07 | 327.53 | 0.96 | 0.47 |
| Hex | EC | 5 | 82 | 0 | 62 | 2D | 7 | 148 | 60 | 2F |
| Octal | 354 | 5 | 202 | 0 | 142 | 55 | 7 | 510 | 140 | 57 |
| Binary | 11101100 | 101 | 10000010 | 0 | 1100010 | 101101 | 111 | 101001000 | 1100000 | 101111 |
Color Harmonies of #EC0582
Complementary color
Monochromatic Colors of #EC0582
Black with #EC0582
Text Example
Text Example
White with #EC0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0582; }
p { color: rgb(236,5,130); }
H1.HeaderClassName
{
color: #EC0582;
}
.AnyTagClassName
{
color: #EC0582;
}
</style>
background-color css
<style>
a { background-color: #EC0582; }
a { background-color: rgb(236,5,130); }
div.DivClassName
{
background-color: #EC0582;
}
.BgClassName
{
background-color: #EC0582;
}
</style>
border-color css
<style>
span { border-color: #EC0582; }
span { border-color: rgb(236,5,130); }
td.TdClassName
{
border-color: #EC0582;
}
.TagClassName
{
border-color: #EC0582;
}
</style>