Shades of Hollywood Cerise #E503AC
Tints of Hollywood Cerise #E503AC
RGB
CMYK
RGB Variations
Color information
#E503AC (or 0xE503AC) is known color: Hollywood Cerise. HEX triplet: E5, 03 and AC. RGB value is (229,3,172). Sum of RGB (Red+Green+Blue) = 229+3+172=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E503AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E503AC is #1AFC53. Grayscale: #595959. Windows color (decimal): -1768532 or 11273189. OLE color: 11273189.
HSL color Cylindrical-coordinate representation of color #E503AC: hue angle of 315.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503AC is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.10 |
| HSL | 315.13º | 0.97% | 0.45% | - |
| HSV(B) | 315.13º | 0.99% | 0.9% | - |
| XYZ | 39.79 | 19.7 | 40.74 | - |
| YUV | 89.84 | 174.37 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 172 | 0 | 0.99 | 0.25 | 0.10 | 315.13 | 0.97 | 0.45 |
| Hex | E5 | 3 | AC | 0 | 63 | 19 | A | 13B | 61 | 2D |
| Octal | 345 | 3 | 254 | 0 | 143 | 31 | 12 | 473 | 141 | 55 |
| Binary | 11100101 | 11 | 10101100 | 0 | 1100011 | 11001 | 1010 | 100111011 | 1100001 | 101101 |
Color Harmonies of #E503AC
Complementary color
Monochromatic Colors of #E503AC
Black with #E503AC
Text Example
Text Example
White with #E503AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503AC; }
p { color: rgb(229,3,172); }
H1.HeaderClassName
{
color: #E503AC;
}
.AnyTagClassName
{
color: #E503AC;
}
</style>
background-color css
<style>
a { background-color: #E503AC; }
a { background-color: rgb(229,3,172); }
div.DivClassName
{
background-color: #E503AC;
}
.BgClassName
{
background-color: #E503AC;
}
</style>
border-color css
<style>
span { border-color: #E503AC; }
span { border-color: rgb(229,3,172); }
td.TdClassName
{
border-color: #E503AC;
}
.TagClassName
{
border-color: #E503AC;
}
</style>