Shades of Hollywood Cerise #E201AD
Tints of Hollywood Cerise #E201AD
RGB
CMYK
RGB Variations
Color information
#E201AD (or 0xE201AD) is known color: Hollywood Cerise. HEX triplet: E2, 01 and AD. RGB value is (226,1,173). Sum of RGB (Red+Green+Blue) = 226+1+173=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E201AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E201AD is #1DFE52. Grayscale: #575757. Windows color (decimal): -1965651 or 11338210. OLE color: 11338210.
HSL color Cylindrical-coordinate representation of color #E201AD: hue angle of 314.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201AD is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.11 |
| HSL | 314.13º | 0.99% | 0.45% | - |
| HSV(B) | 314.13º | 1% | 0.89% | - |
| XYZ | 38.92 | 19.21 | 41.19 | - |
| YUV | 87.88 | 176.04 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 173 | 0 | 1.00 | 0.23 | 0.11 | 314.13 | 0.99 | 0.45 |
| Hex | E2 | 1 | AD | 0 | 64 | 17 | B | 13A | 63 | 2D |
| Octal | 342 | 1 | 255 | 0 | 144 | 27 | 13 | 472 | 143 | 55 |
| Binary | 11100010 | 1 | 10101101 | 0 | 1100100 | 10111 | 1011 | 100111010 | 1100011 | 101101 |
Color Harmonies of #E201AD
Complementary color
Monochromatic Colors of #E201AD
Black with #E201AD
Text Example
Text Example
White with #E201AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201AD; }
p { color: rgb(226,1,173); }
H1.HeaderClassName
{
color: #E201AD;
}
.AnyTagClassName
{
color: #E201AD;
}
</style>
background-color css
<style>
a { background-color: #E201AD; }
a { background-color: rgb(226,1,173); }
div.DivClassName
{
background-color: #E201AD;
}
.BgClassName
{
background-color: #E201AD;
}
</style>
border-color css
<style>
span { border-color: #E201AD; }
span { border-color: rgb(226,1,173); }
td.TdClassName
{
border-color: #E201AD;
}
.TagClassName
{
border-color: #E201AD;
}
</style>