Shades of Hollywood Cerise #E505AC
Tints of Hollywood Cerise #E505AC
RGB
CMYK
RGB Variations
Color information
#E505AC (or 0xE505AC) is known color: Hollywood Cerise. HEX triplet: E5, 05 and AC. RGB value is (229,5,172). Sum of RGB (Red+Green+Blue) = 229+5+172=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E505AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E505AC is #1AFA53. Grayscale: #5A5A5A. Windows color (decimal): -1768020 or 11273701. OLE color: 11273701.
HSL color Cylindrical-coordinate representation of color #E505AC: hue angle of 315.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505AC is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.10 |
| HSL | 315.27º | 0.96% | 0.46% | - |
| HSV(B) | 315.27º | 0.98% | 0.9% | - |
| XYZ | 39.81 | 19.75 | 40.74 | - |
| YUV | 91.01 | 173.71 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 172 | 0 | 0.98 | 0.25 | 0.10 | 315.27 | 0.96 | 0.46 |
| Hex | E5 | 5 | AC | 0 | 62 | 19 | A | 13B | 60 | 2E |
| Octal | 345 | 5 | 254 | 0 | 142 | 31 | 12 | 473 | 140 | 56 |
| Binary | 11100101 | 101 | 10101100 | 0 | 1100010 | 11001 | 1010 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E505AC
Complementary color
Monochromatic Colors of #E505AC
Black with #E505AC
Text Example
Text Example
White with #E505AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505AC; }
p { color: rgb(229,5,172); }
H1.HeaderClassName
{
color: #E505AC;
}
.AnyTagClassName
{
color: #E505AC;
}
</style>
background-color css
<style>
a { background-color: #E505AC; }
a { background-color: rgb(229,5,172); }
div.DivClassName
{
background-color: #E505AC;
}
.BgClassName
{
background-color: #E505AC;
}
</style>
border-color css
<style>
span { border-color: #E505AC; }
span { border-color: rgb(229,5,172); }
td.TdClassName
{
border-color: #E505AC;
}
.TagClassName
{
border-color: #E505AC;
}
</style>