Shades of Deep Cerise #E04085
Tints of Deep Cerise #E04085
RGB
CMYK
RGB Variations
Color information
#E04085 (or 0xE04085) is known color: Deep Cerise. HEX triplet: E0, 40 and 85. RGB value is (224,64,133). Sum of RGB (Red+Green+Blue) = 224+64+133=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E04085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04085 is #1FBF7A. Grayscale: #777777. Windows color (decimal): -2080635 or 8732896. OLE color: 8732896.
HSL color Cylindrical-coordinate representation of color #E04085: hue angle of 334.12º 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 #E04085 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 133 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.12 |
| HSL | 334.13º | 0.72% | 0.56% | - |
| HSV(B) | 334.13º | 0.71% | 0.88% | - |
| XYZ | 36.81 | 21.21 | 24.34 | - |
| YUV | 119.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 133 | 0 | 0.71 | 0.41 | 0.12 | 334.13 | 0.72 | 0.56 |
| Hex | E0 | 40 | 85 | 0 | 47 | 29 | C | 14E | 48 | 38 |
| Octal | 340 | 100 | 205 | 0 | 107 | 51 | 14 | 516 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10000101 | 0 | 1000111 | 101001 | 1100 | 101001110 | 1001000 | 111000 |
Color Harmonies of #E04085
Complementary color
Monochromatic Colors of #E04085
Black with #E04085
Text Example
Text Example
White with #E04085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04085; }
p { color: rgb(224,64,133); }
H1.HeaderClassName
{
color: #E04085;
}
.AnyTagClassName
{
color: #E04085;
}
</style>
background-color css
<style>
a { background-color: #E04085; }
a { background-color: rgb(224,64,133); }
div.DivClassName
{
background-color: #E04085;
}
.BgClassName
{
background-color: #E04085;
}
</style>
border-color css
<style>
span { border-color: #E04085; }
span { border-color: rgb(224,64,133); }
td.TdClassName
{
border-color: #E04085;
}
.TagClassName
{
border-color: #E04085;
}
</style>