Shades of Hollywood Cerise #E414AC
Tints of Hollywood Cerise #E414AC
RGB
CMYK
RGB Variations
Color information
#E414AC (or 0xE414AC) is known color: Hollywood Cerise. HEX triplet: E4, 14 and AC. RGB value is (228,20,172). Sum of RGB (Red+Green+Blue) = 228+20+172=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E414AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414AC is #1BEB53. Grayscale: #636363. Windows color (decimal): -1829716 or 11277540. OLE color: 11277540.
HSL color Cylindrical-coordinate representation of color #E414AC: hue angle of 316.15º 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 #E414AC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.11 |
| HSL | 316.15º | 0.84% | 0.49% | - |
| HSV(B) | 316.15º | 0.91% | 0.89% | - |
| XYZ | 39.69 | 19.97 | 40.79 | - |
| YUV | 99.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 172 | 0 | 0.91 | 0.25 | 0.11 | 316.15 | 0.84 | 0.49 |
| Hex | E4 | 14 | AC | 0 | 5B | 19 | B | 13C | 54 | 31 |
| Octal | 344 | 24 | 254 | 0 | 133 | 31 | 13 | 474 | 124 | 61 |
| Binary | 11100100 | 10100 | 10101100 | 0 | 1011011 | 11001 | 1011 | 100111100 | 1010100 | 110001 |
Color Harmonies of #E414AC
Complementary color
Monochromatic Colors of #E414AC
Black with #E414AC
Text Example
Text Example
White with #E414AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414AC; }
p { color: rgb(228,20,172); }
H1.HeaderClassName
{
color: #E414AC;
}
.AnyTagClassName
{
color: #E414AC;
}
</style>
background-color css
<style>
a { background-color: #E414AC; }
a { background-color: rgb(228,20,172); }
div.DivClassName
{
background-color: #E414AC;
}
.BgClassName
{
background-color: #E414AC;
}
</style>
border-color css
<style>
span { border-color: #E414AC; }
span { border-color: rgb(228,20,172); }
td.TdClassName
{
border-color: #E414AC;
}
.TagClassName
{
border-color: #E414AC;
}
</style>