Shades of Hollywood Cerise #E000AF
Tints of Hollywood Cerise #E000AF
RGB
CMYK
RGB Variations
Color information
#E000AF (or 0xE000AF) is known color: Hollywood Cerise. HEX triplet: E0, 00 and AF. RGB value is (224,0,175). Sum of RGB (Red+Green+Blue) = 224+0+175=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E000AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E000AF is #1FFF50. Grayscale: #565656. Windows color (decimal): -2096977 or 11469024. OLE color: 11469024.
HSL color Cylindrical-coordinate representation of color #E000AF: hue angle of 313.12º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000AF is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.22 | 0.12 |
| HSL | 313.13º | 1% | 0.44% | - |
| HSV(B) | 313.13º | 1% | 0.88% | - |
| XYZ | 38.48 | 18.94 | 42.19 | - |
| YUV | 86.93 | 177.71 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 175 | 0 | 1 | 0.22 | 0.12 | 313.13 | 1 | 0.44 |
| Hex | E0 | 0 | AF | 0 | 64 | 16 | C | 139 | 64 | 2C |
| Octal | 340 | 0 | 257 | 0 | 144 | 26 | 14 | 471 | 144 | 54 |
| Binary | 11100000 | 0 | 10101111 | 0 | 1100100 | 10110 | 1100 | 100111001 | 1100100 | 101100 |
Color Harmonies of #E000AF
Complementary color
Monochromatic Colors of #E000AF
Black with #E000AF
Text Example
Text Example
White with #E000AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000AF; }
p { color: rgb(224,0,175); }
H1.HeaderClassName
{
color: #E000AF;
}
.AnyTagClassName
{
color: #E000AF;
}
</style>
background-color css
<style>
a { background-color: #E000AF; }
a { background-color: rgb(224,0,175); }
div.DivClassName
{
background-color: #E000AF;
}
.BgClassName
{
background-color: #E000AF;
}
</style>
border-color css
<style>
span { border-color: #E000AF; }
span { border-color: rgb(224,0,175); }
td.TdClassName
{
border-color: #E000AF;
}
.TagClassName
{
border-color: #E000AF;
}
</style>