Shades of Hollywood Cerise #E214A1
Tints of Hollywood Cerise #E214A1
RGB
CMYK
RGB Variations
Color information
#E214A1 (or 0xE214A1) is known color: Hollywood Cerise. HEX triplet: E2, 14 and A1. RGB value is (226,20,161). Sum of RGB (Red+Green+Blue) = 226+20+161=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E214A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E214A1 is #1DEB5E. Grayscale: #616161. Windows color (decimal): -1960799 or 10556642. OLE color: 10556642.
HSL color Cylindrical-coordinate representation of color #E214A1: hue angle of 318.93º 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 #E214A1 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 161 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.11 |
| HSL | 318.93º | 0.84% | 0.48% | - |
| HSV(B) | 318.93º | 0.91% | 0.89% | - |
| XYZ | 38.05 | 19.24 | 35.43 | - |
| YUV | 97.67 | 163.75 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 161 | 0 | 0.91 | 0.29 | 0.11 | 318.93 | 0.84 | 0.48 |
| Hex | E2 | 14 | A1 | 0 | 5B | 1D | B | 13F | 54 | 30 |
| Octal | 342 | 24 | 241 | 0 | 133 | 35 | 13 | 477 | 124 | 60 |
| Binary | 11100010 | 10100 | 10100001 | 0 | 1011011 | 11101 | 1011 | 100111111 | 1010100 | 110000 |
Color Harmonies of #E214A1
Complementary color
Monochromatic Colors of #E214A1
Black with #E214A1
Text Example
Text Example
White with #E214A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214A1; }
p { color: rgb(226,20,161); }
H1.HeaderClassName
{
color: #E214A1;
}
.AnyTagClassName
{
color: #E214A1;
}
</style>
background-color css
<style>
a { background-color: #E214A1; }
a { background-color: rgb(226,20,161); }
div.DivClassName
{
background-color: #E214A1;
}
.BgClassName
{
background-color: #E214A1;
}
</style>
border-color css
<style>
span { border-color: #E214A1; }
span { border-color: rgb(226,20,161); }
td.TdClassName
{
border-color: #E214A1;
}
.TagClassName
{
border-color: #E214A1;
}
</style>