Shades of Hollywood Cerise #E40586
Tints of Hollywood Cerise #E40586
RGB
CMYK
RGB Variations
Color information
#E40586 (or 0xE40586) is known color: Hollywood Cerise. HEX triplet: E4, 05 and 86. RGB value is (228,5,134). Sum of RGB (Red+Green+Blue) = 228+5+134=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E40586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40586 is #1BFA79. Grayscale: #565656. Windows color (decimal): -1833594 or 8783332. OLE color: 8783332.
HSL color Cylindrical-coordinate representation of color #E40586: hue angle of 325.29º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40586 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.11 |
| HSL | 325.29º | 0.96% | 0.46% | - |
| HSV(B) | 325.29º | 0.98% | 0.89% | - |
| XYZ | 36.35 | 18.32 | 24.18 | - |
| YUV | 86.38 | 154.88 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 134 | 0 | 0.98 | 0.41 | 0.11 | 325.29 | 0.96 | 0.46 |
| Hex | E4 | 5 | 86 | 0 | 62 | 29 | B | 145 | 60 | 2E |
| Octal | 344 | 5 | 206 | 0 | 142 | 51 | 13 | 505 | 140 | 56 |
| Binary | 11100100 | 101 | 10000110 | 0 | 1100010 | 101001 | 1011 | 101000101 | 1100000 | 101110 |
Color Harmonies of #E40586
Complementary color
Monochromatic Colors of #E40586
Black with #E40586
Text Example
Text Example
White with #E40586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40586; }
p { color: rgb(228,5,134); }
H1.HeaderClassName
{
color: #E40586;
}
.AnyTagClassName
{
color: #E40586;
}
</style>
background-color css
<style>
a { background-color: #E40586; }
a { background-color: rgb(228,5,134); }
div.DivClassName
{
background-color: #E40586;
}
.BgClassName
{
background-color: #E40586;
}
</style>
border-color css
<style>
span { border-color: #E40586; }
span { border-color: rgb(228,5,134); }
td.TdClassName
{
border-color: #E40586;
}
.TagClassName
{
border-color: #E40586;
}
</style>