Shades of Hollywood Cerise #E20BA4
Tints of Hollywood Cerise #E20BA4
RGB
CMYK
RGB Variations
Color information
#E20BA4 (or 0xE20BA4) is known color: Hollywood Cerise. HEX triplet: E2, 0B and A4. RGB value is (226,11,164). Sum of RGB (Red+Green+Blue) = 226+11+164=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20BA4 is #1DF45B. Grayscale: #5C5C5C. Windows color (decimal): -1963100 or 10750946. OLE color: 10750946.
HSL color Cylindrical-coordinate representation of color #E20BA4: hue angle of 317.3º 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 #E20BA4 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 164 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.11 |
| HSL | 317.3º | 0.91% | 0.46% | - |
| HSV(B) | 317.3º | 0.95% | 0.89% | - |
| XYZ | 38.18 | 19.09 | 36.79 | - |
| YUV | 92.73 | 168.23 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 164 | 0 | 0.95 | 0.27 | 0.11 | 317.3 | 0.91 | 0.46 |
| Hex | E2 | B | A4 | 0 | 5F | 1B | B | 13D | 5B | 2E |
| Octal | 342 | 13 | 244 | 0 | 137 | 33 | 13 | 475 | 133 | 56 |
| Binary | 11100010 | 1011 | 10100100 | 0 | 1011111 | 11011 | 1011 | 100111101 | 1011011 | 101110 |
Color Harmonies of #E20BA4
Complementary color
Monochromatic Colors of #E20BA4
Black with #E20BA4
Text Example
Text Example
White with #E20BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BA4; }
p { color: rgb(226,11,164); }
H1.HeaderClassName
{
color: #E20BA4;
}
.AnyTagClassName
{
color: #E20BA4;
}
</style>
background-color css
<style>
a { background-color: #E20BA4; }
a { background-color: rgb(226,11,164); }
div.DivClassName
{
background-color: #E20BA4;
}
.BgClassName
{
background-color: #E20BA4;
}
</style>
border-color css
<style>
span { border-color: #E20BA4; }
span { border-color: rgb(226,11,164); }
td.TdClassName
{
border-color: #E20BA4;
}
.TagClassName
{
border-color: #E20BA4;
}
</style>