Shades of Deep Pink #E81185
Tints of Deep Pink #E81185
RGB
CMYK
RGB Variations
Color information
#E81185 (or 0xE81185) is known color: Deep Pink. HEX triplet: E8, 11 and 85. RGB value is (232,17,133). Sum of RGB (Red+Green+Blue) = 232+17+133=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E81185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81185 is #17EE7A. Grayscale: #5E5E5E. Windows color (decimal): -1568379 or 8720872. OLE color: 8720872.
HSL color Cylindrical-coordinate representation of color #E81185: hue angle of 327.63º 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 #E81185 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 133 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.09 |
| HSL | 327.63º | 0.86% | 0.49% | - |
| HSV(B) | 327.63º | 0.93% | 0.91% | - |
| XYZ | 37.71 | 19.25 | 23.92 | - |
| YUV | 94.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 133 | 0 | 0.93 | 0.43 | 0.09 | 327.63 | 0.86 | 0.49 |
| Hex | E8 | 11 | 85 | 0 | 5D | 2B | 9 | 148 | 56 | 31 |
| Octal | 350 | 21 | 205 | 0 | 135 | 53 | 11 | 510 | 126 | 61 |
| Binary | 11101000 | 10001 | 10000101 | 0 | 1011101 | 101011 | 1001 | 101001000 | 1010110 | 110001 |
Color Harmonies of #E81185
Complementary color
Monochromatic Colors of #E81185
Black with #E81185
Text Example
Text Example
White with #E81185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81185; }
p { color: rgb(232,17,133); }
H1.HeaderClassName
{
color: #E81185;
}
.AnyTagClassName
{
color: #E81185;
}
</style>
background-color css
<style>
a { background-color: #E81185; }
a { background-color: rgb(232,17,133); }
div.DivClassName
{
background-color: #E81185;
}
.BgClassName
{
background-color: #E81185;
}
</style>
border-color css
<style>
span { border-color: #E81185; }
span { border-color: rgb(232,17,133); }
td.TdClassName
{
border-color: #E81185;
}
.TagClassName
{
border-color: #E81185;
}
</style>