Shades of Hollywood Cerise #E40390
Tints of Hollywood Cerise #E40390
RGB
CMYK
RGB Variations
Color information
#E40390 (or 0xE40390) is known color: Hollywood Cerise. HEX triplet: E4, 03 and 90. RGB value is (228,3,144). Sum of RGB (Red+Green+Blue) = 228+3+144=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E40390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40390 is #1BFC6F. Grayscale: #565656. Windows color (decimal): -1834096 or 9438180. OLE color: 9438180.
HSL color Cylindrical-coordinate representation of color #E40390: hue angle of 322.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40390 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.11 |
| HSL | 322.4º | 0.97% | 0.45% | - |
| HSV(B) | 322.4º | 0.99% | 0.89% | - |
| XYZ | 37.06 | 18.57 | 28.02 | - |
| YUV | 86.35 | 160.54 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 144 | 0 | 0.99 | 0.37 | 0.11 | 322.4 | 0.97 | 0.45 |
| Hex | E4 | 3 | 90 | 0 | 63 | 25 | B | 142 | 61 | 2D |
| Octal | 344 | 3 | 220 | 0 | 143 | 45 | 13 | 502 | 141 | 55 |
| Binary | 11100100 | 11 | 10010000 | 0 | 1100011 | 100101 | 1011 | 101000010 | 1100001 | 101101 |
Color Harmonies of #E40390
Complementary color
Monochromatic Colors of #E40390
Black with #E40390
Text Example
Text Example
White with #E40390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40390; }
p { color: rgb(228,3,144); }
H1.HeaderClassName
{
color: #E40390;
}
.AnyTagClassName
{
color: #E40390;
}
</style>
background-color css
<style>
a { background-color: #E40390; }
a { background-color: rgb(228,3,144); }
div.DivClassName
{
background-color: #E40390;
}
.BgClassName
{
background-color: #E40390;
}
</style>
border-color css
<style>
span { border-color: #E40390; }
span { border-color: rgb(228,3,144); }
td.TdClassName
{
border-color: #E40390;
}
.TagClassName
{
border-color: #E40390;
}
</style>