Shades of Hollywood Cerise #E40C9B
Tints of Hollywood Cerise #E40C9B
RGB
CMYK
RGB Variations
Color information
#E40C9B (or 0xE40C9B) is known color: Hollywood Cerise. HEX triplet: E4, 0C and 9B. RGB value is (228,12,155). Sum of RGB (Red+Green+Blue) = 228+12+155=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40C9B is #1BF364. Grayscale: #5C5C5C. Windows color (decimal): -1831781 or 10161380. OLE color: 10161380.
HSL color Cylindrical-coordinate representation of color #E40C9B: hue angle of 320.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40C9B is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 155 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.11 |
| HSL | 320.28º | 0.9% | 0.47% | - |
| HSV(B) | 320.28º | 0.95% | 0.89% | - |
| XYZ | 38.04 | 19.12 | 32.7 | - |
| YUV | 92.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 155 | 0 | 0.95 | 0.32 | 0.11 | 320.28 | 0.9 | 0.47 |
| Hex | E4 | C | 9B | 0 | 5F | 20 | B | 140 | 5A | 2F |
| Octal | 344 | 14 | 233 | 0 | 137 | 40 | 13 | 500 | 132 | 57 |
| Binary | 11100100 | 1100 | 10011011 | 0 | 1011111 | 100000 | 1011 | 101000000 | 1011010 | 101111 |
Color Harmonies of #E40C9B
Complementary color
Monochromatic Colors of #E40C9B
Black with #E40C9B
Text Example
Text Example
White with #E40C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40C9B; }
p { color: rgb(228,12,155); }
H1.HeaderClassName
{
color: #E40C9B;
}
.AnyTagClassName
{
color: #E40C9B;
}
</style>
background-color css
<style>
a { background-color: #E40C9B; }
a { background-color: rgb(228,12,155); }
div.DivClassName
{
background-color: #E40C9B;
}
.BgClassName
{
background-color: #E40C9B;
}
</style>
border-color css
<style>
span { border-color: #E40C9B; }
span { border-color: rgb(228,12,155); }
td.TdClassName
{
border-color: #E40C9B;
}
.TagClassName
{
border-color: #E40C9B;
}
</style>