Shades of Hollywood Cerise #E314AA
Tints of Hollywood Cerise #E314AA
RGB
CMYK
RGB Variations
Color information
#E314AA (or 0xE314AA) is known color: Hollywood Cerise. HEX triplet: E3, 14 and AA. RGB value is (227,20,170). Sum of RGB (Red+Green+Blue) = 227+20+170=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E314AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314AA is #1CEB55. Grayscale: #626262. Windows color (decimal): -1895254 or 11146467. OLE color: 11146467.
HSL color Cylindrical-coordinate representation of color #E314AA: hue angle of 316.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314AA is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 170 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.11 |
| HSL | 316.52º | 0.84% | 0.48% | - |
| HSV(B) | 316.52º | 0.91% | 0.89% | - |
| XYZ | 39.18 | 19.73 | 39.77 | - |
| YUV | 98.99 | 168.08 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 170 | 0 | 0.91 | 0.25 | 0.11 | 316.52 | 0.84 | 0.48 |
| Hex | E3 | 14 | AA | 0 | 5B | 19 | B | 13D | 54 | 30 |
| Octal | 343 | 24 | 252 | 0 | 133 | 31 | 13 | 475 | 124 | 60 |
| Binary | 11100011 | 10100 | 10101010 | 0 | 1011011 | 11001 | 1011 | 100111101 | 1010100 | 110000 |
Color Harmonies of #E314AA
Complementary color
Monochromatic Colors of #E314AA
Black with #E314AA
Text Example
Text Example
White with #E314AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314AA; }
p { color: rgb(227,20,170); }
H1.HeaderClassName
{
color: #E314AA;
}
.AnyTagClassName
{
color: #E314AA;
}
</style>
background-color css
<style>
a { background-color: #E314AA; }
a { background-color: rgb(227,20,170); }
div.DivClassName
{
background-color: #E314AA;
}
.BgClassName
{
background-color: #E314AA;
}
</style>
border-color css
<style>
span { border-color: #E314AA; }
span { border-color: rgb(227,20,170); }
td.TdClassName
{
border-color: #E314AA;
}
.TagClassName
{
border-color: #E314AA;
}
</style>