Shades of Deep Pink #EE0580
Tints of Deep Pink #EE0580
RGB
CMYK
RGB Variations
Color information
#EE0580 (or 0xEE0580) is known color: Deep Pink. HEX triplet: EE, 05 and 80. RGB value is (238,5,128). Sum of RGB (Red+Green+Blue) = 238+5+128=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0580 is #11FA7F. Grayscale: #585858. Windows color (decimal): -1178240 or 8390126. OLE color: 8390126.
HSL color Cylindrical-coordinate representation of color #EE0580: hue angle of 328.33º 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 #EE0580 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.07 |
| HSL | 328.33º | 0.96% | 0.48% | - |
| HSV(B) | 328.33º | 0.98% | 0.93% | - |
| XYZ | 39.21 | 19.84 | 22.19 | - |
| YUV | 88.69 | 150.19 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 128 | 0 | 0.98 | 0.46 | 0.07 | 328.33 | 0.96 | 0.48 |
| Hex | EE | 5 | 80 | 0 | 62 | 2E | 7 | 148 | 60 | 30 |
| Octal | 356 | 5 | 200 | 0 | 142 | 56 | 7 | 510 | 140 | 60 |
| Binary | 11101110 | 101 | 10000000 | 0 | 1100010 | 101110 | 111 | 101001000 | 1100000 | 110000 |
Color Harmonies of #EE0580
Complementary color
Monochromatic Colors of #EE0580
Black with #EE0580
Text Example
Text Example
White with #EE0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0580; }
p { color: rgb(238,5,128); }
H1.HeaderClassName
{
color: #EE0580;
}
.AnyTagClassName
{
color: #EE0580;
}
</style>
background-color css
<style>
a { background-color: #EE0580; }
a { background-color: rgb(238,5,128); }
div.DivClassName
{
background-color: #EE0580;
}
.BgClassName
{
background-color: #EE0580;
}
</style>
border-color css
<style>
span { border-color: #EE0580; }
span { border-color: rgb(238,5,128); }
td.TdClassName
{
border-color: #EE0580;
}
.TagClassName
{
border-color: #EE0580;
}
</style>