Shades of Deep Pink #E91995
Tints of Deep Pink #E91995
RGB
CMYK
RGB Variations
Color information
#E91995 (or 0xE91995) is known color: Deep Pink. HEX triplet: E9, 19 and 95. RGB value is (233,25,149). Sum of RGB (Red+Green+Blue) = 233+25+149=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E91995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91995 is #16E66A. Grayscale: #656565. Windows color (decimal): -1500779 or 9771497. OLE color: 9771497.
HSL color Cylindrical-coordinate representation of color #E91995: hue angle of 324.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91995 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 149 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.09 |
| HSL | 324.23º | 0.83% | 0.51% | - |
| HSV(B) | 324.23º | 0.89% | 0.91% | - |
| XYZ | 39.38 | 20.19 | 30.26 | - |
| YUV | 101.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 149 | 0 | 0.89 | 0.36 | 0.09 | 324.23 | 0.83 | 0.51 |
| Hex | E9 | 19 | 95 | 0 | 59 | 24 | 9 | 144 | 53 | 33 |
| Octal | 351 | 31 | 225 | 0 | 131 | 44 | 11 | 504 | 123 | 63 |
| Binary | 11101001 | 11001 | 10010101 | 0 | 1011001 | 100100 | 1001 | 101000100 | 1010011 | 110011 |
Color Harmonies of #E91995
Complementary color
Monochromatic Colors of #E91995
Black with #E91995
Text Example
Text Example
White with #E91995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91995; }
p { color: rgb(233,25,149); }
H1.HeaderClassName
{
color: #E91995;
}
.AnyTagClassName
{
color: #E91995;
}
</style>
background-color css
<style>
a { background-color: #E91995; }
a { background-color: rgb(233,25,149); }
div.DivClassName
{
background-color: #E91995;
}
.BgClassName
{
background-color: #E91995;
}
</style>
border-color css
<style>
span { border-color: #E91995; }
span { border-color: rgb(233,25,149); }
td.TdClassName
{
border-color: #E91995;
}
.TagClassName
{
border-color: #E91995;
}
</style>