Shades of Hollywood Cerise #E40485
Tints of Hollywood Cerise #E40485
RGB
CMYK
RGB Variations
Color information
#E40485 (or 0xE40485) is known color: Hollywood Cerise. HEX triplet: E4, 04 and 85. RGB value is (228,4,133). Sum of RGB (Red+Green+Blue) = 228+4+133=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E40485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40485 is #1BFB7A. Grayscale: #555555. Windows color (decimal): -1833851 or 8717540. OLE color: 8717540.
HSL color Cylindrical-coordinate representation of color #E40485: hue angle of 325.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40485 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.11 |
| HSL | 325.45º | 0.97% | 0.45% | - |
| HSV(B) | 325.45º | 0.98% | 0.89% | - |
| XYZ | 36.27 | 18.27 | 23.81 | - |
| YUV | 85.68 | 154.71 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 133 | 0 | 0.98 | 0.42 | 0.11 | 325.45 | 0.97 | 0.45 |
| Hex | E4 | 4 | 85 | 0 | 62 | 2A | B | 145 | 61 | 2D |
| Octal | 344 | 4 | 205 | 0 | 142 | 52 | 13 | 505 | 141 | 55 |
| Binary | 11100100 | 100 | 10000101 | 0 | 1100010 | 101010 | 1011 | 101000101 | 1100001 | 101101 |
Color Harmonies of #E40485
Complementary color
Monochromatic Colors of #E40485
Black with #E40485
Text Example
Text Example
White with #E40485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40485; }
p { color: rgb(228,4,133); }
H1.HeaderClassName
{
color: #E40485;
}
.AnyTagClassName
{
color: #E40485;
}
</style>
background-color css
<style>
a { background-color: #E40485; }
a { background-color: rgb(228,4,133); }
div.DivClassName
{
background-color: #E40485;
}
.BgClassName
{
background-color: #E40485;
}
</style>
border-color css
<style>
span { border-color: #E40485; }
span { border-color: rgb(228,4,133); }
td.TdClassName
{
border-color: #E40485;
}
.TagClassName
{
border-color: #E40485;
}
</style>