Shades of Deep Pink #E81495
Tints of Deep Pink #E81495
RGB
CMYK
RGB Variations
Color information
#E81495 (or 0xE81495) is known color: Deep Pink. HEX triplet: E8, 14 and 95. RGB value is (232,20,149). Sum of RGB (Red+Green+Blue) = 232+20+149=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E81495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81495 is #17EB6A. Grayscale: #616161. Windows color (decimal): -1567595 or 9770216. OLE color: 9770216.
HSL color Cylindrical-coordinate representation of color #E81495: hue angle of 323.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81495 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 149 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.09 |
| HSL | 323.49º | 0.84% | 0.49% | - |
| HSV(B) | 323.49º | 0.91% | 0.91% | - |
| XYZ | 38.95 | 19.83 | 30.21 | - |
| YUV | 98.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 149 | 0 | 0.91 | 0.36 | 0.09 | 323.49 | 0.84 | 0.49 |
| Hex | E8 | 14 | 95 | 0 | 5B | 24 | 9 | 143 | 54 | 31 |
| Octal | 350 | 24 | 225 | 0 | 133 | 44 | 11 | 503 | 124 | 61 |
| Binary | 11101000 | 10100 | 10010101 | 0 | 1011011 | 100100 | 1001 | 101000011 | 1010100 | 110001 |
Color Harmonies of #E81495
Complementary color
Monochromatic Colors of #E81495
Black with #E81495
Text Example
Text Example
White with #E81495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81495; }
p { color: rgb(232,20,149); }
H1.HeaderClassName
{
color: #E81495;
}
.AnyTagClassName
{
color: #E81495;
}
</style>
background-color css
<style>
a { background-color: #E81495; }
a { background-color: rgb(232,20,149); }
div.DivClassName
{
background-color: #E81495;
}
.BgClassName
{
background-color: #E81495;
}
</style>
border-color css
<style>
span { border-color: #E81495; }
span { border-color: rgb(232,20,149); }
td.TdClassName
{
border-color: #E81495;
}
.TagClassName
{
border-color: #E81495;
}
</style>