Shades of Hollywood Cerise #E30CA0
Tints of Hollywood Cerise #E30CA0
RGB
CMYK
RGB Variations
Color information
#E30CA0 (or 0xE30CA0) is known color: Hollywood Cerise. HEX triplet: E3, 0C and A0. RGB value is (227,12,160). Sum of RGB (Red+Green+Blue) = 227+12+160=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30CA0 is #1CF35F. Grayscale: #5C5C5C. Windows color (decimal): -1897312 or 10489059. OLE color: 10489059.
HSL color Cylindrical-coordinate representation of color #E30CA0: hue angle of 318.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30CA0 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 160 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.11 |
| HSL | 318.7º | 0.9% | 0.47% | - |
| HSV(B) | 318.7º | 0.95% | 0.89% | - |
| XYZ | 38.16 | 19.13 | 34.94 | - |
| YUV | 93.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 160 | 0 | 0.95 | 0.30 | 0.11 | 318.7 | 0.9 | 0.47 |
| Hex | E3 | C | A0 | 0 | 5F | 1E | B | 13F | 5A | 2F |
| Octal | 343 | 14 | 240 | 0 | 137 | 36 | 13 | 477 | 132 | 57 |
| Binary | 11100011 | 1100 | 10100000 | 0 | 1011111 | 11110 | 1011 | 100111111 | 1011010 | 101111 |
Color Harmonies of #E30CA0
Complementary color
Monochromatic Colors of #E30CA0
Black with #E30CA0
Text Example
Text Example
White with #E30CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CA0; }
p { color: rgb(227,12,160); }
H1.HeaderClassName
{
color: #E30CA0;
}
.AnyTagClassName
{
color: #E30CA0;
}
</style>
background-color css
<style>
a { background-color: #E30CA0; }
a { background-color: rgb(227,12,160); }
div.DivClassName
{
background-color: #E30CA0;
}
.BgClassName
{
background-color: #E30CA0;
}
</style>
border-color css
<style>
span { border-color: #E30CA0; }
span { border-color: rgb(227,12,160); }
td.TdClassName
{
border-color: #E30CA0;
}
.TagClassName
{
border-color: #E30CA0;
}
</style>