Shades of Hollywood Cerise #E80385
Tints of Hollywood Cerise #E80385
RGB
CMYK
RGB Variations
Color information
#E80385 (or 0xE80385) is known color: Hollywood Cerise. HEX triplet: E8, 03 and 85. RGB value is (232,3,133). Sum of RGB (Red+Green+Blue) = 232+3+133=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80385 is #17FC7A. Grayscale: #555555. Windows color (decimal): -1571963 or 8717288. OLE color: 8717288.
HSL color Cylindrical-coordinate representation of color #E80385: hue angle of 325.94º 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 #E80385 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.09 |
| HSL | 325.94º | 0.97% | 0.46% | - |
| HSV(B) | 325.94º | 0.99% | 0.91% | - |
| XYZ | 37.54 | 18.91 | 23.86 | - |
| YUV | 86.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 133 | 0 | 0.99 | 0.43 | 0.09 | 325.94 | 0.97 | 0.46 |
| Hex | E8 | 3 | 85 | 0 | 63 | 2B | 9 | 146 | 61 | 2E |
| Octal | 350 | 3 | 205 | 0 | 143 | 53 | 11 | 506 | 141 | 56 |
| Binary | 11101000 | 11 | 10000101 | 0 | 1100011 | 101011 | 1001 | 101000110 | 1100001 | 101110 |
Color Harmonies of #E80385
Complementary color
Monochromatic Colors of #E80385
Black with #E80385
Text Example
Text Example
White with #E80385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80385; }
p { color: rgb(232,3,133); }
H1.HeaderClassName
{
color: #E80385;
}
.AnyTagClassName
{
color: #E80385;
}
</style>
background-color css
<style>
a { background-color: #E80385; }
a { background-color: rgb(232,3,133); }
div.DivClassName
{
background-color: #E80385;
}
.BgClassName
{
background-color: #E80385;
}
</style>
border-color css
<style>
span { border-color: #E80385; }
span { border-color: rgb(232,3,133); }
td.TdClassName
{
border-color: #E80385;
}
.TagClassName
{
border-color: #E80385;
}
</style>