Shades of Hollywood Cerise #E3019E
Tints of Hollywood Cerise #E3019E
RGB
CMYK
RGB Variations
Color information
#E3019E (or 0xE3019E) is known color: Hollywood Cerise. HEX triplet: E3, 01 and 9E. RGB value is (227,1,158). Sum of RGB (Red+Green+Blue) = 227+1+158=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3019E is #1CFE61. Grayscale: #565656. Windows color (decimal): -1900130 or 10355171. OLE color: 10355171.
HSL color Cylindrical-coordinate representation of color #E3019E: hue angle of 318.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3019E is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.11 |
| HSL | 318.32º | 0.99% | 0.45% | - |
| HSV(B) | 318.32º | 1% | 0.89% | - |
| XYZ | 37.86 | 18.82 | 33.99 | - |
| YUV | 86.47 | 168.37 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 158 | 0 | 1.00 | 0.30 | 0.11 | 318.32 | 0.99 | 0.45 |
| Hex | E3 | 1 | 9E | 0 | 64 | 1E | B | 13E | 63 | 2D |
| Octal | 343 | 1 | 236 | 0 | 144 | 36 | 13 | 476 | 143 | 55 |
| Binary | 11100011 | 1 | 10011110 | 0 | 1100100 | 11110 | 1011 | 100111110 | 1100011 | 101101 |
Color Harmonies of #E3019E
Complementary color
Monochromatic Colors of #E3019E
Black with #E3019E
Text Example
Text Example
White with #E3019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3019E; }
p { color: rgb(227,1,158); }
H1.HeaderClassName
{
color: #E3019E;
}
.AnyTagClassName
{
color: #E3019E;
}
</style>
background-color css
<style>
a { background-color: #E3019E; }
a { background-color: rgb(227,1,158); }
div.DivClassName
{
background-color: #E3019E;
}
.BgClassName
{
background-color: #E3019E;
}
</style>
border-color css
<style>
span { border-color: #E3019E; }
span { border-color: rgb(227,1,158); }
td.TdClassName
{
border-color: #E3019E;
}
.TagClassName
{
border-color: #E3019E;
}
</style>