Shades of Hollywood Cerise #E80693
Tints of Hollywood Cerise #E80693
RGB
CMYK
RGB Variations
Color information
#E80693 (or 0xE80693) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 93. RGB value is (232,6,147). Sum of RGB (Red+Green+Blue) = 232+6+147=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E80693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80693 is #17F96C. Grayscale: #595959. Windows color (decimal): -1571181 or 9635560. OLE color: 9635560.
HSL color Cylindrical-coordinate representation of color #E80693: hue angle of 322.57º 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 #E80693 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 147 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.09 |
| HSL | 322.57º | 0.95% | 0.47% | - |
| HSV(B) | 322.57º | 0.97% | 0.91% | - |
| XYZ | 38.61 | 19.39 | 29.31 | - |
| YUV | 89.65 | 160.37 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 147 | 0 | 0.97 | 0.37 | 0.09 | 322.57 | 0.95 | 0.47 |
| Hex | E8 | 6 | 93 | 0 | 61 | 25 | 9 | 143 | 5F | 2F |
| Octal | 350 | 6 | 223 | 0 | 141 | 45 | 11 | 503 | 137 | 57 |
| Binary | 11101000 | 110 | 10010011 | 0 | 1100001 | 100101 | 1001 | 101000011 | 1011111 | 101111 |
Color Harmonies of #E80693
Complementary color
Monochromatic Colors of #E80693
Black with #E80693
Text Example
Text Example
White with #E80693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80693; }
p { color: rgb(232,6,147); }
H1.HeaderClassName
{
color: #E80693;
}
.AnyTagClassName
{
color: #E80693;
}
</style>
background-color css
<style>
a { background-color: #E80693; }
a { background-color: rgb(232,6,147); }
div.DivClassName
{
background-color: #E80693;
}
.BgClassName
{
background-color: #E80693;
}
</style>
border-color css
<style>
span { border-color: #E80693; }
span { border-color: rgb(232,6,147); }
td.TdClassName
{
border-color: #E80693;
}
.TagClassName
{
border-color: #E80693;
}
</style>