Shades of Hollywood Cerise #E30AAE
Tints of Hollywood Cerise #E30AAE
RGB
CMYK
RGB Variations
Color information
#E30AAE (or 0xE30AAE) is known color: Hollywood Cerise. HEX triplet: E3, 0A and AE. RGB value is (227,10,174). Sum of RGB (Red+Green+Blue) = 227+10+174=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E30AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30AAE is #1CF551. Grayscale: #5D5D5D. Windows color (decimal): -1897810 or 11406051. OLE color: 11406051.
HSL color Cylindrical-coordinate representation of color #E30AAE: hue angle of 314.65º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AAE is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.11 |
| HSL | 314.65º | 0.92% | 0.46% | - |
| HSV(B) | 314.65º | 0.96% | 0.89% | - |
| XYZ | 39.43 | 19.6 | 41.75 | - |
| YUV | 93.58 | 173.39 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 174 | 0 | 0.96 | 0.23 | 0.11 | 314.65 | 0.92 | 0.46 |
| Hex | E3 | A | AE | 0 | 60 | 17 | B | 13B | 5C | 2E |
| Octal | 343 | 12 | 256 | 0 | 140 | 27 | 13 | 473 | 134 | 56 |
| Binary | 11100011 | 1010 | 10101110 | 0 | 1100000 | 10111 | 1011 | 100111011 | 1011100 | 101110 |
Color Harmonies of #E30AAE
Complementary color
Monochromatic Colors of #E30AAE
Black with #E30AAE
Text Example
Text Example
White with #E30AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AAE; }
p { color: rgb(227,10,174); }
H1.HeaderClassName
{
color: #E30AAE;
}
.AnyTagClassName
{
color: #E30AAE;
}
</style>
background-color css
<style>
a { background-color: #E30AAE; }
a { background-color: rgb(227,10,174); }
div.DivClassName
{
background-color: #E30AAE;
}
.BgClassName
{
background-color: #E30AAE;
}
</style>
border-color css
<style>
span { border-color: #E30AAE; }
span { border-color: rgb(227,10,174); }
td.TdClassName
{
border-color: #E30AAE;
}
.TagClassName
{
border-color: #E30AAE;
}
</style>