Shades of Hollywood Cerise #E007B1
Tints of Hollywood Cerise #E007B1
RGB
CMYK
RGB Variations
Color information
#E007B1 (or 0xE007B1) is known color: Hollywood Cerise. HEX triplet: E0, 07 and B1. RGB value is (224,7,177). Sum of RGB (Red+Green+Blue) = 224+7+177=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E007B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E007B1 is #1FF84E. Grayscale: #5A5A5A. Windows color (decimal): -2095183 or 11601888. OLE color: 11601888.
HSL color Cylindrical-coordinate representation of color #E007B1: hue angle of 313º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007B1 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.12 |
| HSL | 313º | 0.94% | 0.45% | - |
| HSV(B) | 313º | 0.97% | 0.88% | - |
| XYZ | 38.75 | 19.17 | 43.25 | - |
| YUV | 91.26 | 176.39 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 177 | 0 | 0.97 | 0.21 | 0.12 | 313 | 0.94 | 0.45 |
| Hex | E0 | 7 | B1 | 0 | 61 | 15 | C | 139 | 5E | 2D |
| Octal | 340 | 7 | 261 | 0 | 141 | 25 | 14 | 471 | 136 | 55 |
| Binary | 11100000 | 111 | 10110001 | 0 | 1100001 | 10101 | 1100 | 100111001 | 1011110 | 101101 |
Color Harmonies of #E007B1
Complementary color
Monochromatic Colors of #E007B1
Black with #E007B1
Text Example
Text Example
White with #E007B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007B1; }
p { color: rgb(224,7,177); }
H1.HeaderClassName
{
color: #E007B1;
}
.AnyTagClassName
{
color: #E007B1;
}
</style>
background-color css
<style>
a { background-color: #E007B1; }
a { background-color: rgb(224,7,177); }
div.DivClassName
{
background-color: #E007B1;
}
.BgClassName
{
background-color: #E007B1;
}
</style>
border-color css
<style>
span { border-color: #E007B1; }
span { border-color: rgb(224,7,177); }
td.TdClassName
{
border-color: #E007B1;
}
.TagClassName
{
border-color: #E007B1;
}
</style>