Shades of Deep Pink #E81183
Tints of Deep Pink #E81183
RGB
CMYK
RGB Variations
Color information
#E81183 (or 0xE81183) is known color: Deep Pink. HEX triplet: E8, 11 and 83. RGB value is (232,17,131). Sum of RGB (Red+Green+Blue) = 232+17+131=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E81183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81183 is #17EE7C. Grayscale: #5E5E5E. Windows color (decimal): -1568381 or 8589800. OLE color: 8589800.
HSL color Cylindrical-coordinate representation of color #E81183: hue angle of 328.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81183 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.09 |
| HSL | 328.19º | 0.86% | 0.49% | - |
| HSV(B) | 328.19º | 0.93% | 0.91% | - |
| XYZ | 37.58 | 19.2 | 23.2 | - |
| YUV | 94.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 131 | 0 | 0.93 | 0.44 | 0.09 | 328.19 | 0.86 | 0.49 |
| Hex | E8 | 11 | 83 | 0 | 5D | 2C | 9 | 148 | 56 | 31 |
| Octal | 350 | 21 | 203 | 0 | 135 | 54 | 11 | 510 | 126 | 61 |
| Binary | 11101000 | 10001 | 10000011 | 0 | 1011101 | 101100 | 1001 | 101001000 | 1010110 | 110001 |
Color Harmonies of #E81183
Complementary color
Monochromatic Colors of #E81183
Black with #E81183
Text Example
Text Example
White with #E81183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81183; }
p { color: rgb(232,17,131); }
H1.HeaderClassName
{
color: #E81183;
}
.AnyTagClassName
{
color: #E81183;
}
</style>
background-color css
<style>
a { background-color: #E81183; }
a { background-color: rgb(232,17,131); }
div.DivClassName
{
background-color: #E81183;
}
.BgClassName
{
background-color: #E81183;
}
</style>
border-color css
<style>
span { border-color: #E81183; }
span { border-color: rgb(232,17,131); }
td.TdClassName
{
border-color: #E81183;
}
.TagClassName
{
border-color: #E81183;
}
</style>