Shades of Hollywood Cerise #E506AD
Tints of Hollywood Cerise #E506AD
RGB
CMYK
RGB Variations
Color information
#E506AD (or 0xE506AD) is known color: Hollywood Cerise. HEX triplet: E5, 06 and AD. RGB value is (229,6,173). Sum of RGB (Red+Green+Blue) = 229+6+173=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E506AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E506AD is #1AF952. Grayscale: #5B5B5B. Windows color (decimal): -1767763 or 11339493. OLE color: 11339493.
HSL color Cylindrical-coordinate representation of color #E506AD: hue angle of 315.07º degrees, saturation: 0.95, 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 #E506AD is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.10 |
| HSL | 315.07º | 0.95% | 0.46% | - |
| HSV(B) | 315.07º | 0.97% | 0.9% | - |
| XYZ | 39.92 | 19.81 | 41.25 | - |
| YUV | 91.72 | 173.88 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 173 | 0 | 0.97 | 0.24 | 0.10 | 315.07 | 0.95 | 0.46 |
| Hex | E5 | 6 | AD | 0 | 61 | 18 | A | 13B | 5F | 2E |
| Octal | 345 | 6 | 255 | 0 | 141 | 30 | 12 | 473 | 137 | 56 |
| Binary | 11100101 | 110 | 10101101 | 0 | 1100001 | 11000 | 1010 | 100111011 | 1011111 | 101110 |
Color Harmonies of #E506AD
Complementary color
Monochromatic Colors of #E506AD
Black with #E506AD
Text Example
Text Example
White with #E506AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506AD; }
p { color: rgb(229,6,173); }
H1.HeaderClassName
{
color: #E506AD;
}
.AnyTagClassName
{
color: #E506AD;
}
</style>
background-color css
<style>
a { background-color: #E506AD; }
a { background-color: rgb(229,6,173); }
div.DivClassName
{
background-color: #E506AD;
}
.BgClassName
{
background-color: #E506AD;
}
</style>
border-color css
<style>
span { border-color: #E506AD; }
span { border-color: rgb(229,6,173); }
td.TdClassName
{
border-color: #E506AD;
}
.TagClassName
{
border-color: #E506AD;
}
</style>