Shades of Deep Pink #E91488
Tints of Deep Pink #E91488
RGB
CMYK
RGB Variations
Color information
#E91488 (or 0xE91488) is known color: Deep Pink. HEX triplet: E9, 14 and 88. RGB value is (233,20,136). Sum of RGB (Red+Green+Blue) = 233+20+136=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E91488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91488 is #16EB77. Grayscale: #606060. Windows color (decimal): -1502072 or 8918249. OLE color: 8918249.
HSL color Cylindrical-coordinate representation of color #E91488: hue angle of 327.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91488 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 136 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.09 |
| HSL | 327.32º | 0.84% | 0.5% | - |
| HSV(B) | 327.32º | 0.91% | 0.91% | - |
| XYZ | 38.3 | 19.6 | 25.06 | - |
| YUV | 96.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 136 | 0 | 0.91 | 0.42 | 0.09 | 327.32 | 0.84 | 0.5 |
| Hex | E9 | 14 | 88 | 0 | 5B | 2A | 9 | 147 | 54 | 32 |
| Octal | 351 | 24 | 210 | 0 | 133 | 52 | 11 | 507 | 124 | 62 |
| Binary | 11101001 | 10100 | 10001000 | 0 | 1011011 | 101010 | 1001 | 101000111 | 1010100 | 110010 |
Color Harmonies of #E91488
Complementary color
Monochromatic Colors of #E91488
Black with #E91488
Text Example
Text Example
White with #E91488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91488; }
p { color: rgb(233,20,136); }
H1.HeaderClassName
{
color: #E91488;
}
.AnyTagClassName
{
color: #E91488;
}
</style>
background-color css
<style>
a { background-color: #E91488; }
a { background-color: rgb(233,20,136); }
div.DivClassName
{
background-color: #E91488;
}
.BgClassName
{
background-color: #E91488;
}
</style>
border-color css
<style>
span { border-color: #E91488; }
span { border-color: rgb(233,20,136); }
td.TdClassName
{
border-color: #E91488;
}
.TagClassName
{
border-color: #E91488;
}
</style>