Shades of Deep Pink #EE1589
Tints of Deep Pink #EE1589
RGB
CMYK
RGB Variations
Color information
#EE1589 (or 0xEE1589) is known color: Deep Pink. HEX triplet: EE, 15 and 89. RGB value is (238,21,137). Sum of RGB (Red+Green+Blue) = 238+21+137=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1589 is #11EA76. Grayscale: #626262. Windows color (decimal): -1174135 or 8984046. OLE color: 8984046.
HSL color Cylindrical-coordinate representation of color #EE1589: hue angle of 327.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1589 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 137 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.07 |
| HSL | 327.93º | 0.86% | 0.51% | - |
| HSV(B) | 327.93º | 0.91% | 0.93% | - |
| XYZ | 40.04 | 20.52 | 25.52 | - |
| YUV | 99.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 137 | 0 | 0.91 | 0.42 | 0.07 | 327.93 | 0.86 | 0.51 |
| Hex | EE | 15 | 89 | 0 | 5B | 2A | 7 | 148 | 56 | 33 |
| Octal | 356 | 25 | 211 | 0 | 133 | 52 | 7 | 510 | 126 | 63 |
| Binary | 11101110 | 10101 | 10001001 | 0 | 1011011 | 101010 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #EE1589
Complementary color
Monochromatic Colors of #EE1589
Black with #EE1589
Text Example
Text Example
White with #EE1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1589; }
p { color: rgb(238,21,137); }
H1.HeaderClassName
{
color: #EE1589;
}
.AnyTagClassName
{
color: #EE1589;
}
</style>
background-color css
<style>
a { background-color: #EE1589; }
a { background-color: rgb(238,21,137); }
div.DivClassName
{
background-color: #EE1589;
}
.BgClassName
{
background-color: #EE1589;
}
</style>
border-color css
<style>
span { border-color: #EE1589; }
span { border-color: rgb(238,21,137); }
td.TdClassName
{
border-color: #EE1589;
}
.TagClassName
{
border-color: #EE1589;
}
</style>