Shades of Hollywood Cerise #E215A1
Tints of Hollywood Cerise #E215A1
RGB
CMYK
RGB Variations
Color information
#E215A1 (or 0xE215A1) is known color: Hollywood Cerise. HEX triplet: E2, 15 and A1. RGB value is (226,21,161). Sum of RGB (Red+Green+Blue) = 226+21+161=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E215A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E215A1 is #1DEA5E. Grayscale: #616161. Windows color (decimal): -1960543 or 10556898. OLE color: 10556898.
HSL color Cylindrical-coordinate representation of color #E215A1: hue angle of 319.02º degrees, saturation: 0.83, 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 #E215A1 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.11 |
| HSL | 319.02º | 0.83% | 0.48% | - |
| HSV(B) | 319.02º | 0.91% | 0.89% | - |
| XYZ | 38.07 | 19.28 | 35.43 | - |
| YUV | 98.26 | 163.42 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 161 | 0 | 0.91 | 0.29 | 0.11 | 319.02 | 0.83 | 0.48 |
| Hex | E2 | 15 | A1 | 0 | 5B | 1D | B | 13F | 53 | 30 |
| Octal | 342 | 25 | 241 | 0 | 133 | 35 | 13 | 477 | 123 | 60 |
| Binary | 11100010 | 10101 | 10100001 | 0 | 1011011 | 11101 | 1011 | 100111111 | 1010011 | 110000 |
Color Harmonies of #E215A1
Complementary color
Monochromatic Colors of #E215A1
Black with #E215A1
Text Example
Text Example
White with #E215A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215A1; }
p { color: rgb(226,21,161); }
H1.HeaderClassName
{
color: #E215A1;
}
.AnyTagClassName
{
color: #E215A1;
}
</style>
background-color css
<style>
a { background-color: #E215A1; }
a { background-color: rgb(226,21,161); }
div.DivClassName
{
background-color: #E215A1;
}
.BgClassName
{
background-color: #E215A1;
}
</style>
border-color css
<style>
span { border-color: #E215A1; }
span { border-color: rgb(226,21,161); }
td.TdClassName
{
border-color: #E215A1;
}
.TagClassName
{
border-color: #E215A1;
}
</style>