Shades of Hollywood Cerise #E40593
Tints of Hollywood Cerise #E40593
RGB
CMYK
RGB Variations
Color information
#E40593 (or 0xE40593) is known color: Hollywood Cerise. HEX triplet: E4, 05 and 93. RGB value is (228,5,147). Sum of RGB (Red+Green+Blue) = 228+5+147=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E40593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40593 is #1BFA6C. Grayscale: #575757. Windows color (decimal): -1833581 or 9635300. OLE color: 9635300.
HSL color Cylindrical-coordinate representation of color #E40593: hue angle of 321.79º 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 #E40593 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.11 |
| HSL | 321.79º | 0.96% | 0.46% | - |
| HSV(B) | 321.79º | 0.98% | 0.89% | - |
| XYZ | 37.32 | 18.71 | 29.25 | - |
| YUV | 87.87 | 161.38 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 147 | 0 | 0.98 | 0.36 | 0.11 | 321.79 | 0.96 | 0.46 |
| Hex | E4 | 5 | 93 | 0 | 62 | 24 | B | 142 | 60 | 2E |
| Octal | 344 | 5 | 223 | 0 | 142 | 44 | 13 | 502 | 140 | 56 |
| Binary | 11100100 | 101 | 10010011 | 0 | 1100010 | 100100 | 1011 | 101000010 | 1100000 | 101110 |
Color Harmonies of #E40593
Complementary color
Monochromatic Colors of #E40593
Black with #E40593
Text Example
Text Example
White with #E40593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40593; }
p { color: rgb(228,5,147); }
H1.HeaderClassName
{
color: #E40593;
}
.AnyTagClassName
{
color: #E40593;
}
</style>
background-color css
<style>
a { background-color: #E40593; }
a { background-color: rgb(228,5,147); }
div.DivClassName
{
background-color: #E40593;
}
.BgClassName
{
background-color: #E40593;
}
</style>
border-color css
<style>
span { border-color: #E40593; }
span { border-color: rgb(228,5,147); }
td.TdClassName
{
border-color: #E40593;
}
.TagClassName
{
border-color: #E40593;
}
</style>