Shades of Hollywood Cerise #E2039B
Tints of Hollywood Cerise #E2039B
RGB
CMYK
RGB Variations
Color information
#E2039B (or 0xE2039B) is known color: Hollywood Cerise. HEX triplet: E2, 03 and 9B. RGB value is (226,3,155). Sum of RGB (Red+Green+Blue) = 226+3+155=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2039B is #1DFC64. Grayscale: #565656. Windows color (decimal): -1965157 or 10159074. OLE color: 10159074.
HSL color Cylindrical-coordinate representation of color #E2039B: hue angle of 319.1º degrees, saturation: 0.97, 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 #E2039B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.11 |
| HSL | 319.1º | 0.97% | 0.45% | - |
| HSV(B) | 319.1º | 0.99% | 0.89% | - |
| XYZ | 37.31 | 18.6 | 32.63 | - |
| YUV | 87.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 155 | 0 | 0.99 | 0.31 | 0.11 | 319.1 | 0.97 | 0.45 |
| Hex | E2 | 3 | 9B | 0 | 63 | 1F | B | 13F | 61 | 2D |
| Octal | 342 | 3 | 233 | 0 | 143 | 37 | 13 | 477 | 141 | 55 |
| Binary | 11100010 | 11 | 10011011 | 0 | 1100011 | 11111 | 1011 | 100111111 | 1100001 | 101101 |
Color Harmonies of #E2039B
Complementary color
Monochromatic Colors of #E2039B
Black with #E2039B
Text Example
Text Example
White with #E2039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2039B; }
p { color: rgb(226,3,155); }
H1.HeaderClassName
{
color: #E2039B;
}
.AnyTagClassName
{
color: #E2039B;
}
</style>
background-color css
<style>
a { background-color: #E2039B; }
a { background-color: rgb(226,3,155); }
div.DivClassName
{
background-color: #E2039B;
}
.BgClassName
{
background-color: #E2039B;
}
</style>
border-color css
<style>
span { border-color: #E2039B; }
span { border-color: rgb(226,3,155); }
td.TdClassName
{
border-color: #E2039B;
}
.TagClassName
{
border-color: #E2039B;
}
</style>