Shades of Deep Pink #EE1D88
Tints of Deep Pink #EE1D88
RGB
CMYK
RGB Variations
Color information
#EE1D88 (or 0xEE1D88) is known color: Deep Pink. HEX triplet: EE, 1D and 88. RGB value is (238,29,136). Sum of RGB (Red+Green+Blue) = 238+29+136=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D88 is #11E277. Grayscale: #676767. Windows color (decimal): -1172088 or 8920558. OLE color: 8920558.
HSL color Cylindrical-coordinate representation of color #EE1D88: hue angle of 329.28º 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 #EE1D88 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 136 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.07 |
| HSL | 329.28º | 0.86% | 0.52% | - |
| HSV(B) | 329.28º | 0.88% | 0.93% | - |
| XYZ | 40.14 | 20.83 | 25.2 | - |
| YUV | 103.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 136 | 0 | 0.88 | 0.43 | 0.07 | 329.28 | 0.86 | 0.52 |
| Hex | EE | 1D | 88 | 0 | 58 | 2B | 7 | 149 | 56 | 34 |
| Octal | 356 | 35 | 210 | 0 | 130 | 53 | 7 | 511 | 126 | 64 |
| Binary | 11101110 | 11101 | 10001000 | 0 | 1011000 | 101011 | 111 | 101001001 | 1010110 | 110100 |
Color Harmonies of #EE1D88
Complementary color
Monochromatic Colors of #EE1D88
Black with #EE1D88
Text Example
Text Example
White with #EE1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D88; }
p { color: rgb(238,29,136); }
H1.HeaderClassName
{
color: #EE1D88;
}
.AnyTagClassName
{
color: #EE1D88;
}
</style>
background-color css
<style>
a { background-color: #EE1D88; }
a { background-color: rgb(238,29,136); }
div.DivClassName
{
background-color: #EE1D88;
}
.BgClassName
{
background-color: #EE1D88;
}
</style>
border-color css
<style>
span { border-color: #EE1D88; }
span { border-color: rgb(238,29,136); }
td.TdClassName
{
border-color: #EE1D88;
}
.TagClassName
{
border-color: #EE1D88;
}
</style>