Shades of Hollywood Cerise #E313AB
Tints of Hollywood Cerise #E313AB
RGB
CMYK
RGB Variations
Color information
#E313AB (or 0xE313AB) is known color: Hollywood Cerise. HEX triplet: E3, 13 and AB. RGB value is (227,19,171). Sum of RGB (Red+Green+Blue) = 227+19+171=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E313AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E313AB is #1CEC54. Grayscale: #626262. Windows color (decimal): -1895509 or 11211747. OLE color: 11211747.
HSL color Cylindrical-coordinate representation of color #E313AB: hue angle of 316.15º 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 #E313AB is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 171 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.11 |
| HSL | 316.15º | 0.85% | 0.48% | - |
| HSV(B) | 316.15º | 0.92% | 0.89% | - |
| XYZ | 39.26 | 19.74 | 40.27 | - |
| YUV | 98.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 171 | 0 | 0.92 | 0.25 | 0.11 | 316.15 | 0.85 | 0.48 |
| Hex | E3 | 13 | AB | 0 | 5C | 19 | B | 13C | 55 | 30 |
| Octal | 343 | 23 | 253 | 0 | 134 | 31 | 13 | 474 | 125 | 60 |
| Binary | 11100011 | 10011 | 10101011 | 0 | 1011100 | 11001 | 1011 | 100111100 | 1010101 | 110000 |
Color Harmonies of #E313AB
Complementary color
Monochromatic Colors of #E313AB
Black with #E313AB
Text Example
Text Example
White with #E313AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313AB; }
p { color: rgb(227,19,171); }
H1.HeaderClassName
{
color: #E313AB;
}
.AnyTagClassName
{
color: #E313AB;
}
</style>
background-color css
<style>
a { background-color: #E313AB; }
a { background-color: rgb(227,19,171); }
div.DivClassName
{
background-color: #E313AB;
}
.BgClassName
{
background-color: #E313AB;
}
</style>
border-color css
<style>
span { border-color: #E313AB; }
span { border-color: rgb(227,19,171); }
td.TdClassName
{
border-color: #E313AB;
}
.TagClassName
{
border-color: #E313AB;
}
</style>