Shades of Hollywood Cerise #E20B9F
Tints of Hollywood Cerise #E20B9F
RGB
CMYK
RGB Variations
Color information
#E20B9F (or 0xE20B9F) is known color: Hollywood Cerise. HEX triplet: E2, 0B and 9F. RGB value is (226,11,159). Sum of RGB (Red+Green+Blue) = 226+11+159=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20B9F is #1DF460. Grayscale: #5B5B5B. Windows color (decimal): -1963105 or 10423266. OLE color: 10423266.
HSL color Cylindrical-coordinate representation of color #E20B9F: hue angle of 318.7º 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 #E20B9F is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.11 |
| HSL | 318.7º | 0.91% | 0.46% | - |
| HSV(B) | 318.7º | 0.95% | 0.89% | - |
| XYZ | 37.74 | 18.91 | 34.46 | - |
| YUV | 92.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 159 | 0 | 0.95 | 0.30 | 0.11 | 318.7 | 0.91 | 0.46 |
| Hex | E2 | B | 9F | 0 | 5F | 1E | B | 13F | 5B | 2E |
| Octal | 342 | 13 | 237 | 0 | 137 | 36 | 13 | 477 | 133 | 56 |
| Binary | 11100010 | 1011 | 10011111 | 0 | 1011111 | 11110 | 1011 | 100111111 | 1011011 | 101110 |
Color Harmonies of #E20B9F
Complementary color
Monochromatic Colors of #E20B9F
Black with #E20B9F
Text Example
Text Example
White with #E20B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B9F; }
p { color: rgb(226,11,159); }
H1.HeaderClassName
{
color: #E20B9F;
}
.AnyTagClassName
{
color: #E20B9F;
}
</style>
background-color css
<style>
a { background-color: #E20B9F; }
a { background-color: rgb(226,11,159); }
div.DivClassName
{
background-color: #E20B9F;
}
.BgClassName
{
background-color: #E20B9F;
}
</style>
border-color css
<style>
span { border-color: #E20B9F; }
span { border-color: rgb(226,11,159); }
td.TdClassName
{
border-color: #E20B9F;
}
.TagClassName
{
border-color: #E20B9F;
}
</style>