Shades of Hollywood Cerise #E30EA3
Tints of Hollywood Cerise #E30EA3
RGB
CMYK
RGB Variations
Color information
#E30EA3 (or 0xE30EA3) is known color: Hollywood Cerise. HEX triplet: E3, 0E and A3. RGB value is (227,14,163). Sum of RGB (Red+Green+Blue) = 227+14+163=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30EA3 is #1CF15C. Grayscale: #5E5E5E. Windows color (decimal): -1896797 or 10686179. OLE color: 10686179.
HSL color Cylindrical-coordinate representation of color #E30EA3: hue angle of 318.03º 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 #E30EA3 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 163 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.11 |
| HSL | 318.03º | 0.88% | 0.47% | - |
| HSV(B) | 318.03º | 0.94% | 0.89% | - |
| XYZ | 38.45 | 19.29 | 36.35 | - |
| YUV | 94.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 163 | 0 | 0.94 | 0.28 | 0.11 | 318.03 | 0.88 | 0.47 |
| Hex | E3 | E | A3 | 0 | 5E | 1C | B | 13E | 58 | 2F |
| Octal | 343 | 16 | 243 | 0 | 136 | 34 | 13 | 476 | 130 | 57 |
| Binary | 11100011 | 1110 | 10100011 | 0 | 1011110 | 11100 | 1011 | 100111110 | 1011000 | 101111 |
Color Harmonies of #E30EA3
Complementary color
Monochromatic Colors of #E30EA3
Black with #E30EA3
Text Example
Text Example
White with #E30EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EA3; }
p { color: rgb(227,14,163); }
H1.HeaderClassName
{
color: #E30EA3;
}
.AnyTagClassName
{
color: #E30EA3;
}
</style>
background-color css
<style>
a { background-color: #E30EA3; }
a { background-color: rgb(227,14,163); }
div.DivClassName
{
background-color: #E30EA3;
}
.BgClassName
{
background-color: #E30EA3;
}
</style>
border-color css
<style>
span { border-color: #E30EA3; }
span { border-color: rgb(227,14,163); }
td.TdClassName
{
border-color: #E30EA3;
}
.TagClassName
{
border-color: #E30EA3;
}
</style>