Shades of Hollywood Cerise #E506A0
Tints of Hollywood Cerise #E506A0
RGB
CMYK
RGB Variations
Color information
#E506A0 (or 0xE506A0) is known color: Hollywood Cerise. HEX triplet: E5, 06 and A0. RGB value is (229,6,160). Sum of RGB (Red+Green+Blue) = 229+6+160=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E506A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E506A0 is #1AF95F. Grayscale: #595959. Windows color (decimal): -1767776 or 10487525. OLE color: 10487525.
HSL color Cylindrical-coordinate representation of color #E506A0: hue angle of 318.57º 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 #E506A0 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.10 |
| HSL | 318.57º | 0.95% | 0.46% | - |
| HSV(B) | 318.57º | 0.97% | 0.9% | - |
| XYZ | 38.72 | 19.33 | 34.95 | - |
| YUV | 90.23 | 167.38 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 160 | 0 | 0.97 | 0.30 | 0.10 | 318.57 | 0.95 | 0.46 |
| Hex | E5 | 6 | A0 | 0 | 61 | 1E | A | 13F | 5F | 2E |
| Octal | 345 | 6 | 240 | 0 | 141 | 36 | 12 | 477 | 137 | 56 |
| Binary | 11100101 | 110 | 10100000 | 0 | 1100001 | 11110 | 1010 | 100111111 | 1011111 | 101110 |
Color Harmonies of #E506A0
Complementary color
Monochromatic Colors of #E506A0
Black with #E506A0
Text Example
Text Example
White with #E506A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506A0; }
p { color: rgb(229,6,160); }
H1.HeaderClassName
{
color: #E506A0;
}
.AnyTagClassName
{
color: #E506A0;
}
</style>
background-color css
<style>
a { background-color: #E506A0; }
a { background-color: rgb(229,6,160); }
div.DivClassName
{
background-color: #E506A0;
}
.BgClassName
{
background-color: #E506A0;
}
</style>
border-color css
<style>
span { border-color: #E506A0; }
span { border-color: rgb(229,6,160); }
td.TdClassName
{
border-color: #E506A0;
}
.TagClassName
{
border-color: #E506A0;
}
</style>