Shades of Hollywood Cerise #E40495
Tints of Hollywood Cerise #E40495
RGB
CMYK
RGB Variations
Color information
#E40495 (or 0xE40495) is known color: Hollywood Cerise. HEX triplet: E4, 04 and 95. RGB value is (228,4,149). Sum of RGB (Red+Green+Blue) = 228+4+149=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E40495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40495 is #1BFB6A. Grayscale: #575757. Windows color (decimal): -1833835 or 9766116. OLE color: 9766116.
HSL color Cylindrical-coordinate representation of color #E40495: hue angle of 321.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40495 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.11 |
| HSL | 321.16º | 0.97% | 0.45% | - |
| HSV(B) | 321.16º | 0.98% | 0.89% | - |
| XYZ | 37.46 | 18.75 | 30.08 | - |
| YUV | 87.51 | 162.71 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 149 | 0 | 0.98 | 0.35 | 0.11 | 321.16 | 0.97 | 0.45 |
| Hex | E4 | 4 | 95 | 0 | 62 | 23 | B | 141 | 61 | 2D |
| Octal | 344 | 4 | 225 | 0 | 142 | 43 | 13 | 501 | 141 | 55 |
| Binary | 11100100 | 100 | 10010101 | 0 | 1100010 | 100011 | 1011 | 101000001 | 1100001 | 101101 |
Color Harmonies of #E40495
Complementary color
Monochromatic Colors of #E40495
Black with #E40495
Text Example
Text Example
White with #E40495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40495; }
p { color: rgb(228,4,149); }
H1.HeaderClassName
{
color: #E40495;
}
.AnyTagClassName
{
color: #E40495;
}
</style>
background-color css
<style>
a { background-color: #E40495; }
a { background-color: rgb(228,4,149); }
div.DivClassName
{
background-color: #E40495;
}
.BgClassName
{
background-color: #E40495;
}
</style>
border-color css
<style>
span { border-color: #E40495; }
span { border-color: rgb(228,4,149); }
td.TdClassName
{
border-color: #E40495;
}
.TagClassName
{
border-color: #E40495;
}
</style>