Shades of Hollywood Cerise #E103AD
Tints of Hollywood Cerise #E103AD
RGB
CMYK
RGB Variations
Color information
#E103AD (or 0xE103AD) is known color: Hollywood Cerise. HEX triplet: E1, 03 and AD. RGB value is (225,3,173). Sum of RGB (Red+Green+Blue) = 225+3+173=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E103AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E103AD is #1EFC52. Grayscale: #585858. Windows color (decimal): -2030675 or 11338721. OLE color: 11338721.
HSL color Cylindrical-coordinate representation of color #E103AD: hue angle of 314.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103AD is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.12 |
| HSL | 314.05º | 0.97% | 0.45% | - |
| HSV(B) | 314.05º | 0.99% | 0.88% | - |
| XYZ | 38.63 | 19.09 | 41.18 | - |
| YUV | 88.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 173 | 0 | 0.99 | 0.23 | 0.12 | 314.05 | 0.97 | 0.45 |
| Hex | E1 | 3 | AD | 0 | 63 | 17 | C | 13A | 61 | 2D |
| Octal | 341 | 3 | 255 | 0 | 143 | 27 | 14 | 472 | 141 | 55 |
| Binary | 11100001 | 11 | 10101101 | 0 | 1100011 | 10111 | 1100 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E103AD
Complementary color
Monochromatic Colors of #E103AD
Black with #E103AD
Text Example
Text Example
White with #E103AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103AD; }
p { color: rgb(225,3,173); }
H1.HeaderClassName
{
color: #E103AD;
}
.AnyTagClassName
{
color: #E103AD;
}
</style>
background-color css
<style>
a { background-color: #E103AD; }
a { background-color: rgb(225,3,173); }
div.DivClassName
{
background-color: #E103AD;
}
.BgClassName
{
background-color: #E103AD;
}
</style>
border-color css
<style>
span { border-color: #E103AD; }
span { border-color: rgb(225,3,173); }
td.TdClassName
{
border-color: #E103AD;
}
.TagClassName
{
border-color: #E103AD;
}
</style>