Shades of Hollywood Cerise #E314AB
Tints of Hollywood Cerise #E314AB
RGB
CMYK
RGB Variations
Color information
#E314AB (or 0xE314AB) is known color: Hollywood Cerise. HEX triplet: E3, 14 and AB. RGB value is (227,20,171). Sum of RGB (Red+Green+Blue) = 227+20+171=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E314AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314AB is #1CEB54. Grayscale: #626262. Windows color (decimal): -1895253 or 11212003. OLE color: 11212003.
HSL color Cylindrical-coordinate representation of color #E314AB: hue angle of 316.23º 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 #E314AB is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.11 |
| HSL | 316.23º | 0.84% | 0.48% | - |
| HSV(B) | 316.23º | 0.91% | 0.89% | - |
| XYZ | 39.28 | 19.77 | 40.27 | - |
| YUV | 99.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 171 | 0 | 0.91 | 0.25 | 0.11 | 316.23 | 0.84 | 0.48 |
| Hex | E3 | 14 | AB | 0 | 5B | 19 | B | 13C | 54 | 30 |
| Octal | 343 | 24 | 253 | 0 | 133 | 31 | 13 | 474 | 124 | 60 |
| Binary | 11100011 | 10100 | 10101011 | 0 | 1011011 | 11001 | 1011 | 100111100 | 1010100 | 110000 |
Color Harmonies of #E314AB
Complementary color
Monochromatic Colors of #E314AB
Black with #E314AB
Text Example
Text Example
White with #E314AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314AB; }
p { color: rgb(227,20,171); }
H1.HeaderClassName
{
color: #E314AB;
}
.AnyTagClassName
{
color: #E314AB;
}
</style>
background-color css
<style>
a { background-color: #E314AB; }
a { background-color: rgb(227,20,171); }
div.DivClassName
{
background-color: #E314AB;
}
.BgClassName
{
background-color: #E314AB;
}
</style>
border-color css
<style>
span { border-color: #E314AB; }
span { border-color: rgb(227,20,171); }
td.TdClassName
{
border-color: #E314AB;
}
.TagClassName
{
border-color: #E314AB;
}
</style>