Shades of Hollywood Cerise #E40A9D
Tints of Hollywood Cerise #E40A9D
RGB
CMYK
RGB Variations
Color information
#E40A9D (or 0xE40A9D) is known color: Hollywood Cerise. HEX triplet: E4, 0A and 9D. RGB value is (228,10,157). Sum of RGB (Red+Green+Blue) = 228+10+157=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40A9D is #1BF562. Grayscale: #5B5B5B. Windows color (decimal): -1832291 or 10291940. OLE color: 10291940.
HSL color Cylindrical-coordinate representation of color #E40A9D: hue angle of 319.54º 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 #E40A9D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 157 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.11 |
| HSL | 319.54º | 0.92% | 0.47% | - |
| HSV(B) | 319.54º | 0.96% | 0.89% | - |
| XYZ | 38.19 | 19.15 | 33.58 | - |
| YUV | 91.94 | 164.72 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 157 | 0 | 0.96 | 0.31 | 0.11 | 319.54 | 0.92 | 0.47 |
| Hex | E4 | A | 9D | 0 | 60 | 1F | B | 140 | 5C | 2F |
| Octal | 344 | 12 | 235 | 0 | 140 | 37 | 13 | 500 | 134 | 57 |
| Binary | 11100100 | 1010 | 10011101 | 0 | 1100000 | 11111 | 1011 | 101000000 | 1011100 | 101111 |
Color Harmonies of #E40A9D
Complementary color
Monochromatic Colors of #E40A9D
Black with #E40A9D
Text Example
Text Example
White with #E40A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A9D; }
p { color: rgb(228,10,157); }
H1.HeaderClassName
{
color: #E40A9D;
}
.AnyTagClassName
{
color: #E40A9D;
}
</style>
background-color css
<style>
a { background-color: #E40A9D; }
a { background-color: rgb(228,10,157); }
div.DivClassName
{
background-color: #E40A9D;
}
.BgClassName
{
background-color: #E40A9D;
}
</style>
border-color css
<style>
span { border-color: #E40A9D; }
span { border-color: rgb(228,10,157); }
td.TdClassName
{
border-color: #E40A9D;
}
.TagClassName
{
border-color: #E40A9D;
}
</style>