Shades of Deep Pink #EE1D89
Tints of Deep Pink #EE1D89
RGB
CMYK
RGB Variations
Color information
#EE1D89 (or 0xEE1D89) is known color: Deep Pink. HEX triplet: EE, 1D and 89. RGB value is (238,29,137). Sum of RGB (Red+Green+Blue) = 238+29+137=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D89 is #11E276. Grayscale: #676767. Windows color (decimal): -1172087 or 8986094. OLE color: 8986094.
HSL color Cylindrical-coordinate representation of color #EE1D89: hue angle of 329º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D89 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 137 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.07 |
| HSL | 329º | 0.86% | 0.52% | - |
| HSV(B) | 329º | 0.88% | 0.93% | - |
| XYZ | 40.21 | 20.86 | 25.57 | - |
| YUV | 103.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 137 | 0 | 0.88 | 0.42 | 0.07 | 329 | 0.86 | 0.52 |
| Hex | EE | 1D | 89 | 0 | 58 | 2A | 7 | 149 | 56 | 34 |
| Octal | 356 | 35 | 211 | 0 | 130 | 52 | 7 | 511 | 126 | 64 |
| Binary | 11101110 | 11101 | 10001001 | 0 | 1011000 | 101010 | 111 | 101001001 | 1010110 | 110100 |
Color Harmonies of #EE1D89
Complementary color
Monochromatic Colors of #EE1D89
Black with #EE1D89
Text Example
Text Example
White with #EE1D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D89; }
p { color: rgb(238,29,137); }
H1.HeaderClassName
{
color: #EE1D89;
}
.AnyTagClassName
{
color: #EE1D89;
}
</style>
background-color css
<style>
a { background-color: #EE1D89; }
a { background-color: rgb(238,29,137); }
div.DivClassName
{
background-color: #EE1D89;
}
.BgClassName
{
background-color: #EE1D89;
}
</style>
border-color css
<style>
span { border-color: #EE1D89; }
span { border-color: rgb(238,29,137); }
td.TdClassName
{
border-color: #EE1D89;
}
.TagClassName
{
border-color: #EE1D89;
}
</style>