Shades of Hollywood Cerise #E002B5
Tints of Hollywood Cerise #E002B5
RGB
CMYK
RGB Variations
Color information
#E002B5 (or 0xE002B5) is known color: Hollywood Cerise. HEX triplet: E0, 02 and B5. RGB value is (224,2,181). Sum of RGB (Red+Green+Blue) = 224+2+181=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E002B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002B5 is #1FFD4A. Grayscale: #585858. Windows color (decimal): -2096459 or 11862752. OLE color: 11862752.
HSL color Cylindrical-coordinate representation of color #E002B5: hue angle of 311.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002B5 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.12 |
| HSL | 311.62º | 0.98% | 0.44% | - |
| HSV(B) | 311.62º | 0.99% | 0.88% | - |
| XYZ | 39.1 | 19.23 | 45.37 | - |
| YUV | 88.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 181 | 0 | 0.99 | 0.19 | 0.12 | 311.62 | 0.98 | 0.44 |
| Hex | E0 | 2 | B5 | 0 | 63 | 13 | C | 138 | 62 | 2C |
| Octal | 340 | 2 | 265 | 0 | 143 | 23 | 14 | 470 | 142 | 54 |
| Binary | 11100000 | 10 | 10110101 | 0 | 1100011 | 10011 | 1100 | 100111000 | 1100010 | 101100 |
Color Harmonies of #E002B5
Complementary color
Monochromatic Colors of #E002B5
Black with #E002B5
Text Example
Text Example
White with #E002B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002B5; }
p { color: rgb(224,2,181); }
H1.HeaderClassName
{
color: #E002B5;
}
.AnyTagClassName
{
color: #E002B5;
}
</style>
background-color css
<style>
a { background-color: #E002B5; }
a { background-color: rgb(224,2,181); }
div.DivClassName
{
background-color: #E002B5;
}
.BgClassName
{
background-color: #E002B5;
}
</style>
border-color css
<style>
span { border-color: #E002B5; }
span { border-color: rgb(224,2,181); }
td.TdClassName
{
border-color: #E002B5;
}
.TagClassName
{
border-color: #E002B5;
}
</style>