Shades of Hollywood Cerise #E7019A
Tints of Hollywood Cerise #E7019A
RGB
CMYK
RGB Variations
Color information
#E7019A (or 0xE7019A) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 9A. RGB value is (231,1,154). Sum of RGB (Red+Green+Blue) = 231+1+154=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E7019A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7019A is #18FE65. Grayscale: #565656. Windows color (decimal): -1637990 or 10093031. OLE color: 10093031.
HSL color Cylindrical-coordinate representation of color #E7019A: hue angle of 320.09º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7019A is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.09 |
| HSL | 320.09º | 0.99% | 0.45% | - |
| HSV(B) | 320.09º | 1% | 0.91% | - |
| XYZ | 38.8 | 19.34 | 32.26 | - |
| YUV | 87.21 | 165.7 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 154 | 0 | 1.00 | 0.33 | 0.09 | 320.09 | 0.99 | 0.45 |
| Hex | E7 | 1 | 9A | 0 | 64 | 21 | 9 | 140 | 63 | 2D |
| Octal | 347 | 1 | 232 | 0 | 144 | 41 | 11 | 500 | 143 | 55 |
| Binary | 11100111 | 1 | 10011010 | 0 | 1100100 | 100001 | 1001 | 101000000 | 1100011 | 101101 |
Color Harmonies of #E7019A
Complementary color
Monochromatic Colors of #E7019A
Black with #E7019A
Text Example
Text Example
White with #E7019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7019A; }
p { color: rgb(231,1,154); }
H1.HeaderClassName
{
color: #E7019A;
}
.AnyTagClassName
{
color: #E7019A;
}
</style>
background-color css
<style>
a { background-color: #E7019A; }
a { background-color: rgb(231,1,154); }
div.DivClassName
{
background-color: #E7019A;
}
.BgClassName
{
background-color: #E7019A;
}
</style>
border-color css
<style>
span { border-color: #E7019A; }
span { border-color: rgb(231,1,154); }
td.TdClassName
{
border-color: #E7019A;
}
.TagClassName
{
border-color: #E7019A;
}
</style>