Shades of Hollywood Cerise #E00495
Tints of Hollywood Cerise #E00495
RGB
CMYK
RGB Variations
Color information
#E00495 (or 0xE00495) is known color: Hollywood Cerise. HEX triplet: E0, 04 and 95. RGB value is (224,4,149). Sum of RGB (Red+Green+Blue) = 224+4+149=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00495 is #1FFB6A. Grayscale: #555555. Windows color (decimal): -2095979 or 9766112. OLE color: 9766112.
HSL color Cylindrical-coordinate representation of color #E00495: hue angle of 320.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00495 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.12 |
| HSL | 320.45º | 0.96% | 0.45% | - |
| HSV(B) | 320.45º | 0.98% | 0.88% | - |
| XYZ | 36.21 | 18.1 | 30.02 | - |
| YUV | 86.31 | 163.39 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 149 | 0 | 0.98 | 0.33 | 0.12 | 320.45 | 0.96 | 0.45 |
| Hex | E0 | 4 | 95 | 0 | 62 | 21 | C | 140 | 60 | 2D |
| Octal | 340 | 4 | 225 | 0 | 142 | 41 | 14 | 500 | 140 | 55 |
| Binary | 11100000 | 100 | 10010101 | 0 | 1100010 | 100001 | 1100 | 101000000 | 1100000 | 101101 |
Color Harmonies of #E00495
Complementary color
Monochromatic Colors of #E00495
Black with #E00495
Text Example
Text Example
White with #E00495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00495; }
p { color: rgb(224,4,149); }
H1.HeaderClassName
{
color: #E00495;
}
.AnyTagClassName
{
color: #E00495;
}
</style>
background-color css
<style>
a { background-color: #E00495; }
a { background-color: rgb(224,4,149); }
div.DivClassName
{
background-color: #E00495;
}
.BgClassName
{
background-color: #E00495;
}
</style>
border-color css
<style>
span { border-color: #E00495; }
span { border-color: rgb(224,4,149); }
td.TdClassName
{
border-color: #E00495;
}
.TagClassName
{
border-color: #E00495;
}
</style>