Shades of Hollywood Cerise #E003A5
Tints of Hollywood Cerise #E003A5
RGB
CMYK
RGB Variations
Color information
#E003A5 (or 0xE003A5) is known color: Hollywood Cerise. HEX triplet: E0, 03 and A5. RGB value is (224,3,165). Sum of RGB (Red+Green+Blue) = 224+3+165=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E003A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E003A5 is #1FFC5A. Grayscale: #575757. Windows color (decimal): -2096219 or 10814432. OLE color: 10814432.
HSL color Cylindrical-coordinate representation of color #E003A5: hue angle of 316.02º 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 #E003A5 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 165 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.12 |
| HSL | 316.02º | 0.97% | 0.45% | - |
| HSV(B) | 316.02º | 0.99% | 0.88% | - |
| XYZ | 37.56 | 18.63 | 37.21 | - |
| YUV | 87.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 165 | 0 | 0.99 | 0.26 | 0.12 | 316.02 | 0.97 | 0.45 |
| Hex | E0 | 3 | A5 | 0 | 63 | 1A | C | 13C | 61 | 2D |
| Octal | 340 | 3 | 245 | 0 | 143 | 32 | 14 | 474 | 141 | 55 |
| Binary | 11100000 | 11 | 10100101 | 0 | 1100011 | 11010 | 1100 | 100111100 | 1100001 | 101101 |
Color Harmonies of #E003A5
Complementary color
Monochromatic Colors of #E003A5
Black with #E003A5
Text Example
Text Example
White with #E003A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003A5; }
p { color: rgb(224,3,165); }
H1.HeaderClassName
{
color: #E003A5;
}
.AnyTagClassName
{
color: #E003A5;
}
</style>
background-color css
<style>
a { background-color: #E003A5; }
a { background-color: rgb(224,3,165); }
div.DivClassName
{
background-color: #E003A5;
}
.BgClassName
{
background-color: #E003A5;
}
</style>
border-color css
<style>
span { border-color: #E003A5; }
span { border-color: rgb(224,3,165); }
td.TdClassName
{
border-color: #E003A5;
}
.TagClassName
{
border-color: #E003A5;
}
</style>