Shades of Hollywood Cerise #E319A1
Tints of Hollywood Cerise #E319A1
RGB
CMYK
RGB Variations
Color information
#E319A1 (or 0xE319A1) is known color: Hollywood Cerise. HEX triplet: E3, 19 and A1. RGB value is (227,25,161). Sum of RGB (Red+Green+Blue) = 227+25+161=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E319A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E319A1 is #1CE65E. Grayscale: #646464. Windows color (decimal): -1893983 or 10557923. OLE color: 10557923.
HSL color Cylindrical-coordinate representation of color #E319A1: hue angle of 319.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E319A1 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 161 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.11 |
| HSL | 319.6º | 0.8% | 0.49% | - |
| HSV(B) | 319.6º | 0.89% | 0.89% | - |
| XYZ | 38.46 | 19.6 | 35.47 | - |
| YUV | 100.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 161 | 0 | 0.89 | 0.29 | 0.11 | 319.6 | 0.8 | 0.49 |
| Hex | E3 | 19 | A1 | 0 | 59 | 1D | B | 140 | 50 | 31 |
| Octal | 343 | 31 | 241 | 0 | 131 | 35 | 13 | 500 | 120 | 61 |
| Binary | 11100011 | 11001 | 10100001 | 0 | 1011001 | 11101 | 1011 | 101000000 | 1010000 | 110001 |
Color Harmonies of #E319A1
Complementary color
Monochromatic Colors of #E319A1
Black with #E319A1
Text Example
Text Example
White with #E319A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319A1; }
p { color: rgb(227,25,161); }
H1.HeaderClassName
{
color: #E319A1;
}
.AnyTagClassName
{
color: #E319A1;
}
</style>
background-color css
<style>
a { background-color: #E319A1; }
a { background-color: rgb(227,25,161); }
div.DivClassName
{
background-color: #E319A1;
}
.BgClassName
{
background-color: #E319A1;
}
</style>
border-color css
<style>
span { border-color: #E319A1; }
span { border-color: rgb(227,25,161); }
td.TdClassName
{
border-color: #E319A1;
}
.TagClassName
{
border-color: #E319A1;
}
</style>