Shades of Deep Pink #E81995
Tints of Deep Pink #E81995
RGB
CMYK
RGB Variations
Color information
#E81995 (or 0xE81995) is known color: Deep Pink. HEX triplet: E8, 19 and 95. RGB value is (232,25,149). Sum of RGB (Red+Green+Blue) = 232+25+149=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E81995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81995 is #17E66A. Grayscale: #646464. Windows color (decimal): -1566315 or 9771496. OLE color: 9771496.
HSL color Cylindrical-coordinate representation of color #E81995: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81995 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 149 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.09 |
| HSL | 324.06º | 0.82% | 0.5% | - |
| HSV(B) | 324.06º | 0.89% | 0.91% | - |
| XYZ | 39.05 | 20.02 | 30.24 | - |
| YUV | 101.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 149 | 0 | 0.89 | 0.36 | 0.09 | 324.06 | 0.82 | 0.5 |
| Hex | E8 | 19 | 95 | 0 | 59 | 24 | 9 | 144 | 52 | 32 |
| Octal | 350 | 31 | 225 | 0 | 131 | 44 | 11 | 504 | 122 | 62 |
| Binary | 11101000 | 11001 | 10010101 | 0 | 1011001 | 100100 | 1001 | 101000100 | 1010010 | 110010 |
Color Harmonies of #E81995
Complementary color
Monochromatic Colors of #E81995
Black with #E81995
Text Example
Text Example
White with #E81995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81995; }
p { color: rgb(232,25,149); }
H1.HeaderClassName
{
color: #E81995;
}
.AnyTagClassName
{
color: #E81995;
}
</style>
background-color css
<style>
a { background-color: #E81995; }
a { background-color: rgb(232,25,149); }
div.DivClassName
{
background-color: #E81995;
}
.BgClassName
{
background-color: #E81995;
}
</style>
border-color css
<style>
span { border-color: #E81995; }
span { border-color: rgb(232,25,149); }
td.TdClassName
{
border-color: #E81995;
}
.TagClassName
{
border-color: #E81995;
}
</style>