Shades of Deep Pink #E82095
Tints of Deep Pink #E82095
RGB
CMYK
RGB Variations
Color information
#E82095 (or 0xE82095) is known color: Deep Pink. HEX triplet: E8, 20 and 95. RGB value is (232,32,149). Sum of RGB (Red+Green+Blue) = 232+32+149=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E82095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82095 is #17DF6A. Grayscale: #686868. Windows color (decimal): -1564523 or 9773288. OLE color: 9773288.
HSL color Cylindrical-coordinate representation of color #E82095: hue angle of 324.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82095 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 149 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.09 |
| HSL | 324.9º | 0.81% | 0.52% | - |
| HSV(B) | 324.9º | 0.86% | 0.91% | - |
| XYZ | 39.22 | 20.36 | 30.3 | - |
| YUV | 105.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 149 | 0 | 0.86 | 0.36 | 0.09 | 324.9 | 0.81 | 0.52 |
| Hex | E8 | 20 | 95 | 0 | 56 | 24 | 9 | 145 | 51 | 34 |
| Octal | 350 | 40 | 225 | 0 | 126 | 44 | 11 | 505 | 121 | 64 |
| Binary | 11101000 | 100000 | 10010101 | 0 | 1010110 | 100100 | 1001 | 101000101 | 1010001 | 110100 |
Color Harmonies of #E82095
Complementary color
Monochromatic Colors of #E82095
Black with #E82095
Text Example
Text Example
White with #E82095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82095; }
p { color: rgb(232,32,149); }
H1.HeaderClassName
{
color: #E82095;
}
.AnyTagClassName
{
color: #E82095;
}
</style>
background-color css
<style>
a { background-color: #E82095; }
a { background-color: rgb(232,32,149); }
div.DivClassName
{
background-color: #E82095;
}
.BgClassName
{
background-color: #E82095;
}
</style>
border-color css
<style>
span { border-color: #E82095; }
span { border-color: rgb(232,32,149); }
td.TdClassName
{
border-color: #E82095;
}
.TagClassName
{
border-color: #E82095;
}
</style>