Shades of Hollywood Cerise #E40295
Tints of Hollywood Cerise #E40295
RGB
CMYK
RGB Variations
Color information
#E40295 (or 0xE40295) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 95. RGB value is (228,2,149). Sum of RGB (Red+Green+Blue) = 228+2+149=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E40295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40295 is #1BFD6A. Grayscale: #555555. Windows color (decimal): -1834347 or 9765604. OLE color: 9765604.
HSL color Cylindrical-coordinate representation of color #E40295: hue angle of 320.97º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40295 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.11 |
| HSL | 320.97º | 0.98% | 0.45% | - |
| HSV(B) | 320.97º | 0.99% | 0.89% | - |
| XYZ | 37.44 | 18.71 | 30.07 | - |
| YUV | 86.33 | 163.37 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 149 | 0 | 0.99 | 0.35 | 0.11 | 320.97 | 0.98 | 0.45 |
| Hex | E4 | 2 | 95 | 0 | 63 | 23 | B | 141 | 62 | 2D |
| Octal | 344 | 2 | 225 | 0 | 143 | 43 | 13 | 501 | 142 | 55 |
| Binary | 11100100 | 10 | 10010101 | 0 | 1100011 | 100011 | 1011 | 101000001 | 1100010 | 101101 |
Color Harmonies of #E40295
Complementary color
Monochromatic Colors of #E40295
Black with #E40295
Text Example
Text Example
White with #E40295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40295; }
p { color: rgb(228,2,149); }
H1.HeaderClassName
{
color: #E40295;
}
.AnyTagClassName
{
color: #E40295;
}
</style>
background-color css
<style>
a { background-color: #E40295; }
a { background-color: rgb(228,2,149); }
div.DivClassName
{
background-color: #E40295;
}
.BgClassName
{
background-color: #E40295;
}
</style>
border-color css
<style>
span { border-color: #E40295; }
span { border-color: rgb(228,2,149); }
td.TdClassName
{
border-color: #E40295;
}
.TagClassName
{
border-color: #E40295;
}
</style>