Shades of Deep Pink #E81895
Tints of Deep Pink #E81895
RGB
CMYK
RGB Variations
Color information
#E81895 (or 0xE81895) is known color: Deep Pink. HEX triplet: E8, 18 and 95. RGB value is (232,24,149). Sum of RGB (Red+Green+Blue) = 232+24+149=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E81895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81895 is #17E76A. Grayscale: #646464. Windows color (decimal): -1566571 or 9771240. OLE color: 9771240.
HSL color Cylindrical-coordinate representation of color #E81895: hue angle of 323.94º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81895 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 149 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.09 |
| HSL | 323.94º | 0.82% | 0.5% | - |
| HSV(B) | 323.94º | 0.9% | 0.91% | - |
| XYZ | 39.03 | 19.98 | 30.23 | - |
| YUV | 100.44 | 155.41 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 149 | 0 | 0.90 | 0.36 | 0.09 | 323.94 | 0.82 | 0.5 |
| Hex | E8 | 18 | 95 | 0 | 5A | 24 | 9 | 144 | 52 | 32 |
| Octal | 350 | 30 | 225 | 0 | 132 | 44 | 11 | 504 | 122 | 62 |
| Binary | 11101000 | 11000 | 10010101 | 0 | 1011010 | 100100 | 1001 | 101000100 | 1010010 | 110010 |
Color Harmonies of #E81895
Complementary color
Monochromatic Colors of #E81895
Black with #E81895
Text Example
Text Example
White with #E81895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81895; }
p { color: rgb(232,24,149); }
H1.HeaderClassName
{
color: #E81895;
}
.AnyTagClassName
{
color: #E81895;
}
</style>
background-color css
<style>
a { background-color: #E81895; }
a { background-color: rgb(232,24,149); }
div.DivClassName
{
background-color: #E81895;
}
.BgClassName
{
background-color: #E81895;
}
</style>
border-color css
<style>
span { border-color: #E81895; }
span { border-color: rgb(232,24,149); }
td.TdClassName
{
border-color: #E81895;
}
.TagClassName
{
border-color: #E81895;
}
</style>