Shades of Hollywood Cerise #E30EB0
Tints of Hollywood Cerise #E30EB0
RGB
CMYK
RGB Variations
Color information
#E30EB0 (or 0xE30EB0) is known color: Hollywood Cerise. HEX triplet: E3, 0E and B0. RGB value is (227,14,176). Sum of RGB (Red+Green+Blue) = 227+14+176=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30EB0 is #1CF14F. Grayscale: #5F5F5F. Windows color (decimal): -1896784 or 11538147. OLE color: 11538147.
HSL color Cylindrical-coordinate representation of color #E30EB0: hue angle of 314.37º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EB0 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 176 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.11 |
| HSL | 314.37º | 0.88% | 0.47% | - |
| HSV(B) | 314.37º | 0.94% | 0.89% | - |
| XYZ | 39.67 | 19.78 | 42.8 | - |
| YUV | 96.16 | 173.07 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 176 | 0 | 0.94 | 0.22 | 0.11 | 314.37 | 0.88 | 0.47 |
| Hex | E3 | E | B0 | 0 | 5E | 16 | B | 13A | 58 | 2F |
| Octal | 343 | 16 | 260 | 0 | 136 | 26 | 13 | 472 | 130 | 57 |
| Binary | 11100011 | 1110 | 10110000 | 0 | 1011110 | 10110 | 1011 | 100111010 | 1011000 | 101111 |
Color Harmonies of #E30EB0
Complementary color
Monochromatic Colors of #E30EB0
Black with #E30EB0
Text Example
Text Example
White with #E30EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EB0; }
p { color: rgb(227,14,176); }
H1.HeaderClassName
{
color: #E30EB0;
}
.AnyTagClassName
{
color: #E30EB0;
}
</style>
background-color css
<style>
a { background-color: #E30EB0; }
a { background-color: rgb(227,14,176); }
div.DivClassName
{
background-color: #E30EB0;
}
.BgClassName
{
background-color: #E30EB0;
}
</style>
border-color css
<style>
span { border-color: #E30EB0; }
span { border-color: rgb(227,14,176); }
td.TdClassName
{
border-color: #E30EB0;
}
.TagClassName
{
border-color: #E30EB0;
}
</style>