Shades of Hollywood Cerise #E40082
Tints of Hollywood Cerise #E40082
RGB
CMYK
RGB Variations
Color information
#E40082 (or 0xE40082) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 82. RGB value is (228,0,130). Sum of RGB (Red+Green+Blue) = 228+0+130=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E40082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40082 is #1BFF7D. Grayscale: #525252. Windows color (decimal): -1834878 or 8519908. OLE color: 8519908.
HSL color Cylindrical-coordinate representation of color #E40082: hue angle of 325.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40082 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.43 | 0.11 |
| HSL | 325.79º | 1% | 0.45% | - |
| HSV(B) | 325.79º | 1% | 0.89% | - |
| XYZ | 36.02 | 18.11 | 22.72 | - |
| YUV | 82.99 | 154.54 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 130 | 0 | 1 | 0.43 | 0.11 | 325.79 | 1 | 0.45 |
| Hex | E4 | 0 | 82 | 0 | 64 | 2B | B | 146 | 64 | 2D |
| Octal | 344 | 0 | 202 | 0 | 144 | 53 | 13 | 506 | 144 | 55 |
| Binary | 11100100 | 0 | 10000010 | 0 | 1100100 | 101011 | 1011 | 101000110 | 1100100 | 101101 |
Color Harmonies of #E40082
Complementary color
Monochromatic Colors of #E40082
Black with #E40082
Text Example
Text Example
White with #E40082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40082; }
p { color: rgb(228,0,130); }
H1.HeaderClassName
{
color: #E40082;
}
.AnyTagClassName
{
color: #E40082;
}
</style>
background-color css
<style>
a { background-color: #E40082; }
a { background-color: rgb(228,0,130); }
div.DivClassName
{
background-color: #E40082;
}
.BgClassName
{
background-color: #E40082;
}
</style>
border-color css
<style>
span { border-color: #E40082; }
span { border-color: rgb(228,0,130); }
td.TdClassName
{
border-color: #E40082;
}
.TagClassName
{
border-color: #E40082;
}
</style>