Shades of Hollywood Cerise #E003B5
Tints of Hollywood Cerise #E003B5
RGB
CMYK
RGB Variations
Color information
#E003B5 (or 0xE003B5) is known color: Hollywood Cerise. HEX triplet: E0, 03 and B5. RGB value is (224,3,181). Sum of RGB (Red+Green+Blue) = 224+3+181=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E003B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003B5 is #1FFC4A. Grayscale: #585858. Windows color (decimal): -2096203 or 11863008. OLE color: 11863008.
HSL color Cylindrical-coordinate representation of color #E003B5: hue angle of 311.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003B5 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.12 |
| HSL | 311.67º | 0.97% | 0.45% | - |
| HSV(B) | 311.67º | 0.99% | 0.88% | - |
| XYZ | 39.11 | 19.25 | 45.37 | - |
| YUV | 89.37 | 179.72 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 181 | 0 | 0.99 | 0.19 | 0.12 | 311.67 | 0.97 | 0.45 |
| Hex | E0 | 3 | B5 | 0 | 63 | 13 | C | 138 | 61 | 2D |
| Octal | 340 | 3 | 265 | 0 | 143 | 23 | 14 | 470 | 141 | 55 |
| Binary | 11100000 | 11 | 10110101 | 0 | 1100011 | 10011 | 1100 | 100111000 | 1100001 | 101101 |
Color Harmonies of #E003B5
Complementary color
Monochromatic Colors of #E003B5
Black with #E003B5
Text Example
Text Example
White with #E003B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003B5; }
p { color: rgb(224,3,181); }
H1.HeaderClassName
{
color: #E003B5;
}
.AnyTagClassName
{
color: #E003B5;
}
</style>
background-color css
<style>
a { background-color: #E003B5; }
a { background-color: rgb(224,3,181); }
div.DivClassName
{
background-color: #E003B5;
}
.BgClassName
{
background-color: #E003B5;
}
</style>
border-color css
<style>
span { border-color: #E003B5; }
span { border-color: rgb(224,3,181); }
td.TdClassName
{
border-color: #E003B5;
}
.TagClassName
{
border-color: #E003B5;
}
</style>