Shades of Hollywood Cerise #E3029B
Tints of Hollywood Cerise #E3029B
RGB
CMYK
RGB Variations
Color information
#E3029B (or 0xE3029B) is known color: Hollywood Cerise. HEX triplet: E3, 02 and 9B. RGB value is (227,2,155). Sum of RGB (Red+Green+Blue) = 227+2+155=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E3029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3029B is #1CFD64. Grayscale: #565656. Windows color (decimal): -1899877 or 10158819. OLE color: 10158819.
HSL color Cylindrical-coordinate representation of color #E3029B: hue angle of 319.2º 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 #E3029B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.11 |
| HSL | 319.2º | 0.98% | 0.45% | - |
| HSV(B) | 319.2º | 0.99% | 0.89% | - |
| XYZ | 37.62 | 18.74 | 32.65 | - |
| YUV | 86.72 | 166.54 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 155 | 0 | 0.99 | 0.32 | 0.11 | 319.2 | 0.98 | 0.45 |
| Hex | E3 | 2 | 9B | 0 | 63 | 20 | B | 13F | 62 | 2D |
| Octal | 343 | 2 | 233 | 0 | 143 | 40 | 13 | 477 | 142 | 55 |
| Binary | 11100011 | 10 | 10011011 | 0 | 1100011 | 100000 | 1011 | 100111111 | 1100010 | 101101 |
Color Harmonies of #E3029B
Complementary color
Monochromatic Colors of #E3029B
Black with #E3029B
Text Example
Text Example
White with #E3029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3029B; }
p { color: rgb(227,2,155); }
H1.HeaderClassName
{
color: #E3029B;
}
.AnyTagClassName
{
color: #E3029B;
}
</style>
background-color css
<style>
a { background-color: #E3029B; }
a { background-color: rgb(227,2,155); }
div.DivClassName
{
background-color: #E3029B;
}
.BgClassName
{
background-color: #E3029B;
}
</style>
border-color css
<style>
span { border-color: #E3029B; }
span { border-color: rgb(227,2,155); }
td.TdClassName
{
border-color: #E3029B;
}
.TagClassName
{
border-color: #E3029B;
}
</style>