Shades of Deep Cerise #E04080
Tints of Deep Cerise #E04080
RGB
CMYK
RGB Variations
Color information
#E04080 (or 0xE04080) is known color: Deep Cerise. HEX triplet: E0, 40 and 80. RGB value is (224,64,128). Sum of RGB (Red+Green+Blue) = 224+64+128=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E04080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04080 is #1FBF7F. Grayscale: #777777. Windows color (decimal): -2080640 or 8405216. OLE color: 8405216.
HSL color Cylindrical-coordinate representation of color #E04080: hue angle of 336º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04080 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 128 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.12 |
| HSL | 336º | 0.72% | 0.56% | - |
| HSV(B) | 336º | 0.71% | 0.88% | - |
| XYZ | 36.47 | 21.07 | 22.57 | - |
| YUV | 119.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 128 | 0 | 0.71 | 0.43 | 0.12 | 336 | 0.72 | 0.56 |
| Hex | E0 | 40 | 80 | 0 | 47 | 2B | C | 150 | 48 | 38 |
| Octal | 340 | 100 | 200 | 0 | 107 | 53 | 14 | 520 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10000000 | 0 | 1000111 | 101011 | 1100 | 101010000 | 1001000 | 111000 |
Color Harmonies of #E04080
Complementary color
Monochromatic Colors of #E04080
Black with #E04080
Text Example
Text Example
White with #E04080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04080; }
p { color: rgb(224,64,128); }
H1.HeaderClassName
{
color: #E04080;
}
.AnyTagClassName
{
color: #E04080;
}
</style>
background-color css
<style>
a { background-color: #E04080; }
a { background-color: rgb(224,64,128); }
div.DivClassName
{
background-color: #E04080;
}
.BgClassName
{
background-color: #E04080;
}
</style>
border-color css
<style>
span { border-color: #E04080; }
span { border-color: rgb(224,64,128); }
td.TdClassName
{
border-color: #E04080;
}
.TagClassName
{
border-color: #E04080;
}
</style>