Shades of Hollywood Cerise #E50082
Tints of Hollywood Cerise #E50082
RGB
CMYK
RGB Variations
Color information
#E50082 (or 0xE50082) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 82. RGB value is (229,0,130). Sum of RGB (Red+Green+Blue) = 229+0+130=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E50082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50082 is #1AFF7D. Grayscale: #535353. Windows color (decimal): -1769342 or 8519909. OLE color: 8519909.
HSL color Cylindrical-coordinate representation of color #E50082: hue angle of 325.94º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50082 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.43 | 0.10 |
| HSL | 325.94º | 1% | 0.45% | - |
| HSV(B) | 325.94º | 1% | 0.9% | - |
| XYZ | 36.34 | 18.27 | 22.73 | - |
| YUV | 83.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 130 | 0 | 1 | 0.43 | 0.10 | 325.94 | 1 | 0.45 |
| Hex | E5 | 0 | 82 | 0 | 64 | 2B | A | 146 | 64 | 2D |
| Octal | 345 | 0 | 202 | 0 | 144 | 53 | 12 | 506 | 144 | 55 |
| Binary | 11100101 | 0 | 10000010 | 0 | 1100100 | 101011 | 1010 | 101000110 | 1100100 | 101101 |
Color Harmonies of #E50082
Complementary color
Monochromatic Colors of #E50082
Black with #E50082
Text Example
Text Example
White with #E50082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50082; }
p { color: rgb(229,0,130); }
H1.HeaderClassName
{
color: #E50082;
}
.AnyTagClassName
{
color: #E50082;
}
</style>
background-color css
<style>
a { background-color: #E50082; }
a { background-color: rgb(229,0,130); }
div.DivClassName
{
background-color: #E50082;
}
.BgClassName
{
background-color: #E50082;
}
</style>
border-color css
<style>
span { border-color: #E50082; }
span { border-color: rgb(229,0,130); }
td.TdClassName
{
border-color: #E50082;
}
.TagClassName
{
border-color: #E50082;
}
</style>