Shades of Hollywood Cerise #E40D91
Tints of Hollywood Cerise #E40D91
RGB
CMYK
RGB Variations
Color information
#E40D91 (or 0xE40D91) is known color: Hollywood Cerise. HEX triplet: E4, 0D and 91. RGB value is (228,13,145). Sum of RGB (Red+Green+Blue) = 228+13+145=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40D91 is #1BF26E. Grayscale: #5C5C5C. Windows color (decimal): -1831535 or 9506276. OLE color: 9506276.
HSL color Cylindrical-coordinate representation of color #E40D91: hue angle of 323.16º 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 #E40D91 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 145 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.11 |
| HSL | 323.16º | 0.89% | 0.47% | - |
| HSV(B) | 323.16º | 0.94% | 0.89% | - |
| XYZ | 37.25 | 18.83 | 28.46 | - |
| YUV | 92.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 145 | 0 | 0.94 | 0.36 | 0.11 | 323.16 | 0.89 | 0.47 |
| Hex | E4 | D | 91 | 0 | 5E | 24 | B | 143 | 59 | 2F |
| Octal | 344 | 15 | 221 | 0 | 136 | 44 | 13 | 503 | 131 | 57 |
| Binary | 11100100 | 1101 | 10010001 | 0 | 1011110 | 100100 | 1011 | 101000011 | 1011001 | 101111 |
Color Harmonies of #E40D91
Complementary color
Monochromatic Colors of #E40D91
Black with #E40D91
Text Example
Text Example
White with #E40D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D91; }
p { color: rgb(228,13,145); }
H1.HeaderClassName
{
color: #E40D91;
}
.AnyTagClassName
{
color: #E40D91;
}
</style>
background-color css
<style>
a { background-color: #E40D91; }
a { background-color: rgb(228,13,145); }
div.DivClassName
{
background-color: #E40D91;
}
.BgClassName
{
background-color: #E40D91;
}
</style>
border-color css
<style>
span { border-color: #E40D91; }
span { border-color: rgb(228,13,145); }
td.TdClassName
{
border-color: #E40D91;
}
.TagClassName
{
border-color: #E40D91;
}
</style>