Shades of Hollywood Cerise #E001B2
Tints of Hollywood Cerise #E001B2
RGB
CMYK
RGB Variations
Color information
#E001B2 (or 0xE001B2) is known color: Hollywood Cerise. HEX triplet: E0, 01 and B2. RGB value is (224,1,178). Sum of RGB (Red+Green+Blue) = 224+1+178=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E001B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001B2 is #1FFE4D. Grayscale: #575757. Windows color (decimal): -2096718 or 11665888. OLE color: 11665888.
HSL color Cylindrical-coordinate representation of color #E001B2: hue angle of 312.38º 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 #E001B2 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 178 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.12 |
| HSL | 312.38º | 0.99% | 0.44% | - |
| HSV(B) | 312.38º | 1% | 0.88% | - |
| XYZ | 38.79 | 19.08 | 43.76 | - |
| YUV | 87.86 | 178.88 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 178 | 0 | 1.00 | 0.21 | 0.12 | 312.38 | 0.99 | 0.44 |
| Hex | E0 | 1 | B2 | 0 | 64 | 15 | C | 138 | 63 | 2C |
| Octal | 340 | 1 | 262 | 0 | 144 | 25 | 14 | 470 | 143 | 54 |
| Binary | 11100000 | 1 | 10110010 | 0 | 1100100 | 10101 | 1100 | 100111000 | 1100011 | 101100 |
Color Harmonies of #E001B2
Complementary color
Monochromatic Colors of #E001B2
Black with #E001B2
Text Example
Text Example
White with #E001B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001B2; }
p { color: rgb(224,1,178); }
H1.HeaderClassName
{
color: #E001B2;
}
.AnyTagClassName
{
color: #E001B2;
}
</style>
background-color css
<style>
a { background-color: #E001B2; }
a { background-color: rgb(224,1,178); }
div.DivClassName
{
background-color: #E001B2;
}
.BgClassName
{
background-color: #E001B2;
}
</style>
border-color css
<style>
span { border-color: #E001B2; }
span { border-color: rgb(224,1,178); }
td.TdClassName
{
border-color: #E001B2;
}
.TagClassName
{
border-color: #E001B2;
}
</style>