Shades of Hollywood Cerise #E100AD
Tints of Hollywood Cerise #E100AD
RGB
CMYK
RGB Variations
Color information
#E100AD (or 0xE100AD) is known color: Hollywood Cerise. HEX triplet: E1, 00 and AD. RGB value is (225,0,173). Sum of RGB (Red+Green+Blue) = 225+0+173=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E100AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100AD is #1EFF52. Grayscale: #565656. Windows color (decimal): -2031443 or 11337953. OLE color: 11337953.
HSL color Cylindrical-coordinate representation of color #E100AD: hue angle of 313.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100AD is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.23 | 0.12 |
| HSL | 313.87º | 1% | 0.44% | - |
| HSV(B) | 313.87º | 1% | 0.88% | - |
| XYZ | 38.59 | 19.02 | 41.17 | - |
| YUV | 87 | 176.54 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 173 | 0 | 1 | 0.23 | 0.12 | 313.87 | 1 | 0.44 |
| Hex | E1 | 0 | AD | 0 | 64 | 17 | C | 13A | 64 | 2C |
| Octal | 341 | 0 | 255 | 0 | 144 | 27 | 14 | 472 | 144 | 54 |
| Binary | 11100001 | 0 | 10101101 | 0 | 1100100 | 10111 | 1100 | 100111010 | 1100100 | 101100 |
Color Harmonies of #E100AD
Complementary color
Monochromatic Colors of #E100AD
Black with #E100AD
Text Example
Text Example
White with #E100AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100AD; }
p { color: rgb(225,0,173); }
H1.HeaderClassName
{
color: #E100AD;
}
.AnyTagClassName
{
color: #E100AD;
}
</style>
background-color css
<style>
a { background-color: #E100AD; }
a { background-color: rgb(225,0,173); }
div.DivClassName
{
background-color: #E100AD;
}
.BgClassName
{
background-color: #E100AD;
}
</style>
border-color css
<style>
span { border-color: #E100AD; }
span { border-color: rgb(225,0,173); }
td.TdClassName
{
border-color: #E100AD;
}
.TagClassName
{
border-color: #E100AD;
}
</style>