Shades of Hollywood Cerise #E310AA
Tints of Hollywood Cerise #E310AA
RGB
CMYK
RGB Variations
Color information
#E310AA (or 0xE310AA) is known color: Hollywood Cerise. HEX triplet: E3, 10 and AA. RGB value is (227,16,170). Sum of RGB (Red+Green+Blue) = 227+16+170=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E310AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E310AA is #1CEF55. Grayscale: #606060. Windows color (decimal): -1896278 or 11145443. OLE color: 11145443.
HSL color Cylindrical-coordinate representation of color #E310AA: hue angle of 316.21º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310AA is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 170 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.11 |
| HSL | 316.21º | 0.87% | 0.48% | - |
| HSV(B) | 316.21º | 0.93% | 0.89% | - |
| XYZ | 39.12 | 19.6 | 39.75 | - |
| YUV | 96.65 | 169.4 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 170 | 0 | 0.93 | 0.25 | 0.11 | 316.21 | 0.87 | 0.48 |
| Hex | E3 | 10 | AA | 0 | 5D | 19 | B | 13C | 57 | 30 |
| Octal | 343 | 20 | 252 | 0 | 135 | 31 | 13 | 474 | 127 | 60 |
| Binary | 11100011 | 10000 | 10101010 | 0 | 1011101 | 11001 | 1011 | 100111100 | 1010111 | 110000 |
Color Harmonies of #E310AA
Complementary color
Monochromatic Colors of #E310AA
Black with #E310AA
Text Example
Text Example
White with #E310AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310AA; }
p { color: rgb(227,16,170); }
H1.HeaderClassName
{
color: #E310AA;
}
.AnyTagClassName
{
color: #E310AA;
}
</style>
background-color css
<style>
a { background-color: #E310AA; }
a { background-color: rgb(227,16,170); }
div.DivClassName
{
background-color: #E310AA;
}
.BgClassName
{
background-color: #E310AA;
}
</style>
border-color css
<style>
span { border-color: #E310AA; }
span { border-color: rgb(227,16,170); }
td.TdClassName
{
border-color: #E310AA;
}
.TagClassName
{
border-color: #E310AA;
}
</style>