Shades of Deep Pink #E81983
Tints of Deep Pink #E81983
RGB
CMYK
RGB Variations
Color information
#E81983 (or 0xE81983) is known color: Deep Pink. HEX triplet: E8, 19 and 83. RGB value is (232,25,131). Sum of RGB (Red+Green+Blue) = 232+25+131=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E81983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81983 is #17E67C. Grayscale: #626262. Windows color (decimal): -1566333 or 8591848. OLE color: 8591848.
HSL color Cylindrical-coordinate representation of color #E81983: hue angle of 329.28º 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 #E81983 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 131 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.09 |
| HSL | 329.28º | 0.82% | 0.5% | - |
| HSV(B) | 329.28º | 0.89% | 0.91% | - |
| XYZ | 37.72 | 19.49 | 23.25 | - |
| YUV | 98.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 131 | 0 | 0.89 | 0.44 | 0.09 | 329.28 | 0.82 | 0.5 |
| Hex | E8 | 19 | 83 | 0 | 59 | 2C | 9 | 149 | 52 | 32 |
| Octal | 350 | 31 | 203 | 0 | 131 | 54 | 11 | 511 | 122 | 62 |
| Binary | 11101000 | 11001 | 10000011 | 0 | 1011001 | 101100 | 1001 | 101001001 | 1010010 | 110010 |
Color Harmonies of #E81983
Complementary color
Monochromatic Colors of #E81983
Black with #E81983
Text Example
Text Example
White with #E81983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81983; }
p { color: rgb(232,25,131); }
H1.HeaderClassName
{
color: #E81983;
}
.AnyTagClassName
{
color: #E81983;
}
</style>
background-color css
<style>
a { background-color: #E81983; }
a { background-color: rgb(232,25,131); }
div.DivClassName
{
background-color: #E81983;
}
.BgClassName
{
background-color: #E81983;
}
</style>
border-color css
<style>
span { border-color: #E81983; }
span { border-color: rgb(232,25,131); }
td.TdClassName
{
border-color: #E81983;
}
.TagClassName
{
border-color: #E81983;
}
</style>