Shades of Hollywood Cerise #E206AB
Tints of Hollywood Cerise #E206AB
RGB
CMYK
RGB Variations
Color information
#E206AB (or 0xE206AB) is known color: Hollywood Cerise. HEX triplet: E2, 06 and AB. RGB value is (226,6,171). Sum of RGB (Red+Green+Blue) = 226+6+171=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E206AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E206AB is #1DF954. Grayscale: #5A5A5A. Windows color (decimal): -1964373 or 11208418. OLE color: 11208418.
HSL color Cylindrical-coordinate representation of color #E206AB: hue angle of 315º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206AB is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.11 |
| HSL | 315º | 0.95% | 0.45% | - |
| HSV(B) | 315º | 0.97% | 0.89% | - |
| XYZ | 38.78 | 19.24 | 40.2 | - |
| YUV | 90.59 | 173.39 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 171 | 0 | 0.97 | 0.24 | 0.11 | 315 | 0.95 | 0.45 |
| Hex | E2 | 6 | AB | 0 | 61 | 18 | B | 13B | 5F | 2D |
| Octal | 342 | 6 | 253 | 0 | 141 | 30 | 13 | 473 | 137 | 55 |
| Binary | 11100010 | 110 | 10101011 | 0 | 1100001 | 11000 | 1011 | 100111011 | 1011111 | 101101 |
Color Harmonies of #E206AB
Complementary color
Monochromatic Colors of #E206AB
Black with #E206AB
Text Example
Text Example
White with #E206AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206AB; }
p { color: rgb(226,6,171); }
H1.HeaderClassName
{
color: #E206AB;
}
.AnyTagClassName
{
color: #E206AB;
}
</style>
background-color css
<style>
a { background-color: #E206AB; }
a { background-color: rgb(226,6,171); }
div.DivClassName
{
background-color: #E206AB;
}
.BgClassName
{
background-color: #E206AB;
}
</style>
border-color css
<style>
span { border-color: #E206AB; }
span { border-color: rgb(226,6,171); }
td.TdClassName
{
border-color: #E206AB;
}
.TagClassName
{
border-color: #E206AB;
}
</style>