Shades of Hollywood Cerise #E312AA
Tints of Hollywood Cerise #E312AA
RGB
CMYK
RGB Variations
Color information
#E312AA (or 0xE312AA) is known color: Hollywood Cerise. HEX triplet: E3, 12 and AA. RGB value is (227,18,170). Sum of RGB (Red+Green+Blue) = 227+18+170=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E312AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E312AA is #1CED55. Grayscale: #616161. Windows color (decimal): -1895766 or 11145955. OLE color: 11145955.
HSL color Cylindrical-coordinate representation of color #E312AA: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312AA is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 170 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.11 |
| HSL | 316.36º | 0.85% | 0.48% | - |
| HSV(B) | 316.36º | 0.92% | 0.89% | - |
| XYZ | 39.15 | 19.67 | 39.76 | - |
| YUV | 97.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 170 | 0 | 0.92 | 0.25 | 0.11 | 316.36 | 0.85 | 0.48 |
| Hex | E3 | 12 | AA | 0 | 5C | 19 | B | 13C | 55 | 30 |
| Octal | 343 | 22 | 252 | 0 | 134 | 31 | 13 | 474 | 125 | 60 |
| Binary | 11100011 | 10010 | 10101010 | 0 | 1011100 | 11001 | 1011 | 100111100 | 1010101 | 110000 |
Color Harmonies of #E312AA
Complementary color
Monochromatic Colors of #E312AA
Black with #E312AA
Text Example
Text Example
White with #E312AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312AA; }
p { color: rgb(227,18,170); }
H1.HeaderClassName
{
color: #E312AA;
}
.AnyTagClassName
{
color: #E312AA;
}
</style>
background-color css
<style>
a { background-color: #E312AA; }
a { background-color: rgb(227,18,170); }
div.DivClassName
{
background-color: #E312AA;
}
.BgClassName
{
background-color: #E312AA;
}
</style>
border-color css
<style>
span { border-color: #E312AA; }
span { border-color: rgb(227,18,170); }
td.TdClassName
{
border-color: #E312AA;
}
.TagClassName
{
border-color: #E312AA;
}
</style>