Shades of Hollywood Cerise #E205AF
Tints of Hollywood Cerise #E205AF
RGB
CMYK
RGB Variations
Color information
#E205AF (or 0xE205AF) is known color: Hollywood Cerise. HEX triplet: E2, 05 and AF. RGB value is (226,5,175). Sum of RGB (Red+Green+Blue) = 226+5+175=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E205AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E205AF is #1DFA50. Grayscale: #5A5A5A. Windows color (decimal): -1964625 or 11470306. OLE color: 11470306.
HSL color Cylindrical-coordinate representation of color #E205AF: hue angle of 313.85º degrees, saturation: 0.96, 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 #E205AF is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.11 |
| HSL | 313.85º | 0.96% | 0.45% | - |
| HSV(B) | 313.85º | 0.98% | 0.89% | - |
| XYZ | 39.16 | 19.37 | 42.23 | - |
| YUV | 90.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 175 | 0 | 0.98 | 0.23 | 0.11 | 313.85 | 0.96 | 0.45 |
| Hex | E2 | 5 | AF | 0 | 62 | 17 | B | 13A | 60 | 2D |
| Octal | 342 | 5 | 257 | 0 | 142 | 27 | 13 | 472 | 140 | 55 |
| Binary | 11100010 | 101 | 10101111 | 0 | 1100010 | 10111 | 1011 | 100111010 | 1100000 | 101101 |
Color Harmonies of #E205AF
Complementary color
Monochromatic Colors of #E205AF
Black with #E205AF
Text Example
Text Example
White with #E205AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205AF; }
p { color: rgb(226,5,175); }
H1.HeaderClassName
{
color: #E205AF;
}
.AnyTagClassName
{
color: #E205AF;
}
</style>
background-color css
<style>
a { background-color: #E205AF; }
a { background-color: rgb(226,5,175); }
div.DivClassName
{
background-color: #E205AF;
}
.BgClassName
{
background-color: #E205AF;
}
</style>
border-color css
<style>
span { border-color: #E205AF; }
span { border-color: rgb(226,5,175); }
td.TdClassName
{
border-color: #E205AF;
}
.TagClassName
{
border-color: #E205AF;
}
</style>