Shades of Hollywood Cerise #E414AB
Tints of Hollywood Cerise #E414AB
RGB
CMYK
RGB Variations
Color information
#E414AB (or 0xE414AB) is known color: Hollywood Cerise. HEX triplet: E4, 14 and AB. RGB value is (228,20,171). Sum of RGB (Red+Green+Blue) = 228+20+171=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E414AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414AB is #1BEB54. Grayscale: #636363. Windows color (decimal): -1829717 or 11212004. OLE color: 11212004.
HSL color Cylindrical-coordinate representation of color #E414AB: hue angle of 316.44º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414AB is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.11 |
| HSL | 316.44º | 0.84% | 0.49% | - |
| HSV(B) | 316.44º | 0.91% | 0.89% | - |
| XYZ | 39.6 | 19.93 | 40.29 | - |
| YUV | 99.41 | 168.41 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 171 | 0 | 0.91 | 0.25 | 0.11 | 316.44 | 0.84 | 0.49 |
| Hex | E4 | 14 | AB | 0 | 5B | 19 | B | 13C | 54 | 31 |
| Octal | 344 | 24 | 253 | 0 | 133 | 31 | 13 | 474 | 124 | 61 |
| Binary | 11100100 | 10100 | 10101011 | 0 | 1011011 | 11001 | 1011 | 100111100 | 1010100 | 110001 |
Color Harmonies of #E414AB
Complementary color
Monochromatic Colors of #E414AB
Black with #E414AB
Text Example
Text Example
White with #E414AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414AB; }
p { color: rgb(228,20,171); }
H1.HeaderClassName
{
color: #E414AB;
}
.AnyTagClassName
{
color: #E414AB;
}
</style>
background-color css
<style>
a { background-color: #E414AB; }
a { background-color: rgb(228,20,171); }
div.DivClassName
{
background-color: #E414AB;
}
.BgClassName
{
background-color: #E414AB;
}
</style>
border-color css
<style>
span { border-color: #E414AB; }
span { border-color: rgb(228,20,171); }
td.TdClassName
{
border-color: #E414AB;
}
.TagClassName
{
border-color: #E414AB;
}
</style>