Shades of Hollywood Cerise #E006B1
Tints of Hollywood Cerise #E006B1
RGB
CMYK
RGB Variations
Color information
#E006B1 (or 0xE006B1) is known color: Hollywood Cerise. HEX triplet: E0, 06 and B1. RGB value is (224,6,177). Sum of RGB (Red+Green+Blue) = 224+6+177=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E006B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006B1 is #1FF94E. Grayscale: #5A5A5A. Windows color (decimal): -2095439 or 11601632. OLE color: 11601632.
HSL color Cylindrical-coordinate representation of color #E006B1: hue angle of 312.94º degrees, saturation: 0.95, 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 #E006B1 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 177 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.12 |
| HSL | 312.94º | 0.95% | 0.45% | - |
| HSV(B) | 312.94º | 0.97% | 0.88% | - |
| XYZ | 38.74 | 19.15 | 43.25 | - |
| YUV | 90.68 | 176.72 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 177 | 0 | 0.97 | 0.21 | 0.12 | 312.94 | 0.95 | 0.45 |
| Hex | E0 | 6 | B1 | 0 | 61 | 15 | C | 139 | 5F | 2D |
| Octal | 340 | 6 | 261 | 0 | 141 | 25 | 14 | 471 | 137 | 55 |
| Binary | 11100000 | 110 | 10110001 | 0 | 1100001 | 10101 | 1100 | 100111001 | 1011111 | 101101 |
Color Harmonies of #E006B1
Complementary color
Monochromatic Colors of #E006B1
Black with #E006B1
Text Example
Text Example
White with #E006B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006B1; }
p { color: rgb(224,6,177); }
H1.HeaderClassName
{
color: #E006B1;
}
.AnyTagClassName
{
color: #E006B1;
}
</style>
background-color css
<style>
a { background-color: #E006B1; }
a { background-color: rgb(224,6,177); }
div.DivClassName
{
background-color: #E006B1;
}
.BgClassName
{
background-color: #E006B1;
}
</style>
border-color css
<style>
span { border-color: #E006B1; }
span { border-color: rgb(224,6,177); }
td.TdClassName
{
border-color: #E006B1;
}
.TagClassName
{
border-color: #E006B1;
}
</style>