Shades of Hollywood Cerise #E30CAC
Tints of Hollywood Cerise #E30CAC
RGB
CMYK
RGB Variations
Color information
#E30CAC (or 0xE30CAC) is known color: Hollywood Cerise. HEX triplet: E3, 0C and AC. RGB value is (227,12,172). Sum of RGB (Red+Green+Blue) = 227+12+172=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30CAC is #1CF353. Grayscale: #5E5E5E. Windows color (decimal): -1897300 or 11275491. OLE color: 11275491.
HSL color Cylindrical-coordinate representation of color #E30CAC: hue angle of 315.35º 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 #E30CAC is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.11 |
| HSL | 315.35º | 0.9% | 0.47% | - |
| HSV(B) | 315.35º | 0.95% | 0.89% | - |
| XYZ | 39.26 | 19.57 | 40.74 | - |
| YUV | 94.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 172 | 0 | 0.95 | 0.24 | 0.11 | 315.35 | 0.9 | 0.47 |
| Hex | E3 | C | AC | 0 | 5F | 18 | B | 13B | 5A | 2F |
| Octal | 343 | 14 | 254 | 0 | 137 | 30 | 13 | 473 | 132 | 57 |
| Binary | 11100011 | 1100 | 10101100 | 0 | 1011111 | 11000 | 1011 | 100111011 | 1011010 | 101111 |
Color Harmonies of #E30CAC
Complementary color
Monochromatic Colors of #E30CAC
Black with #E30CAC
Text Example
Text Example
White with #E30CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CAC; }
p { color: rgb(227,12,172); }
H1.HeaderClassName
{
color: #E30CAC;
}
.AnyTagClassName
{
color: #E30CAC;
}
</style>
background-color css
<style>
a { background-color: #E30CAC; }
a { background-color: rgb(227,12,172); }
div.DivClassName
{
background-color: #E30CAC;
}
.BgClassName
{
background-color: #E30CAC;
}
</style>
border-color css
<style>
span { border-color: #E30CAC; }
span { border-color: rgb(227,12,172); }
td.TdClassName
{
border-color: #E30CAC;
}
.TagClassName
{
border-color: #E30CAC;
}
</style>