Shades of Hollywood Cerise #E101AD
Tints of Hollywood Cerise #E101AD
RGB
CMYK
RGB Variations
Color information
#E101AD (or 0xE101AD) is known color: Hollywood Cerise. HEX triplet: E1, 01 and AD. RGB value is (225,1,173). Sum of RGB (Red+Green+Blue) = 225+1+173=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E101AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101AD is #1EFE52. Grayscale: #575757. Windows color (decimal): -2031187 or 11338209. OLE color: 11338209.
HSL color Cylindrical-coordinate representation of color #E101AD: hue angle of 313.93º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101AD is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.12 |
| HSL | 313.93º | 0.99% | 0.44% | - |
| HSV(B) | 313.93º | 1% | 0.88% | - |
| XYZ | 38.61 | 19.05 | 41.18 | - |
| YUV | 87.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 173 | 0 | 1.00 | 0.23 | 0.12 | 313.93 | 0.99 | 0.44 |
| Hex | E1 | 1 | AD | 0 | 64 | 17 | C | 13A | 63 | 2C |
| Octal | 341 | 1 | 255 | 0 | 144 | 27 | 14 | 472 | 143 | 54 |
| Binary | 11100001 | 1 | 10101101 | 0 | 1100100 | 10111 | 1100 | 100111010 | 1100011 | 101100 |
Color Harmonies of #E101AD
Complementary color
Monochromatic Colors of #E101AD
Black with #E101AD
Text Example
Text Example
White with #E101AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101AD; }
p { color: rgb(225,1,173); }
H1.HeaderClassName
{
color: #E101AD;
}
.AnyTagClassName
{
color: #E101AD;
}
</style>
background-color css
<style>
a { background-color: #E101AD; }
a { background-color: rgb(225,1,173); }
div.DivClassName
{
background-color: #E101AD;
}
.BgClassName
{
background-color: #E101AD;
}
</style>
border-color css
<style>
span { border-color: #E101AD; }
span { border-color: rgb(225,1,173); }
td.TdClassName
{
border-color: #E101AD;
}
.TagClassName
{
border-color: #E101AD;
}
</style>