Shades of Hollywood Cerise #E313AF
Tints of Hollywood Cerise #E313AF
RGB
CMYK
RGB Variations
Color information
#E313AF (or 0xE313AF) is known color: Hollywood Cerise. HEX triplet: E3, 13 and AF. RGB value is (227,19,175). Sum of RGB (Red+Green+Blue) = 227+19+175=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E313AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E313AF is #1CEC50. Grayscale: #626262. Windows color (decimal): -1895505 or 11473891. OLE color: 11473891.
HSL color Cylindrical-coordinate representation of color #E313AF: hue angle of 315º 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 #E313AF is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 175 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.11 |
| HSL | 315º | 0.85% | 0.48% | - |
| HSV(B) | 315º | 0.92% | 0.89% | - |
| XYZ | 39.65 | 19.89 | 42.31 | - |
| YUV | 98.98 | 170.91 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 175 | 0 | 0.92 | 0.23 | 0.11 | 315 | 0.85 | 0.48 |
| Hex | E3 | 13 | AF | 0 | 5C | 17 | B | 13B | 55 | 30 |
| Octal | 343 | 23 | 257 | 0 | 134 | 27 | 13 | 473 | 125 | 60 |
| Binary | 11100011 | 10011 | 10101111 | 0 | 1011100 | 10111 | 1011 | 100111011 | 1010101 | 110000 |
Color Harmonies of #E313AF
Complementary color
Monochromatic Colors of #E313AF
Black with #E313AF
Text Example
Text Example
White with #E313AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313AF; }
p { color: rgb(227,19,175); }
H1.HeaderClassName
{
color: #E313AF;
}
.AnyTagClassName
{
color: #E313AF;
}
</style>
background-color css
<style>
a { background-color: #E313AF; }
a { background-color: rgb(227,19,175); }
div.DivClassName
{
background-color: #E313AF;
}
.BgClassName
{
background-color: #E313AF;
}
</style>
border-color css
<style>
span { border-color: #E313AF; }
span { border-color: rgb(227,19,175); }
td.TdClassName
{
border-color: #E313AF;
}
.TagClassName
{
border-color: #E313AF;
}
</style>