Shades of Hollywood Cerise #E80390
Tints of Hollywood Cerise #E80390
RGB
CMYK
RGB Variations
Color information
#E80390 (or 0xE80390) is known color: Hollywood Cerise. HEX triplet: E8, 03 and 90. RGB value is (232,3,144). Sum of RGB (Red+Green+Blue) = 232+3+144=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E80390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80390 is #17FC6F. Grayscale: #575757. Windows color (decimal): -1571952 or 9438184. OLE color: 9438184.
HSL color Cylindrical-coordinate representation of color #E80390: hue angle of 323.06º 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 #E80390 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.09 |
| HSL | 323.06º | 0.97% | 0.46% | - |
| HSV(B) | 323.06º | 0.99% | 0.91% | - |
| XYZ | 38.35 | 19.23 | 28.08 | - |
| YUV | 87.55 | 159.87 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 144 | 0 | 0.99 | 0.38 | 0.09 | 323.06 | 0.97 | 0.46 |
| Hex | E8 | 3 | 90 | 0 | 63 | 26 | 9 | 143 | 61 | 2E |
| Octal | 350 | 3 | 220 | 0 | 143 | 46 | 11 | 503 | 141 | 56 |
| Binary | 11101000 | 11 | 10010000 | 0 | 1100011 | 100110 | 1001 | 101000011 | 1100001 | 101110 |
Color Harmonies of #E80390
Complementary color
Monochromatic Colors of #E80390
Black with #E80390
Text Example
Text Example
White with #E80390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80390; }
p { color: rgb(232,3,144); }
H1.HeaderClassName
{
color: #E80390;
}
.AnyTagClassName
{
color: #E80390;
}
</style>
background-color css
<style>
a { background-color: #E80390; }
a { background-color: rgb(232,3,144); }
div.DivClassName
{
background-color: #E80390;
}
.BgClassName
{
background-color: #E80390;
}
</style>
border-color css
<style>
span { border-color: #E80390; }
span { border-color: rgb(232,3,144); }
td.TdClassName
{
border-color: #E80390;
}
.TagClassName
{
border-color: #E80390;
}
</style>