Shades of Hollywood Cerise #E40297
Tints of Hollywood Cerise #E40297
RGB
CMYK
RGB Variations
Color information
#E40297 (or 0xE40297) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 97. RGB value is (228,2,151). Sum of RGB (Red+Green+Blue) = 228+2+151=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E40297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40297 is #1BFD68. Grayscale: #565656. Windows color (decimal): -1834345 or 9896676. OLE color: 9896676.
HSL color Cylindrical-coordinate representation of color #E40297: hue angle of 320.44º 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 #E40297 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.11 |
| HSL | 320.44º | 0.98% | 0.45% | - |
| HSV(B) | 320.44º | 0.99% | 0.89% | - |
| XYZ | 37.6 | 18.77 | 30.92 | - |
| YUV | 86.56 | 164.37 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 151 | 0 | 0.99 | 0.34 | 0.11 | 320.44 | 0.98 | 0.45 |
| Hex | E4 | 2 | 97 | 0 | 63 | 22 | B | 140 | 62 | 2D |
| Octal | 344 | 2 | 227 | 0 | 143 | 42 | 13 | 500 | 142 | 55 |
| Binary | 11100100 | 10 | 10010111 | 0 | 1100011 | 100010 | 1011 | 101000000 | 1100010 | 101101 |
Color Harmonies of #E40297
Complementary color
Monochromatic Colors of #E40297
Black with #E40297
Text Example
Text Example
White with #E40297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40297; }
p { color: rgb(228,2,151); }
H1.HeaderClassName
{
color: #E40297;
}
.AnyTagClassName
{
color: #E40297;
}
</style>
background-color css
<style>
a { background-color: #E40297; }
a { background-color: rgb(228,2,151); }
div.DivClassName
{
background-color: #E40297;
}
.BgClassName
{
background-color: #E40297;
}
</style>
border-color css
<style>
span { border-color: #E40297; }
span { border-color: rgb(228,2,151); }
td.TdClassName
{
border-color: #E40297;
}
.TagClassName
{
border-color: #E40297;
}
</style>