Shades of Hollywood Cerise #E507AC
Tints of Hollywood Cerise #E507AC
RGB
CMYK
RGB Variations
Color information
#E507AC (or 0xE507AC) is known color: Hollywood Cerise. HEX triplet: E5, 07 and AC. RGB value is (229,7,172). Sum of RGB (Red+Green+Blue) = 229+7+172=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E507AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E507AC is #1AF853. Grayscale: #5B5B5B. Windows color (decimal): -1767508 or 11274213. OLE color: 11274213.
HSL color Cylindrical-coordinate representation of color #E507AC: hue angle of 315.41º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507AC is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.10 |
| HSL | 315.41º | 0.94% | 0.46% | - |
| HSV(B) | 315.41º | 0.97% | 0.9% | - |
| XYZ | 39.84 | 19.79 | 40.75 | - |
| YUV | 92.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 172 | 0 | 0.97 | 0.25 | 0.10 | 315.41 | 0.94 | 0.46 |
| Hex | E5 | 7 | AC | 0 | 61 | 19 | A | 13B | 5E | 2E |
| Octal | 345 | 7 | 254 | 0 | 141 | 31 | 12 | 473 | 136 | 56 |
| Binary | 11100101 | 111 | 10101100 | 0 | 1100001 | 11001 | 1010 | 100111011 | 1011110 | 101110 |
Color Harmonies of #E507AC
Complementary color
Monochromatic Colors of #E507AC
Black with #E507AC
Text Example
Text Example
White with #E507AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507AC; }
p { color: rgb(229,7,172); }
H1.HeaderClassName
{
color: #E507AC;
}
.AnyTagClassName
{
color: #E507AC;
}
</style>
background-color css
<style>
a { background-color: #E507AC; }
a { background-color: rgb(229,7,172); }
div.DivClassName
{
background-color: #E507AC;
}
.BgClassName
{
background-color: #E507AC;
}
</style>
border-color css
<style>
span { border-color: #E507AC; }
span { border-color: rgb(229,7,172); }
td.TdClassName
{
border-color: #E507AC;
}
.TagClassName
{
border-color: #E507AC;
}
</style>