Shades of Hollywood Cerise #E204AF
Tints of Hollywood Cerise #E204AF
RGB
CMYK
RGB Variations
Color information
#E204AF (or 0xE204AF) is known color: Hollywood Cerise. HEX triplet: E2, 04 and AF. RGB value is (226,4,175). Sum of RGB (Red+Green+Blue) = 226+4+175=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E204AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E204AF is #1DFB50. Grayscale: #595959. Windows color (decimal): -1964881 or 11470050. OLE color: 11470050.
HSL color Cylindrical-coordinate representation of color #E204AF: hue angle of 313.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E204AF is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.11 |
| HSL | 313.78º | 0.97% | 0.45% | - |
| HSV(B) | 313.78º | 0.98% | 0.89% | - |
| XYZ | 39.15 | 19.35 | 42.23 | - |
| YUV | 89.87 | 176.05 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 175 | 0 | 0.98 | 0.23 | 0.11 | 313.78 | 0.97 | 0.45 |
| Hex | E2 | 4 | AF | 0 | 62 | 17 | B | 13A | 61 | 2D |
| Octal | 342 | 4 | 257 | 0 | 142 | 27 | 13 | 472 | 141 | 55 |
| Binary | 11100010 | 100 | 10101111 | 0 | 1100010 | 10111 | 1011 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E204AF
Complementary color
Monochromatic Colors of #E204AF
Black with #E204AF
Text Example
Text Example
White with #E204AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E204AF; }
p { color: rgb(226,4,175); }
H1.HeaderClassName
{
color: #E204AF;
}
.AnyTagClassName
{
color: #E204AF;
}
</style>
background-color css
<style>
a { background-color: #E204AF; }
a { background-color: rgb(226,4,175); }
div.DivClassName
{
background-color: #E204AF;
}
.BgClassName
{
background-color: #E204AF;
}
</style>
border-color css
<style>
span { border-color: #E204AF; }
span { border-color: rgb(226,4,175); }
td.TdClassName
{
border-color: #E204AF;
}
.TagClassName
{
border-color: #E204AF;
}
</style>