Shades of Hollywood Cerise #E30EA4
Tints of Hollywood Cerise #E30EA4
RGB
CMYK
RGB Variations
Color information
#E30EA4 (or 0xE30EA4) is known color: Hollywood Cerise. HEX triplet: E3, 0E and A4. RGB value is (227,14,164). Sum of RGB (Red+Green+Blue) = 227+14+164=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30EA4 is #1CF15B. Grayscale: #5E5E5E. Windows color (decimal): -1896796 or 10751715. OLE color: 10751715.
HSL color Cylindrical-coordinate representation of color #E30EA4: hue angle of 317.75º 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 #E30EA4 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 164 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.11 |
| HSL | 317.75º | 0.88% | 0.47% | - |
| HSV(B) | 317.75º | 0.94% | 0.89% | - |
| XYZ | 38.54 | 19.33 | 36.82 | - |
| YUV | 94.79 | 167.07 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 164 | 0 | 0.94 | 0.28 | 0.11 | 317.75 | 0.88 | 0.47 |
| Hex | E3 | E | A4 | 0 | 5E | 1C | B | 13E | 58 | 2F |
| Octal | 343 | 16 | 244 | 0 | 136 | 34 | 13 | 476 | 130 | 57 |
| Binary | 11100011 | 1110 | 10100100 | 0 | 1011110 | 11100 | 1011 | 100111110 | 1011000 | 101111 |
Color Harmonies of #E30EA4
Complementary color
Monochromatic Colors of #E30EA4
Black with #E30EA4
Text Example
Text Example
White with #E30EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EA4; }
p { color: rgb(227,14,164); }
H1.HeaderClassName
{
color: #E30EA4;
}
.AnyTagClassName
{
color: #E30EA4;
}
</style>
background-color css
<style>
a { background-color: #E30EA4; }
a { background-color: rgb(227,14,164); }
div.DivClassName
{
background-color: #E30EA4;
}
.BgClassName
{
background-color: #E30EA4;
}
</style>
border-color css
<style>
span { border-color: #E30EA4; }
span { border-color: rgb(227,14,164); }
td.TdClassName
{
border-color: #E30EA4;
}
.TagClassName
{
border-color: #E30EA4;
}
</style>