Shades of Hollywood Cerise #E507AB
Tints of Hollywood Cerise #E507AB
RGB
CMYK
RGB Variations
Color information
#E507AB (or 0xE507AB) is known color: Hollywood Cerise. HEX triplet: E5, 07 and AB. RGB value is (229,7,171). Sum of RGB (Red+Green+Blue) = 229+7+171=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E507AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E507AB is #1AF854. Grayscale: #5B5B5B. Windows color (decimal): -1767509 or 11208677. OLE color: 11208677.
HSL color Cylindrical-coordinate representation of color #E507AB: hue angle of 315.68º 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 #E507AB is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.10 |
| HSL | 315.68º | 0.94% | 0.46% | - |
| HSV(B) | 315.68º | 0.97% | 0.9% | - |
| XYZ | 39.74 | 19.75 | 40.25 | - |
| YUV | 92.07 | 172.55 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 171 | 0 | 0.97 | 0.25 | 0.10 | 315.68 | 0.94 | 0.46 |
| Hex | E5 | 7 | AB | 0 | 61 | 19 | A | 13C | 5E | 2E |
| Octal | 345 | 7 | 253 | 0 | 141 | 31 | 12 | 474 | 136 | 56 |
| Binary | 11100101 | 111 | 10101011 | 0 | 1100001 | 11001 | 1010 | 100111100 | 1011110 | 101110 |
Color Harmonies of #E507AB
Complementary color
Monochromatic Colors of #E507AB
Black with #E507AB
Text Example
Text Example
White with #E507AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507AB; }
p { color: rgb(229,7,171); }
H1.HeaderClassName
{
color: #E507AB;
}
.AnyTagClassName
{
color: #E507AB;
}
</style>
background-color css
<style>
a { background-color: #E507AB; }
a { background-color: rgb(229,7,171); }
div.DivClassName
{
background-color: #E507AB;
}
.BgClassName
{
background-color: #E507AB;
}
</style>
border-color css
<style>
span { border-color: #E507AB; }
span { border-color: rgb(229,7,171); }
td.TdClassName
{
border-color: #E507AB;
}
.TagClassName
{
border-color: #E507AB;
}
</style>