Shades of Deep Pink #E81985
Tints of Deep Pink #E81985
RGB
CMYK
RGB Variations
Color information
#E81985 (or 0xE81985) is known color: Deep Pink. HEX triplet: E8, 19 and 85. RGB value is (232,25,133). Sum of RGB (Red+Green+Blue) = 232+25+133=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E81985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81985 is #17E67A. Grayscale: #626262. Windows color (decimal): -1566331 or 8722920. OLE color: 8722920.
HSL color Cylindrical-coordinate representation of color #E81985: hue angle of 328.7º 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 #E81985 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.09 |
| HSL | 328.7º | 0.82% | 0.5% | - |
| HSV(B) | 328.7º | 0.89% | 0.91% | - |
| XYZ | 37.86 | 19.54 | 23.97 | - |
| YUV | 99.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 133 | 0 | 0.89 | 0.43 | 0.09 | 328.7 | 0.82 | 0.5 |
| Hex | E8 | 19 | 85 | 0 | 59 | 2B | 9 | 149 | 52 | 32 |
| Octal | 350 | 31 | 205 | 0 | 131 | 53 | 11 | 511 | 122 | 62 |
| Binary | 11101000 | 11001 | 10000101 | 0 | 1011001 | 101011 | 1001 | 101001001 | 1010010 | 110010 |
Color Harmonies of #E81985
Complementary color
Monochromatic Colors of #E81985
Black with #E81985
Text Example
Text Example
White with #E81985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81985; }
p { color: rgb(232,25,133); }
H1.HeaderClassName
{
color: #E81985;
}
.AnyTagClassName
{
color: #E81985;
}
</style>
background-color css
<style>
a { background-color: #E81985; }
a { background-color: rgb(232,25,133); }
div.DivClassName
{
background-color: #E81985;
}
.BgClassName
{
background-color: #E81985;
}
</style>
border-color css
<style>
span { border-color: #E81985; }
span { border-color: rgb(232,25,133); }
td.TdClassName
{
border-color: #E81985;
}
.TagClassName
{
border-color: #E81985;
}
</style>