Shades of Deep Pink #EE1588
Tints of Deep Pink #EE1588
RGB
CMYK
RGB Variations
Color information
#EE1588 (or 0xEE1588) is known color: Deep Pink. HEX triplet: EE, 15 and 88. RGB value is (238,21,136). Sum of RGB (Red+Green+Blue) = 238+21+136=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1588 is #11EA77. Grayscale: #626262. Windows color (decimal): -1174136 or 8918510. OLE color: 8918510.
HSL color Cylindrical-coordinate representation of color #EE1588: hue angle of 328.2º 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 #EE1588 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 136 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.2º | 0.86% | 0.51% | - |
| HSV(B) | 328.2º | 0.91% | 0.93% | - |
| XYZ | 39.97 | 20.49 | 25.14 | - |
| YUV | 98.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 136 | 0 | 0.91 | 0.43 | 0.07 | 328.2 | 0.86 | 0.51 |
| Hex | EE | 15 | 88 | 0 | 5B | 2B | 7 | 148 | 56 | 33 |
| Octal | 356 | 25 | 210 | 0 | 133 | 53 | 7 | 510 | 126 | 63 |
| Binary | 11101110 | 10101 | 10001000 | 0 | 1011011 | 101011 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #EE1588
Complementary color
Monochromatic Colors of #EE1588
Black with #EE1588
Text Example
Text Example
White with #EE1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1588; }
p { color: rgb(238,21,136); }
H1.HeaderClassName
{
color: #EE1588;
}
.AnyTagClassName
{
color: #EE1588;
}
</style>
background-color css
<style>
a { background-color: #EE1588; }
a { background-color: rgb(238,21,136); }
div.DivClassName
{
background-color: #EE1588;
}
.BgClassName
{
background-color: #EE1588;
}
</style>
border-color css
<style>
span { border-color: #EE1588; }
span { border-color: rgb(238,21,136); }
td.TdClassName
{
border-color: #EE1588;
}
.TagClassName
{
border-color: #EE1588;
}
</style>