Shades of Hollywood Cerise #E30AB0
Tints of Hollywood Cerise #E30AB0
RGB
CMYK
RGB Variations
Color information
#E30AB0 (or 0xE30AB0) is known color: Hollywood Cerise. HEX triplet: E3, 0A and B0. RGB value is (227,10,176). Sum of RGB (Red+Green+Blue) = 227+10+176=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E30AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30AB0 is #1CF54F. Grayscale: #5D5D5D. Windows color (decimal): -1897808 or 11537123. OLE color: 11537123.
HSL color Cylindrical-coordinate representation of color #E30AB0: hue angle of 314.1º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.11 |
| HSL | 314.1º | 0.92% | 0.46% | - |
| HSV(B) | 314.1º | 0.96% | 0.89% | - |
| XYZ | 39.62 | 19.68 | 42.79 | - |
| YUV | 93.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 176 | 0 | 0.96 | 0.22 | 0.11 | 314.1 | 0.92 | 0.46 |
| Hex | E3 | A | B0 | 0 | 60 | 16 | B | 13A | 5C | 2E |
| Octal | 343 | 12 | 260 | 0 | 140 | 26 | 13 | 472 | 134 | 56 |
| Binary | 11100011 | 1010 | 10110000 | 0 | 1100000 | 10110 | 1011 | 100111010 | 1011100 | 101110 |
Color Harmonies of #E30AB0
Complementary color
Monochromatic Colors of #E30AB0
Black with #E30AB0
Text Example
Text Example
White with #E30AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AB0; }
p { color: rgb(227,10,176); }
H1.HeaderClassName
{
color: #E30AB0;
}
.AnyTagClassName
{
color: #E30AB0;
}
</style>
background-color css
<style>
a { background-color: #E30AB0; }
a { background-color: rgb(227,10,176); }
div.DivClassName
{
background-color: #E30AB0;
}
.BgClassName
{
background-color: #E30AB0;
}
</style>
border-color css
<style>
span { border-color: #E30AB0; }
span { border-color: rgb(227,10,176); }
td.TdClassName
{
border-color: #E30AB0;
}
.TagClassName
{
border-color: #E30AB0;
}
</style>