Shades of Hollywood Cerise #E806B2
Tints of Hollywood Cerise #E806B2
RGB
CMYK
RGB Variations
Color information
#E806B2 (or 0xE806B2) is known color: Hollywood Cerise. HEX triplet: E8, 06 and B2. RGB value is (232,6,178). Sum of RGB (Red+Green+Blue) = 232+6+178=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E806B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E806B2 is #17F94D. Grayscale: #5C5C5C. Windows color (decimal): -1571150 or 11667176. OLE color: 11667176.
HSL color Cylindrical-coordinate representation of color #E806B2: hue angle of 314.34º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E806B2 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.09 |
| HSL | 314.34º | 0.95% | 0.47% | - |
| HSV(B) | 314.34º | 0.97% | 0.91% | - |
| XYZ | 41.38 | 20.5 | 43.9 | - |
| YUV | 93.18 | 175.87 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 178 | 0 | 0.97 | 0.23 | 0.09 | 314.34 | 0.95 | 0.47 |
| Hex | E8 | 6 | B2 | 0 | 61 | 17 | 9 | 13A | 5F | 2F |
| Octal | 350 | 6 | 262 | 0 | 141 | 27 | 11 | 472 | 137 | 57 |
| Binary | 11101000 | 110 | 10110010 | 0 | 1100001 | 10111 | 1001 | 100111010 | 1011111 | 101111 |
Color Harmonies of #E806B2
Complementary color
Monochromatic Colors of #E806B2
Black with #E806B2
Text Example
Text Example
White with #E806B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E806B2; }
p { color: rgb(232,6,178); }
H1.HeaderClassName
{
color: #E806B2;
}
.AnyTagClassName
{
color: #E806B2;
}
</style>
background-color css
<style>
a { background-color: #E806B2; }
a { background-color: rgb(232,6,178); }
div.DivClassName
{
background-color: #E806B2;
}
.BgClassName
{
background-color: #E806B2;
}
</style>
border-color css
<style>
span { border-color: #E806B2; }
span { border-color: rgb(232,6,178); }
td.TdClassName
{
border-color: #E806B2;
}
.TagClassName
{
border-color: #E806B2;
}
</style>