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