Shades of Hollywood Cerise #E314A3
Tints of Hollywood Cerise #E314A3
RGB
CMYK
RGB Variations
Color information
#E314A3 (or 0xE314A3) is known color: Hollywood Cerise. HEX triplet: E3, 14 and A3. RGB value is (227,20,163). Sum of RGB (Red+Green+Blue) = 227+20+163=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E314A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314A3 is #1CEB5C. Grayscale: #616161. Windows color (decimal): -1895261 or 10687715. OLE color: 10687715.
HSL color Cylindrical-coordinate representation of color #E314A3: hue angle of 318.55º 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 #E314A3 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 163 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.11 |
| HSL | 318.55º | 0.84% | 0.48% | - |
| HSV(B) | 318.55º | 0.91% | 0.89% | - |
| XYZ | 38.54 | 19.48 | 36.38 | - |
| YUV | 98.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 163 | 0 | 0.91 | 0.28 | 0.11 | 318.55 | 0.84 | 0.48 |
| Hex | E3 | 14 | A3 | 0 | 5B | 1C | B | 13F | 54 | 30 |
| Octal | 343 | 24 | 243 | 0 | 133 | 34 | 13 | 477 | 124 | 60 |
| Binary | 11100011 | 10100 | 10100011 | 0 | 1011011 | 11100 | 1011 | 100111111 | 1010100 | 110000 |
Color Harmonies of #E314A3
Complementary color
Monochromatic Colors of #E314A3
Black with #E314A3
Text Example
Text Example
White with #E314A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314A3; }
p { color: rgb(227,20,163); }
H1.HeaderClassName
{
color: #E314A3;
}
.AnyTagClassName
{
color: #E314A3;
}
</style>
background-color css
<style>
a { background-color: #E314A3; }
a { background-color: rgb(227,20,163); }
div.DivClassName
{
background-color: #E314A3;
}
.BgClassName
{
background-color: #E314A3;
}
</style>
border-color css
<style>
span { border-color: #E314A3; }
span { border-color: rgb(227,20,163); }
td.TdClassName
{
border-color: #E314A3;
}
.TagClassName
{
border-color: #E314A3;
}
</style>