Shades of Hollywood Cerise #E201A1
Tints of Hollywood Cerise #E201A1
RGB
CMYK
RGB Variations
Color information
#E201A1 (or 0xE201A1) is known color: Hollywood Cerise. HEX triplet: E2, 01 and A1. RGB value is (226,1,161). Sum of RGB (Red+Green+Blue) = 226+1+161=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E201A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E201A1 is #1DFE5E. Grayscale: #565656. Windows color (decimal): -1965663 or 10551778. OLE color: 10551778.
HSL color Cylindrical-coordinate representation of color #E201A1: hue angle of 317.33º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201A1 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 161 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.11 |
| HSL | 317.33º | 0.99% | 0.45% | - |
| HSV(B) | 317.33º | 1% | 0.89% | - |
| XYZ | 37.81 | 18.76 | 35.35 | - |
| YUV | 86.52 | 170.04 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 161 | 0 | 1.00 | 0.29 | 0.11 | 317.33 | 0.99 | 0.45 |
| Hex | E2 | 1 | A1 | 0 | 64 | 1D | B | 13D | 63 | 2D |
| Octal | 342 | 1 | 241 | 0 | 144 | 35 | 13 | 475 | 143 | 55 |
| Binary | 11100010 | 1 | 10100001 | 0 | 1100100 | 11101 | 1011 | 100111101 | 1100011 | 101101 |
Color Harmonies of #E201A1
Complementary color
Monochromatic Colors of #E201A1
Black with #E201A1
Text Example
Text Example
White with #E201A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201A1; }
p { color: rgb(226,1,161); }
H1.HeaderClassName
{
color: #E201A1;
}
.AnyTagClassName
{
color: #E201A1;
}
</style>
background-color css
<style>
a { background-color: #E201A1; }
a { background-color: rgb(226,1,161); }
div.DivClassName
{
background-color: #E201A1;
}
.BgClassName
{
background-color: #E201A1;
}
</style>
border-color css
<style>
span { border-color: #E201A1; }
span { border-color: rgb(226,1,161); }
td.TdClassName
{
border-color: #E201A1;
}
.TagClassName
{
border-color: #E201A1;
}
</style>