Shades of Hollywood Cerise #E206B5
Tints of Hollywood Cerise #E206B5
RGB
CMYK
RGB Variations
Color information
#E206B5 (or 0xE206B5) is known color: Hollywood Cerise. HEX triplet: E2, 06 and B5. RGB value is (226,6,181). Sum of RGB (Red+Green+Blue) = 226+6+181=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E206B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206B5 is #1DF94A. Grayscale: #5B5B5B. Windows color (decimal): -1964363 or 11863778. OLE color: 11863778.
HSL color Cylindrical-coordinate representation of color #E206B5: hue angle of 312.27º 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 #E206B5 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 181 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.11 |
| HSL | 312.27º | 0.95% | 0.45% | - |
| HSV(B) | 312.27º | 0.97% | 0.89% | - |
| XYZ | 39.77 | 19.64 | 45.41 | - |
| YUV | 91.73 | 178.39 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 181 | 0 | 0.97 | 0.20 | 0.11 | 312.27 | 0.95 | 0.45 |
| Hex | E2 | 6 | B5 | 0 | 61 | 14 | B | 138 | 5F | 2D |
| Octal | 342 | 6 | 265 | 0 | 141 | 24 | 13 | 470 | 137 | 55 |
| Binary | 11100010 | 110 | 10110101 | 0 | 1100001 | 10100 | 1011 | 100111000 | 1011111 | 101101 |
Color Harmonies of #E206B5
Complementary color
Monochromatic Colors of #E206B5
Black with #E206B5
Text Example
Text Example
White with #E206B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206B5; }
p { color: rgb(226,6,181); }
H1.HeaderClassName
{
color: #E206B5;
}
.AnyTagClassName
{
color: #E206B5;
}
</style>
background-color css
<style>
a { background-color: #E206B5; }
a { background-color: rgb(226,6,181); }
div.DivClassName
{
background-color: #E206B5;
}
.BgClassName
{
background-color: #E206B5;
}
</style>
border-color css
<style>
span { border-color: #E206B5; }
span { border-color: rgb(226,6,181); }
td.TdClassName
{
border-color: #E206B5;
}
.TagClassName
{
border-color: #E206B5;
}
</style>