Shades of Deep Pink #E81D96
Tints of Deep Pink #E81D96
RGB
CMYK
RGB Variations
Color information
#E81D96 (or 0xE81D96) is known color: Deep Pink. HEX triplet: E8, 1D and 96. RGB value is (232,29,150). Sum of RGB (Red+Green+Blue) = 232+29+150=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81D96 is #17E269. Grayscale: #676767. Windows color (decimal): -1565290 or 9838056. OLE color: 9838056.
HSL color Cylindrical-coordinate representation of color #E81D96: hue angle of 324.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D96 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 150 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.09 |
| HSL | 324.24º | 0.82% | 0.51% | - |
| HSV(B) | 324.24º | 0.88% | 0.91% | - |
| XYZ | 39.22 | 20.24 | 30.69 | - |
| YUV | 103.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 150 | 0 | 0.88 | 0.35 | 0.09 | 324.24 | 0.82 | 0.51 |
| Hex | E8 | 1D | 96 | 0 | 58 | 23 | 9 | 144 | 52 | 33 |
| Octal | 350 | 35 | 226 | 0 | 130 | 43 | 11 | 504 | 122 | 63 |
| Binary | 11101000 | 11101 | 10010110 | 0 | 1011000 | 100011 | 1001 | 101000100 | 1010010 | 110011 |
Color Harmonies of #E81D96
Complementary color
Monochromatic Colors of #E81D96
Black with #E81D96
Text Example
Text Example
White with #E81D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D96; }
p { color: rgb(232,29,150); }
H1.HeaderClassName
{
color: #E81D96;
}
.AnyTagClassName
{
color: #E81D96;
}
</style>
background-color css
<style>
a { background-color: #E81D96; }
a { background-color: rgb(232,29,150); }
div.DivClassName
{
background-color: #E81D96;
}
.BgClassName
{
background-color: #E81D96;
}
</style>
border-color css
<style>
span { border-color: #E81D96; }
span { border-color: rgb(232,29,150); }
td.TdClassName
{
border-color: #E81D96;
}
.TagClassName
{
border-color: #E81D96;
}
</style>