Shades of Hollywood Cerise #E000B1
Tints of Hollywood Cerise #E000B1
RGB
CMYK
RGB Variations
Color information
#E000B1 (or 0xE000B1) is known color: Hollywood Cerise. HEX triplet: E0, 00 and B1. RGB value is (224,0,177). Sum of RGB (Red+Green+Blue) = 224+0+177=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E000B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E000B1 is #1FFF4E. Grayscale: #565656. Windows color (decimal): -2096975 or 11600096. OLE color: 11600096.
HSL color Cylindrical-coordinate representation of color #E000B1: hue angle of 312.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000B1 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.21 | 0.12 |
| HSL | 312.59º | 1% | 0.44% | - |
| HSV(B) | 312.59º | 1% | 0.88% | - |
| XYZ | 38.68 | 19.02 | 43.23 | - |
| YUV | 87.15 | 178.71 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 177 | 0 | 1 | 0.21 | 0.12 | 312.59 | 1 | 0.44 |
| Hex | E0 | 0 | B1 | 0 | 64 | 15 | C | 139 | 64 | 2C |
| Octal | 340 | 0 | 261 | 0 | 144 | 25 | 14 | 471 | 144 | 54 |
| Binary | 11100000 | 0 | 10110001 | 0 | 1100100 | 10101 | 1100 | 100111001 | 1100100 | 101100 |
Color Harmonies of #E000B1
Complementary color
Monochromatic Colors of #E000B1
Black with #E000B1
Text Example
Text Example
White with #E000B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000B1; }
p { color: rgb(224,0,177); }
H1.HeaderClassName
{
color: #E000B1;
}
.AnyTagClassName
{
color: #E000B1;
}
</style>
background-color css
<style>
a { background-color: #E000B1; }
a { background-color: rgb(224,0,177); }
div.DivClassName
{
background-color: #E000B1;
}
.BgClassName
{
background-color: #E000B1;
}
</style>
border-color css
<style>
span { border-color: #E000B1; }
span { border-color: rgb(224,0,177); }
td.TdClassName
{
border-color: #E000B1;
}
.TagClassName
{
border-color: #E000B1;
}
</style>