Shades of Hollywood Cerise #E510AD
Tints of Hollywood Cerise #E510AD
RGB
CMYK
RGB Variations
Color information
#E510AD (or 0xE510AD) is known color: Hollywood Cerise. HEX triplet: E5, 10 and AD. RGB value is (229,16,173). Sum of RGB (Red+Green+Blue) = 229+16+173=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E510AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510AD is #1AEF52. Grayscale: #616161. Windows color (decimal): -1765203 or 11342053. OLE color: 11342053.
HSL color Cylindrical-coordinate representation of color #E510AD: hue angle of 315.77º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510AD is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.10 |
| HSL | 315.77º | 0.87% | 0.48% | - |
| HSV(B) | 315.77º | 0.93% | 0.9% | - |
| XYZ | 40.04 | 20.05 | 41.29 | - |
| YUV | 97.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 173 | 0 | 0.93 | 0.24 | 0.10 | 315.77 | 0.87 | 0.48 |
| Hex | E5 | 10 | AD | 0 | 5D | 18 | A | 13C | 57 | 30 |
| Octal | 345 | 20 | 255 | 0 | 135 | 30 | 12 | 474 | 127 | 60 |
| Binary | 11100101 | 10000 | 10101101 | 0 | 1011101 | 11000 | 1010 | 100111100 | 1010111 | 110000 |
Color Harmonies of #E510AD
Complementary color
Monochromatic Colors of #E510AD
Black with #E510AD
Text Example
Text Example
White with #E510AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510AD; }
p { color: rgb(229,16,173); }
H1.HeaderClassName
{
color: #E510AD;
}
.AnyTagClassName
{
color: #E510AD;
}
</style>
background-color css
<style>
a { background-color: #E510AD; }
a { background-color: rgb(229,16,173); }
div.DivClassName
{
background-color: #E510AD;
}
.BgClassName
{
background-color: #E510AD;
}
</style>
border-color css
<style>
span { border-color: #E510AD; }
span { border-color: rgb(229,16,173); }
td.TdClassName
{
border-color: #E510AD;
}
.TagClassName
{
border-color: #E510AD;
}
</style>