Shades of Hollywood Cerise #E3049B
Tints of Hollywood Cerise #E3049B
RGB
CMYK
RGB Variations
Color information
#E3049B (or 0xE3049B) is known color: Hollywood Cerise. HEX triplet: E3, 04 and 9B. RGB value is (227,4,155). Sum of RGB (Red+Green+Blue) = 227+4+155=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3049B is #1CFB64. Grayscale: #575757. Windows color (decimal): -1899365 or 10159331. OLE color: 10159331.
HSL color Cylindrical-coordinate representation of color #E3049B: hue angle of 319.37º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3049B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.11 |
| HSL | 319.37º | 0.97% | 0.45% | - |
| HSV(B) | 319.37º | 0.98% | 0.89% | - |
| XYZ | 37.64 | 18.78 | 32.65 | - |
| YUV | 87.89 | 165.88 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 155 | 0 | 0.98 | 0.32 | 0.11 | 319.37 | 0.97 | 0.45 |
| Hex | E3 | 4 | 9B | 0 | 62 | 20 | B | 13F | 61 | 2D |
| Octal | 343 | 4 | 233 | 0 | 142 | 40 | 13 | 477 | 141 | 55 |
| Binary | 11100011 | 100 | 10011011 | 0 | 1100010 | 100000 | 1011 | 100111111 | 1100001 | 101101 |
Color Harmonies of #E3049B
Complementary color
Monochromatic Colors of #E3049B
Black with #E3049B
Text Example
Text Example
White with #E3049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3049B; }
p { color: rgb(227,4,155); }
H1.HeaderClassName
{
color: #E3049B;
}
.AnyTagClassName
{
color: #E3049B;
}
</style>
background-color css
<style>
a { background-color: #E3049B; }
a { background-color: rgb(227,4,155); }
div.DivClassName
{
background-color: #E3049B;
}
.BgClassName
{
background-color: #E3049B;
}
</style>
border-color css
<style>
span { border-color: #E3049B; }
span { border-color: rgb(227,4,155); }
td.TdClassName
{
border-color: #E3049B;
}
.TagClassName
{
border-color: #E3049B;
}
</style>