Shades of Hollywood Cerise #E40095
Tints of Hollywood Cerise #E40095
RGB
CMYK
RGB Variations
Color information
#E40095 (or 0xE40095) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 95. RGB value is (228,0,149). Sum of RGB (Red+Green+Blue) = 228+0+149=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E40095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40095 is #1BFF6A. Grayscale: #545454. Windows color (decimal): -1834859 or 9765092. OLE color: 9765092.
HSL color Cylindrical-coordinate representation of color #E40095: hue angle of 320.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40095 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.35 | 0.11 |
| HSL | 320.79º | 1% | 0.45% | - |
| HSV(B) | 320.79º | 1% | 0.89% | - |
| XYZ | 37.42 | 18.66 | 30.06 | - |
| YUV | 85.16 | 164.04 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 149 | 0 | 1 | 0.35 | 0.11 | 320.79 | 1 | 0.45 |
| Hex | E4 | 0 | 95 | 0 | 64 | 23 | B | 141 | 64 | 2D |
| Octal | 344 | 0 | 225 | 0 | 144 | 43 | 13 | 501 | 144 | 55 |
| Binary | 11100100 | 0 | 10010101 | 0 | 1100100 | 100011 | 1011 | 101000001 | 1100100 | 101101 |
Color Harmonies of #E40095
Complementary color
Monochromatic Colors of #E40095
Black with #E40095
Text Example
Text Example
White with #E40095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40095; }
p { color: rgb(228,0,149); }
H1.HeaderClassName
{
color: #E40095;
}
.AnyTagClassName
{
color: #E40095;
}
</style>
background-color css
<style>
a { background-color: #E40095; }
a { background-color: rgb(228,0,149); }
div.DivClassName
{
background-color: #E40095;
}
.BgClassName
{
background-color: #E40095;
}
</style>
border-color css
<style>
span { border-color: #E40095; }
span { border-color: rgb(228,0,149); }
td.TdClassName
{
border-color: #E40095;
}
.TagClassName
{
border-color: #E40095;
}
</style>