Shades of Hollywood Cerise #E208AB
Tints of Hollywood Cerise #E208AB
RGB
CMYK
RGB Variations
Color information
#E208AB (or 0xE208AB) is known color: Hollywood Cerise. HEX triplet: E2, 08 and AB. RGB value is (226,8,171). Sum of RGB (Red+Green+Blue) = 226+8+171=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E208AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E208AB is #1DF754. Grayscale: #5B5B5B. Windows color (decimal): -1963861 or 11208930. OLE color: 11208930.
HSL color Cylindrical-coordinate representation of color #E208AB: hue angle of 315.14º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E208AB is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.11 |
| HSL | 315.14º | 0.93% | 0.46% | - |
| HSV(B) | 315.14º | 0.96% | 0.89% | - |
| XYZ | 38.8 | 19.28 | 40.2 | - |
| YUV | 91.76 | 172.72 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 171 | 0 | 0.96 | 0.24 | 0.11 | 315.14 | 0.93 | 0.46 |
| Hex | E2 | 8 | AB | 0 | 60 | 18 | B | 13B | 5D | 2E |
| Octal | 342 | 10 | 253 | 0 | 140 | 30 | 13 | 473 | 135 | 56 |
| Binary | 11100010 | 1000 | 10101011 | 0 | 1100000 | 11000 | 1011 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E208AB
Complementary color
Monochromatic Colors of #E208AB
Black with #E208AB
Text Example
Text Example
White with #E208AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E208AB; }
p { color: rgb(226,8,171); }
H1.HeaderClassName
{
color: #E208AB;
}
.AnyTagClassName
{
color: #E208AB;
}
</style>
background-color css
<style>
a { background-color: #E208AB; }
a { background-color: rgb(226,8,171); }
div.DivClassName
{
background-color: #E208AB;
}
.BgClassName
{
background-color: #E208AB;
}
</style>
border-color css
<style>
span { border-color: #E208AB; }
span { border-color: rgb(226,8,171); }
td.TdClassName
{
border-color: #E208AB;
}
.TagClassName
{
border-color: #E208AB;
}
</style>