Shades of Deep Pink #EE0584
Tints of Deep Pink #EE0584
RGB
CMYK
RGB Variations
Color information
#EE0584 (or 0xEE0584) is known color: Deep Pink. HEX triplet: EE, 05 and 84. RGB value is (238,5,132). Sum of RGB (Red+Green+Blue) = 238+5+132=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0584 is #11FA7B. Grayscale: #585858. Windows color (decimal): -1178236 or 8652270. OLE color: 8652270.
HSL color Cylindrical-coordinate representation of color #EE0584: hue angle of 327.3º 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 #EE0584 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.07 |
| HSL | 327.3º | 0.96% | 0.48% | - |
| HSV(B) | 327.3º | 0.98% | 0.93% | - |
| XYZ | 39.48 | 19.95 | 23.6 | - |
| YUV | 89.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 132 | 0 | 0.98 | 0.45 | 0.07 | 327.3 | 0.96 | 0.48 |
| Hex | EE | 5 | 84 | 0 | 62 | 2D | 7 | 147 | 60 | 30 |
| Octal | 356 | 5 | 204 | 0 | 142 | 55 | 7 | 507 | 140 | 60 |
| Binary | 11101110 | 101 | 10000100 | 0 | 1100010 | 101101 | 111 | 101000111 | 1100000 | 110000 |
Color Harmonies of #EE0584
Complementary color
Monochromatic Colors of #EE0584
Black with #EE0584
Text Example
Text Example
White with #EE0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0584; }
p { color: rgb(238,5,132); }
H1.HeaderClassName
{
color: #EE0584;
}
.AnyTagClassName
{
color: #EE0584;
}
</style>
background-color css
<style>
a { background-color: #EE0584; }
a { background-color: rgb(238,5,132); }
div.DivClassName
{
background-color: #EE0584;
}
.BgClassName
{
background-color: #EE0584;
}
</style>
border-color css
<style>
span { border-color: #EE0584; }
span { border-color: rgb(238,5,132); }
td.TdClassName
{
border-color: #EE0584;
}
.TagClassName
{
border-color: #EE0584;
}
</style>