Shades of Deep Pink #E81B87
Tints of Deep Pink #E81B87
RGB
CMYK
RGB Variations
Color information
#E81B87 (or 0xE81B87) is known color: Deep Pink. HEX triplet: E8, 1B and 87. RGB value is (232,27,135). Sum of RGB (Red+Green+Blue) = 232+27+135=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B87 is #17E478. Grayscale: #646464. Windows color (decimal): -1565817 or 8854504. OLE color: 8854504.
HSL color Cylindrical-coordinate representation of color #E81B87: hue angle of 328.39º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B87 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 135 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.09 |
| HSL | 328.39º | 0.82% | 0.51% | - |
| HSV(B) | 328.39º | 0.88% | 0.91% | - |
| XYZ | 38.04 | 19.69 | 24.72 | - |
| YUV | 100.61 | 147.42 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 135 | 0 | 0.88 | 0.42 | 0.09 | 328.39 | 0.82 | 0.51 |
| Hex | E8 | 1B | 87 | 0 | 58 | 2A | 9 | 148 | 52 | 33 |
| Octal | 350 | 33 | 207 | 0 | 130 | 52 | 11 | 510 | 122 | 63 |
| Binary | 11101000 | 11011 | 10000111 | 0 | 1011000 | 101010 | 1001 | 101001000 | 1010010 | 110011 |
Color Harmonies of #E81B87
Complementary color
Monochromatic Colors of #E81B87
Black with #E81B87
Text Example
Text Example
White with #E81B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B87; }
p { color: rgb(232,27,135); }
H1.HeaderClassName
{
color: #E81B87;
}
.AnyTagClassName
{
color: #E81B87;
}
</style>
background-color css
<style>
a { background-color: #E81B87; }
a { background-color: rgb(232,27,135); }
div.DivClassName
{
background-color: #E81B87;
}
.BgClassName
{
background-color: #E81B87;
}
</style>
border-color css
<style>
span { border-color: #E81B87; }
span { border-color: rgb(232,27,135); }
td.TdClassName
{
border-color: #E81B87;
}
.TagClassName
{
border-color: #E81B87;
}
</style>