Shades of Hollywood Cerise #E001A6
Tints of Hollywood Cerise #E001A6
RGB
CMYK
RGB Variations
Color information
#E001A6 (or 0xE001A6) is known color: Hollywood Cerise. HEX triplet: E0, 01 and A6. RGB value is (224,1,166). Sum of RGB (Red+Green+Blue) = 224+1+166=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E001A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001A6 is #1FFE59. Grayscale: #565656. Windows color (decimal): -2096730 or 10879456. OLE color: 10879456.
HSL color Cylindrical-coordinate representation of color #E001A6: hue angle of 315.61º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001A6 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.12 |
| HSL | 315.61º | 0.99% | 0.44% | - |
| HSV(B) | 315.61º | 1% | 0.88% | - |
| XYZ | 37.63 | 18.62 | 37.69 | - |
| YUV | 86.49 | 172.88 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 166 | 0 | 1.00 | 0.26 | 0.12 | 315.61 | 0.99 | 0.44 |
| Hex | E0 | 1 | A6 | 0 | 64 | 1A | C | 13C | 63 | 2C |
| Octal | 340 | 1 | 246 | 0 | 144 | 32 | 14 | 474 | 143 | 54 |
| Binary | 11100000 | 1 | 10100110 | 0 | 1100100 | 11010 | 1100 | 100111100 | 1100011 | 101100 |
Color Harmonies of #E001A6
Complementary color
Monochromatic Colors of #E001A6
Black with #E001A6
Text Example
Text Example
White with #E001A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001A6; }
p { color: rgb(224,1,166); }
H1.HeaderClassName
{
color: #E001A6;
}
.AnyTagClassName
{
color: #E001A6;
}
</style>
background-color css
<style>
a { background-color: #E001A6; }
a { background-color: rgb(224,1,166); }
div.DivClassName
{
background-color: #E001A6;
}
.BgClassName
{
background-color: #E001A6;
}
</style>
border-color css
<style>
span { border-color: #E001A6; }
span { border-color: rgb(224,1,166); }
td.TdClassName
{
border-color: #E001A6;
}
.TagClassName
{
border-color: #E001A6;
}
</style>