Shades of Deep Pink #E91487
Tints of Deep Pink #E91487
RGB
CMYK
RGB Variations
Color information
#E91487 (or 0xE91487) is known color: Deep Pink. HEX triplet: E9, 14 and 87. RGB value is (233,20,135). Sum of RGB (Red+Green+Blue) = 233+20+135=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E91487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91487 is #16EB78. Grayscale: #606060. Windows color (decimal): -1502073 or 8852713. OLE color: 8852713.
HSL color Cylindrical-coordinate representation of color #E91487: hue angle of 327.61º 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 #E91487 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 135 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.09 |
| HSL | 327.61º | 0.84% | 0.5% | - |
| HSV(B) | 327.61º | 0.91% | 0.91% | - |
| XYZ | 38.23 | 19.57 | 24.68 | - |
| YUV | 96.8 | 149.57 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 135 | 0 | 0.91 | 0.42 | 0.09 | 327.61 | 0.84 | 0.5 |
| Hex | E9 | 14 | 87 | 0 | 5B | 2A | 9 | 148 | 54 | 32 |
| Octal | 351 | 24 | 207 | 0 | 133 | 52 | 11 | 510 | 124 | 62 |
| Binary | 11101001 | 10100 | 10000111 | 0 | 1011011 | 101010 | 1001 | 101001000 | 1010100 | 110010 |
Color Harmonies of #E91487
Complementary color
Monochromatic Colors of #E91487
Black with #E91487
Text Example
Text Example
White with #E91487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91487; }
p { color: rgb(233,20,135); }
H1.HeaderClassName
{
color: #E91487;
}
.AnyTagClassName
{
color: #E91487;
}
</style>
background-color css
<style>
a { background-color: #E91487; }
a { background-color: rgb(233,20,135); }
div.DivClassName
{
background-color: #E91487;
}
.BgClassName
{
background-color: #E91487;
}
</style>
border-color css
<style>
span { border-color: #E91487; }
span { border-color: rgb(233,20,135); }
td.TdClassName
{
border-color: #E91487;
}
.TagClassName
{
border-color: #E91487;
}
</style>