Shades of Hollywood Cerise #E80394
Tints of Hollywood Cerise #E80394
RGB
CMYK
RGB Variations
Color information
#E80394 (or 0xE80394) is known color: Hollywood Cerise. HEX triplet: E8, 03 and 94. RGB value is (232,3,148). Sum of RGB (Red+Green+Blue) = 232+3+148=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E80394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80394 is #17FC6B. Grayscale: #575757. Windows color (decimal): -1571948 or 9700328. OLE color: 9700328.
HSL color Cylindrical-coordinate representation of color #E80394: hue angle of 322.01º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80394 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.09 |
| HSL | 322.01º | 0.97% | 0.46% | - |
| HSV(B) | 322.01º | 0.99% | 0.91% | - |
| XYZ | 38.66 | 19.36 | 29.72 | - |
| YUV | 88 | 161.87 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 148 | 0 | 0.99 | 0.36 | 0.09 | 322.01 | 0.97 | 0.46 |
| Hex | E8 | 3 | 94 | 0 | 63 | 24 | 9 | 142 | 61 | 2E |
| Octal | 350 | 3 | 224 | 0 | 143 | 44 | 11 | 502 | 141 | 56 |
| Binary | 11101000 | 11 | 10010100 | 0 | 1100011 | 100100 | 1001 | 101000010 | 1100001 | 101110 |
Color Harmonies of #E80394
Complementary color
Monochromatic Colors of #E80394
Black with #E80394
Text Example
Text Example
White with #E80394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80394; }
p { color: rgb(232,3,148); }
H1.HeaderClassName
{
color: #E80394;
}
.AnyTagClassName
{
color: #E80394;
}
</style>
background-color css
<style>
a { background-color: #E80394; }
a { background-color: rgb(232,3,148); }
div.DivClassName
{
background-color: #E80394;
}
.BgClassName
{
background-color: #E80394;
}
</style>
border-color css
<style>
span { border-color: #E80394; }
span { border-color: rgb(232,3,148); }
td.TdClassName
{
border-color: #E80394;
}
.TagClassName
{
border-color: #E80394;
}
</style>