Shades of Hollywood Cerise #E202B0
Tints of Hollywood Cerise #E202B0
RGB
CMYK
RGB Variations
Color information
#E202B0 (or 0xE202B0) is known color: Hollywood Cerise. HEX triplet: E2, 02 and B0. RGB value is (226,2,176). Sum of RGB (Red+Green+Blue) = 226+2+176=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E202B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E202B0 is #1DFD4F. Grayscale: #585858. Windows color (decimal): -1965392 or 11535074. OLE color: 11535074.
HSL color Cylindrical-coordinate representation of color #E202B0: hue angle of 313.39º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202B0 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.11 |
| HSL | 313.39º | 0.98% | 0.45% | - |
| HSV(B) | 313.39º | 0.99% | 0.89% | - |
| XYZ | 39.22 | 19.35 | 42.74 | - |
| YUV | 88.81 | 177.21 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 176 | 0 | 0.99 | 0.22 | 0.11 | 313.39 | 0.98 | 0.45 |
| Hex | E2 | 2 | B0 | 0 | 63 | 16 | B | 139 | 62 | 2D |
| Octal | 342 | 2 | 260 | 0 | 143 | 26 | 13 | 471 | 142 | 55 |
| Binary | 11100010 | 10 | 10110000 | 0 | 1100011 | 10110 | 1011 | 100111001 | 1100010 | 101101 |
Color Harmonies of #E202B0
Complementary color
Monochromatic Colors of #E202B0
Black with #E202B0
Text Example
Text Example
White with #E202B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202B0; }
p { color: rgb(226,2,176); }
H1.HeaderClassName
{
color: #E202B0;
}
.AnyTagClassName
{
color: #E202B0;
}
</style>
background-color css
<style>
a { background-color: #E202B0; }
a { background-color: rgb(226,2,176); }
div.DivClassName
{
background-color: #E202B0;
}
.BgClassName
{
background-color: #E202B0;
}
</style>
border-color css
<style>
span { border-color: #E202B0; }
span { border-color: rgb(226,2,176); }
td.TdClassName
{
border-color: #E202B0;
}
.TagClassName
{
border-color: #E202B0;
}
</style>