Shades of Hollywood Cerise #E914A2
Tints of Hollywood Cerise #E914A2
RGB
CMYK
RGB Variations
Color information
#E914A2 (or 0xE914A2) is known color: Hollywood Cerise. HEX triplet: E9, 14 and A2. RGB value is (233,20,162). Sum of RGB (Red+Green+Blue) = 233+20+162=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E914A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914A2 is #16EB5D. Grayscale: #636363. Windows color (decimal): -1502046 or 10622185. OLE color: 10622185.
HSL color Cylindrical-coordinate representation of color #E914A2: hue angle of 320º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914A2 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 162 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.09 |
| HSL | 320º | 0.84% | 0.5% | - |
| HSV(B) | 320º | 0.91% | 0.91% | - |
| XYZ | 40.38 | 20.43 | 36 | - |
| YUV | 99.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 162 | 0 | 0.91 | 0.30 | 0.09 | 320 | 0.84 | 0.5 |
| Hex | E9 | 14 | A2 | 0 | 5B | 1E | 9 | 140 | 54 | 32 |
| Octal | 351 | 24 | 242 | 0 | 133 | 36 | 11 | 500 | 124 | 62 |
| Binary | 11101001 | 10100 | 10100010 | 0 | 1011011 | 11110 | 1001 | 101000000 | 1010100 | 110010 |
Color Harmonies of #E914A2
Complementary color
Monochromatic Colors of #E914A2
Black with #E914A2
Text Example
Text Example
White with #E914A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914A2; }
p { color: rgb(233,20,162); }
H1.HeaderClassName
{
color: #E914A2;
}
.AnyTagClassName
{
color: #E914A2;
}
</style>
background-color css
<style>
a { background-color: #E914A2; }
a { background-color: rgb(233,20,162); }
div.DivClassName
{
background-color: #E914A2;
}
.BgClassName
{
background-color: #E914A2;
}
</style>
border-color css
<style>
span { border-color: #E914A2; }
span { border-color: rgb(233,20,162); }
td.TdClassName
{
border-color: #E914A2;
}
.TagClassName
{
border-color: #E914A2;
}
</style>