Shades of Deep Pink #EE0582
Tints of Deep Pink #EE0582
RGB
CMYK
RGB Variations
Color information
#EE0582 (or 0xEE0582) is known color: Deep Pink. HEX triplet: EE, 05 and 82. RGB value is (238,5,130). Sum of RGB (Red+Green+Blue) = 238+5+130=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0582 is #11FA7D. Grayscale: #585858. Windows color (decimal): -1178238 or 8521198. OLE color: 8521198.
HSL color Cylindrical-coordinate representation of color #EE0582: hue angle of 327.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0582 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.07 |
| HSL | 327.81º | 0.96% | 0.48% | - |
| HSV(B) | 327.81º | 0.98% | 0.93% | - |
| XYZ | 39.34 | 19.9 | 22.89 | - |
| YUV | 88.92 | 151.19 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 130 | 0 | 0.98 | 0.45 | 0.07 | 327.81 | 0.96 | 0.48 |
| Hex | EE | 5 | 82 | 0 | 62 | 2D | 7 | 148 | 60 | 30 |
| Octal | 356 | 5 | 202 | 0 | 142 | 55 | 7 | 510 | 140 | 60 |
| Binary | 11101110 | 101 | 10000010 | 0 | 1100010 | 101101 | 111 | 101001000 | 1100000 | 110000 |
Color Harmonies of #EE0582
Complementary color
Monochromatic Colors of #EE0582
Black with #EE0582
Text Example
Text Example
White with #EE0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0582; }
p { color: rgb(238,5,130); }
H1.HeaderClassName
{
color: #EE0582;
}
.AnyTagClassName
{
color: #EE0582;
}
</style>
background-color css
<style>
a { background-color: #EE0582; }
a { background-color: rgb(238,5,130); }
div.DivClassName
{
background-color: #EE0582;
}
.BgClassName
{
background-color: #EE0582;
}
</style>
border-color css
<style>
span { border-color: #EE0582; }
span { border-color: rgb(238,5,130); }
td.TdClassName
{
border-color: #EE0582;
}
.TagClassName
{
border-color: #EE0582;
}
</style>