Shades of Hollywood Cerise #E105AD
Tints of Hollywood Cerise #E105AD
RGB
CMYK
RGB Variations
Color information
#E105AD (or 0xE105AD) is known color: Hollywood Cerise. HEX triplet: E1, 05 and AD. RGB value is (225,5,173). Sum of RGB (Red+Green+Blue) = 225+5+173=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E105AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E105AD is #1EFA52. Grayscale: #595959. Windows color (decimal): -2030163 or 11339233. OLE color: 11339233.
HSL color Cylindrical-coordinate representation of color #E105AD: hue angle of 314.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105AD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.12 |
| HSL | 314.18º | 0.96% | 0.45% | - |
| HSV(B) | 314.18º | 0.98% | 0.88% | - |
| XYZ | 38.65 | 19.13 | 41.19 | - |
| YUV | 89.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 173 | 0 | 0.98 | 0.23 | 0.12 | 314.18 | 0.96 | 0.45 |
| Hex | E1 | 5 | AD | 0 | 62 | 17 | C | 13A | 60 | 2D |
| Octal | 341 | 5 | 255 | 0 | 142 | 27 | 14 | 472 | 140 | 55 |
| Binary | 11100001 | 101 | 10101101 | 0 | 1100010 | 10111 | 1100 | 100111010 | 1100000 | 101101 |
Color Harmonies of #E105AD
Complementary color
Monochromatic Colors of #E105AD
Black with #E105AD
Text Example
Text Example
White with #E105AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105AD; }
p { color: rgb(225,5,173); }
H1.HeaderClassName
{
color: #E105AD;
}
.AnyTagClassName
{
color: #E105AD;
}
</style>
background-color css
<style>
a { background-color: #E105AD; }
a { background-color: rgb(225,5,173); }
div.DivClassName
{
background-color: #E105AD;
}
.BgClassName
{
background-color: #E105AD;
}
</style>
border-color css
<style>
span { border-color: #E105AD; }
span { border-color: rgb(225,5,173); }
td.TdClassName
{
border-color: #E105AD;
}
.TagClassName
{
border-color: #E105AD;
}
</style>