Shades of Hollywood Cerise #E003AF
Tints of Hollywood Cerise #E003AF
RGB
CMYK
RGB Variations
Color information
#E003AF (or 0xE003AF) is known color: Hollywood Cerise. HEX triplet: E0, 03 and AF. RGB value is (224,3,175). Sum of RGB (Red+Green+Blue) = 224+3+175=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E003AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E003AF is #1FFC50. Grayscale: #585858. Windows color (decimal): -2096209 or 11469792. OLE color: 11469792.
HSL color Cylindrical-coordinate representation of color #E003AF: hue angle of 313.3º 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 #E003AF is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 175 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.12 |
| HSL | 313.3º | 0.97% | 0.45% | - |
| HSV(B) | 313.3º | 0.99% | 0.88% | - |
| XYZ | 38.51 | 19.01 | 42.2 | - |
| YUV | 88.69 | 176.72 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 175 | 0 | 0.99 | 0.22 | 0.12 | 313.3 | 0.97 | 0.45 |
| Hex | E0 | 3 | AF | 0 | 63 | 16 | C | 139 | 61 | 2D |
| Octal | 340 | 3 | 257 | 0 | 143 | 26 | 14 | 471 | 141 | 55 |
| Binary | 11100000 | 11 | 10101111 | 0 | 1100011 | 10110 | 1100 | 100111001 | 1100001 | 101101 |
Color Harmonies of #E003AF
Complementary color
Monochromatic Colors of #E003AF
Black with #E003AF
Text Example
Text Example
White with #E003AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003AF; }
p { color: rgb(224,3,175); }
H1.HeaderClassName
{
color: #E003AF;
}
.AnyTagClassName
{
color: #E003AF;
}
</style>
background-color css
<style>
a { background-color: #E003AF; }
a { background-color: rgb(224,3,175); }
div.DivClassName
{
background-color: #E003AF;
}
.BgClassName
{
background-color: #E003AF;
}
</style>
border-color css
<style>
span { border-color: #E003AF; }
span { border-color: rgb(224,3,175); }
td.TdClassName
{
border-color: #E003AF;
}
.TagClassName
{
border-color: #E003AF;
}
</style>