Shades of Hollywood Cerise #E315A9
Tints of Hollywood Cerise #E315A9
RGB
CMYK
RGB Variations
Color information
#E315A9 (or 0xE315A9) is known color: Hollywood Cerise. HEX triplet: E3, 15 and A9. RGB value is (227,21,169). Sum of RGB (Red+Green+Blue) = 227+21+169=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E315A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E315A9 is #1CEA56. Grayscale: #636363. Windows color (decimal): -1894999 or 11081187. OLE color: 11081187.
HSL color Cylindrical-coordinate representation of color #E315A9: hue angle of 316.89º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315A9 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 169 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.11 |
| HSL | 316.89º | 0.83% | 0.49% | - |
| HSV(B) | 316.89º | 0.91% | 0.89% | - |
| XYZ | 39.11 | 19.73 | 39.28 | - |
| YUV | 99.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 169 | 0 | 0.91 | 0.26 | 0.11 | 316.89 | 0.83 | 0.49 |
| Hex | E3 | 15 | A9 | 0 | 5B | 1A | B | 13D | 53 | 31 |
| Octal | 343 | 25 | 251 | 0 | 133 | 32 | 13 | 475 | 123 | 61 |
| Binary | 11100011 | 10101 | 10101001 | 0 | 1011011 | 11010 | 1011 | 100111101 | 1010011 | 110001 |
Color Harmonies of #E315A9
Complementary color
Monochromatic Colors of #E315A9
Black with #E315A9
Text Example
Text Example
White with #E315A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315A9; }
p { color: rgb(227,21,169); }
H1.HeaderClassName
{
color: #E315A9;
}
.AnyTagClassName
{
color: #E315A9;
}
</style>
background-color css
<style>
a { background-color: #E315A9; }
a { background-color: rgb(227,21,169); }
div.DivClassName
{
background-color: #E315A9;
}
.BgClassName
{
background-color: #E315A9;
}
</style>
border-color css
<style>
span { border-color: #E315A9; }
span { border-color: rgb(227,21,169); }
td.TdClassName
{
border-color: #E315A9;
}
.TagClassName
{
border-color: #E315A9;
}
</style>