Shades of Hollywood Cerise #E40DAC
Tints of Hollywood Cerise #E40DAC
RGB
CMYK
RGB Variations
Color information
#E40DAC (or 0xE40DAC) is known color: Hollywood Cerise. HEX triplet: E4, 0D and AC. RGB value is (228,13,172). Sum of RGB (Red+Green+Blue) = 228+13+172=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40DAC is #1BF253. Grayscale: #5E5E5E. Windows color (decimal): -1831508 or 11275748. OLE color: 11275748.
HSL color Cylindrical-coordinate representation of color #E40DAC: hue angle of 315.63º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DAC is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.11 |
| HSL | 315.63º | 0.89% | 0.47% | - |
| HSV(B) | 315.63º | 0.94% | 0.89% | - |
| XYZ | 39.59 | 19.76 | 40.76 | - |
| YUV | 95.41 | 171.23 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 172 | 0 | 0.94 | 0.25 | 0.11 | 315.63 | 0.89 | 0.47 |
| Hex | E4 | D | AC | 0 | 5E | 19 | B | 13C | 59 | 2F |
| Octal | 344 | 15 | 254 | 0 | 136 | 31 | 13 | 474 | 131 | 57 |
| Binary | 11100100 | 1101 | 10101100 | 0 | 1011110 | 11001 | 1011 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E40DAC
Complementary color
Monochromatic Colors of #E40DAC
Black with #E40DAC
Text Example
Text Example
White with #E40DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DAC; }
p { color: rgb(228,13,172); }
H1.HeaderClassName
{
color: #E40DAC;
}
.AnyTagClassName
{
color: #E40DAC;
}
</style>
background-color css
<style>
a { background-color: #E40DAC; }
a { background-color: rgb(228,13,172); }
div.DivClassName
{
background-color: #E40DAC;
}
.BgClassName
{
background-color: #E40DAC;
}
</style>
border-color css
<style>
span { border-color: #E40DAC; }
span { border-color: rgb(228,13,172); }
td.TdClassName
{
border-color: #E40DAC;
}
.TagClassName
{
border-color: #E40DAC;
}
</style>