Shades of Hollywood Cerise #E20BA6
Tints of Hollywood Cerise #E20BA6
RGB
CMYK
RGB Variations
Color information
#E20BA6 (or 0xE20BA6) is known color: Hollywood Cerise. HEX triplet: E2, 0B and A6. RGB value is (226,11,166). Sum of RGB (Red+Green+Blue) = 226+11+166=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20BA6 is #1DF459. Grayscale: #5C5C5C. Windows color (decimal): -1963098 or 10882018. OLE color: 10882018.
HSL color Cylindrical-coordinate representation of color #E20BA6: hue angle of 316.74º 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 #E20BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 166 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.11 |
| HSL | 316.74º | 0.91% | 0.46% | - |
| HSV(B) | 316.74º | 0.95% | 0.89% | - |
| XYZ | 38.37 | 19.16 | 37.75 | - |
| YUV | 92.96 | 169.23 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 166 | 0 | 0.95 | 0.27 | 0.11 | 316.74 | 0.91 | 0.46 |
| Hex | E2 | B | A6 | 0 | 5F | 1B | B | 13D | 5B | 2E |
| Octal | 342 | 13 | 246 | 0 | 137 | 33 | 13 | 475 | 133 | 56 |
| Binary | 11100010 | 1011 | 10100110 | 0 | 1011111 | 11011 | 1011 | 100111101 | 1011011 | 101110 |
Color Harmonies of #E20BA6
Complementary color
Monochromatic Colors of #E20BA6
Black with #E20BA6
Text Example
Text Example
White with #E20BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BA6; }
p { color: rgb(226,11,166); }
H1.HeaderClassName
{
color: #E20BA6;
}
.AnyTagClassName
{
color: #E20BA6;
}
</style>
background-color css
<style>
a { background-color: #E20BA6; }
a { background-color: rgb(226,11,166); }
div.DivClassName
{
background-color: #E20BA6;
}
.BgClassName
{
background-color: #E20BA6;
}
</style>
border-color css
<style>
span { border-color: #E20BA6; }
span { border-color: rgb(226,11,166); }
td.TdClassName
{
border-color: #E20BA6;
}
.TagClassName
{
border-color: #E20BA6;
}
</style>