Shades of Deep Pink #E91387
Tints of Deep Pink #E91387
RGB
CMYK
RGB Variations
Color information
#E91387 (or 0xE91387) is known color: Deep Pink. HEX triplet: E9, 13 and 87. RGB value is (233,19,135). Sum of RGB (Red+Green+Blue) = 233+19+135=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E91387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91387 is #16EC78. Grayscale: #5F5F5F. Windows color (decimal): -1502329 or 8852457. OLE color: 8852457.
HSL color Cylindrical-coordinate representation of color #E91387: hue angle of 327.48º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91387 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.09 |
| HSL | 327.48º | 0.85% | 0.49% | - |
| HSV(B) | 327.48º | 0.92% | 0.91% | - |
| XYZ | 38.21 | 19.54 | 24.68 | - |
| YUV | 96.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 135 | 0 | 0.92 | 0.42 | 0.09 | 327.48 | 0.85 | 0.49 |
| Hex | E9 | 13 | 87 | 0 | 5C | 2A | 9 | 147 | 55 | 31 |
| Octal | 351 | 23 | 207 | 0 | 134 | 52 | 11 | 507 | 125 | 61 |
| Binary | 11101001 | 10011 | 10000111 | 0 | 1011100 | 101010 | 1001 | 101000111 | 1010101 | 110001 |
Color Harmonies of #E91387
Complementary color
Monochromatic Colors of #E91387
Black with #E91387
Text Example
Text Example
White with #E91387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91387; }
p { color: rgb(233,19,135); }
H1.HeaderClassName
{
color: #E91387;
}
.AnyTagClassName
{
color: #E91387;
}
</style>
background-color css
<style>
a { background-color: #E91387; }
a { background-color: rgb(233,19,135); }
div.DivClassName
{
background-color: #E91387;
}
.BgClassName
{
background-color: #E91387;
}
</style>
border-color css
<style>
span { border-color: #E91387; }
span { border-color: rgb(233,19,135); }
td.TdClassName
{
border-color: #E91387;
}
.TagClassName
{
border-color: #E91387;
}
</style>