Shades of Hollywood Cerise #E40AAC
Tints of Hollywood Cerise #E40AAC
RGB
CMYK
RGB Variations
Color information
#E40AAC (or 0xE40AAC) is known color: Hollywood Cerise. HEX triplet: E4, 0A and AC. RGB value is (228,10,172). Sum of RGB (Red+Green+Blue) = 228+10+172=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E40AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40AAC is #1BF553. Grayscale: #5D5D5D. Windows color (decimal): -1832276 or 11274980. OLE color: 11274980.
HSL color Cylindrical-coordinate representation of color #E40AAC: hue angle of 315.41º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AAC is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 172 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.11 |
| HSL | 315.41º | 0.92% | 0.47% | - |
| HSV(B) | 315.41º | 0.96% | 0.89% | - |
| XYZ | 39.55 | 19.69 | 40.75 | - |
| YUV | 93.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 172 | 0 | 0.96 | 0.25 | 0.11 | 315.41 | 0.92 | 0.47 |
| Hex | E4 | A | AC | 0 | 60 | 19 | B | 13B | 5C | 2F |
| Octal | 344 | 12 | 254 | 0 | 140 | 31 | 13 | 473 | 134 | 57 |
| Binary | 11100100 | 1010 | 10101100 | 0 | 1100000 | 11001 | 1011 | 100111011 | 1011100 | 101111 |
Color Harmonies of #E40AAC
Complementary color
Monochromatic Colors of #E40AAC
Black with #E40AAC
Text Example
Text Example
White with #E40AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40AAC; }
p { color: rgb(228,10,172); }
H1.HeaderClassName
{
color: #E40AAC;
}
.AnyTagClassName
{
color: #E40AAC;
}
</style>
background-color css
<style>
a { background-color: #E40AAC; }
a { background-color: rgb(228,10,172); }
div.DivClassName
{
background-color: #E40AAC;
}
.BgClassName
{
background-color: #E40AAC;
}
</style>
border-color css
<style>
span { border-color: #E40AAC; }
span { border-color: rgb(228,10,172); }
td.TdClassName
{
border-color: #E40AAC;
}
.TagClassName
{
border-color: #E40AAC;
}
</style>