Shades of Hollywood Cerise #E206B0
Tints of Hollywood Cerise #E206B0
RGB
CMYK
RGB Variations
Color information
#E206B0 (or 0xE206B0) is known color: Hollywood Cerise. HEX triplet: E2, 06 and B0. RGB value is (226,6,176). Sum of RGB (Red+Green+Blue) = 226+6+176=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E206B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E206B0 is #1DF94F. Grayscale: #5A5A5A. Windows color (decimal): -1964368 or 11536098. OLE color: 11536098.
HSL color Cylindrical-coordinate representation of color #E206B0: hue angle of 313.64º 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 #E206B0 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.11 |
| HSL | 313.64º | 0.95% | 0.45% | - |
| HSV(B) | 313.64º | 0.97% | 0.89% | - |
| XYZ | 39.27 | 19.43 | 42.76 | - |
| YUV | 91.16 | 175.89 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 176 | 0 | 0.97 | 0.22 | 0.11 | 313.64 | 0.95 | 0.45 |
| Hex | E2 | 6 | B0 | 0 | 61 | 16 | B | 13A | 5F | 2D |
| Octal | 342 | 6 | 260 | 0 | 141 | 26 | 13 | 472 | 137 | 55 |
| Binary | 11100010 | 110 | 10110000 | 0 | 1100001 | 10110 | 1011 | 100111010 | 1011111 | 101101 |
Color Harmonies of #E206B0
Complementary color
Monochromatic Colors of #E206B0
Black with #E206B0
Text Example
Text Example
White with #E206B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206B0; }
p { color: rgb(226,6,176); }
H1.HeaderClassName
{
color: #E206B0;
}
.AnyTagClassName
{
color: #E206B0;
}
</style>
background-color css
<style>
a { background-color: #E206B0; }
a { background-color: rgb(226,6,176); }
div.DivClassName
{
background-color: #E206B0;
}
.BgClassName
{
background-color: #E206B0;
}
</style>
border-color css
<style>
span { border-color: #E206B0; }
span { border-color: rgb(226,6,176); }
td.TdClassName
{
border-color: #E206B0;
}
.TagClassName
{
border-color: #E206B0;
}
</style>