Shades of Hollywood Cerise #E20BAE
Tints of Hollywood Cerise #E20BAE
RGB
CMYK
RGB Variations
Color information
#E20BAE (or 0xE20BAE) is known color: Hollywood Cerise. HEX triplet: E2, 0B and AE. RGB value is (226,11,174). Sum of RGB (Red+Green+Blue) = 226+11+174=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20BAE is #1DF451. Grayscale: #5D5D5D. Windows color (decimal): -1963090 or 11406306. OLE color: 11406306.
HSL color Cylindrical-coordinate representation of color #E20BAE: hue angle of 314.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BAE is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.11 |
| HSL | 314.51º | 0.91% | 0.46% | - |
| HSV(B) | 314.51º | 0.95% | 0.89% | - |
| XYZ | 39.12 | 19.46 | 41.74 | - |
| YUV | 93.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 174 | 0 | 0.95 | 0.23 | 0.11 | 314.51 | 0.91 | 0.46 |
| Hex | E2 | B | AE | 0 | 5F | 17 | B | 13B | 5B | 2E |
| Octal | 342 | 13 | 256 | 0 | 137 | 27 | 13 | 473 | 133 | 56 |
| Binary | 11100010 | 1011 | 10101110 | 0 | 1011111 | 10111 | 1011 | 100111011 | 1011011 | 101110 |
Color Harmonies of #E20BAE
Complementary color
Monochromatic Colors of #E20BAE
Black with #E20BAE
Text Example
Text Example
White with #E20BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BAE; }
p { color: rgb(226,11,174); }
H1.HeaderClassName
{
color: #E20BAE;
}
.AnyTagClassName
{
color: #E20BAE;
}
</style>
background-color css
<style>
a { background-color: #E20BAE; }
a { background-color: rgb(226,11,174); }
div.DivClassName
{
background-color: #E20BAE;
}
.BgClassName
{
background-color: #E20BAE;
}
</style>
border-color css
<style>
span { border-color: #E20BAE; }
span { border-color: rgb(226,11,174); }
td.TdClassName
{
border-color: #E20BAE;
}
.TagClassName
{
border-color: #E20BAE;
}
</style>