Shades of Hollywood Cerise #E206B2
Tints of Hollywood Cerise #E206B2
RGB
CMYK
RGB Variations
Color information
#E206B2 (or 0xE206B2) is known color: Hollywood Cerise. HEX triplet: E2, 06 and B2. RGB value is (226,6,178). Sum of RGB (Red+Green+Blue) = 226+6+178=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E206B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E206B2 is #1DF94D. Grayscale: #5A5A5A. Windows color (decimal): -1964366 or 11667170. OLE color: 11667170.
HSL color Cylindrical-coordinate representation of color #E206B2: hue angle of 313.09º 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 #E206B2 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.11 |
| HSL | 313.09º | 0.95% | 0.45% | - |
| HSV(B) | 313.09º | 0.97% | 0.89% | - |
| XYZ | 39.47 | 19.51 | 43.81 | - |
| YUV | 91.39 | 176.89 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 178 | 0 | 0.97 | 0.21 | 0.11 | 313.09 | 0.95 | 0.45 |
| Hex | E2 | 6 | B2 | 0 | 61 | 15 | B | 139 | 5F | 2D |
| Octal | 342 | 6 | 262 | 0 | 141 | 25 | 13 | 471 | 137 | 55 |
| Binary | 11100010 | 110 | 10110010 | 0 | 1100001 | 10101 | 1011 | 100111001 | 1011111 | 101101 |
Color Harmonies of #E206B2
Complementary color
Monochromatic Colors of #E206B2
Black with #E206B2
Text Example
Text Example
White with #E206B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206B2; }
p { color: rgb(226,6,178); }
H1.HeaderClassName
{
color: #E206B2;
}
.AnyTagClassName
{
color: #E206B2;
}
</style>
background-color css
<style>
a { background-color: #E206B2; }
a { background-color: rgb(226,6,178); }
div.DivClassName
{
background-color: #E206B2;
}
.BgClassName
{
background-color: #E206B2;
}
</style>
border-color css
<style>
span { border-color: #E206B2; }
span { border-color: rgb(226,6,178); }
td.TdClassName
{
border-color: #E206B2;
}
.TagClassName
{
border-color: #E206B2;
}
</style>