Shades of Hollywood Cerise #E813AB
Tints of Hollywood Cerise #E813AB
RGB
CMYK
RGB Variations
Color information
#E813AB (or 0xE813AB) is known color: Hollywood Cerise. HEX triplet: E8, 13 and AB. RGB value is (232,19,171). Sum of RGB (Red+Green+Blue) = 232+19+171=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E813AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E813AB is #17EC54. Grayscale: #636363. Windows color (decimal): -1567829 or 11211752. OLE color: 11211752.
HSL color Cylindrical-coordinate representation of color #E813AB: hue angle of 317.18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E813AB is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 171 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.09 |
| HSL | 317.18º | 0.85% | 0.49% | - |
| HSV(B) | 317.18º | 0.92% | 0.91% | - |
| XYZ | 40.86 | 20.56 | 40.34 | - |
| YUV | 100.02 | 168.07 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 171 | 0 | 0.92 | 0.26 | 0.09 | 317.18 | 0.85 | 0.49 |
| Hex | E8 | 13 | AB | 0 | 5C | 1A | 9 | 13D | 55 | 31 |
| Octal | 350 | 23 | 253 | 0 | 134 | 32 | 11 | 475 | 125 | 61 |
| Binary | 11101000 | 10011 | 10101011 | 0 | 1011100 | 11010 | 1001 | 100111101 | 1010101 | 110001 |
Color Harmonies of #E813AB
Complementary color
Monochromatic Colors of #E813AB
Black with #E813AB
Text Example
Text Example
White with #E813AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E813AB; }
p { color: rgb(232,19,171); }
H1.HeaderClassName
{
color: #E813AB;
}
.AnyTagClassName
{
color: #E813AB;
}
</style>
background-color css
<style>
a { background-color: #E813AB; }
a { background-color: rgb(232,19,171); }
div.DivClassName
{
background-color: #E813AB;
}
.BgClassName
{
background-color: #E813AB;
}
</style>
border-color css
<style>
span { border-color: #E813AB; }
span { border-color: rgb(232,19,171); }
td.TdClassName
{
border-color: #E813AB;
}
.TagClassName
{
border-color: #E813AB;
}
</style>