Shades of Hollywood Cerise #E312AB
Tints of Hollywood Cerise #E312AB
RGB
CMYK
RGB Variations
Color information
#E312AB (or 0xE312AB) is known color: Hollywood Cerise. HEX triplet: E3, 12 and AB. RGB value is (227,18,171). Sum of RGB (Red+Green+Blue) = 227+18+171=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E312AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E312AB is #1CED54. Grayscale: #616161. Windows color (decimal): -1895765 or 11211491. OLE color: 11211491.
HSL color Cylindrical-coordinate representation of color #E312AB: hue angle of 316.08º 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 #E312AB is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.11 |
| HSL | 316.08º | 0.85% | 0.48% | - |
| HSV(B) | 316.08º | 0.92% | 0.89% | - |
| XYZ | 39.25 | 19.7 | 40.26 | - |
| YUV | 97.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 171 | 0 | 0.92 | 0.25 | 0.11 | 316.08 | 0.85 | 0.48 |
| Hex | E3 | 12 | AB | 0 | 5C | 19 | B | 13C | 55 | 30 |
| Octal | 343 | 22 | 253 | 0 | 134 | 31 | 13 | 474 | 125 | 60 |
| Binary | 11100011 | 10010 | 10101011 | 0 | 1011100 | 11001 | 1011 | 100111100 | 1010101 | 110000 |
Color Harmonies of #E312AB
Complementary color
Monochromatic Colors of #E312AB
Black with #E312AB
Text Example
Text Example
White with #E312AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312AB; }
p { color: rgb(227,18,171); }
H1.HeaderClassName
{
color: #E312AB;
}
.AnyTagClassName
{
color: #E312AB;
}
</style>
background-color css
<style>
a { background-color: #E312AB; }
a { background-color: rgb(227,18,171); }
div.DivClassName
{
background-color: #E312AB;
}
.BgClassName
{
background-color: #E312AB;
}
</style>
border-color css
<style>
span { border-color: #E312AB; }
span { border-color: rgb(227,18,171); }
td.TdClassName
{
border-color: #E312AB;
}
.TagClassName
{
border-color: #E312AB;
}
</style>