Shades of Mulberry #E04D9E
Tints of Mulberry #E04D9E
RGB
CMYK
RGB Variations
Color information
#E04D9E (or 0xE04D9E) is known color: Mulberry. HEX triplet: E0, 4D and 9E. RGB value is (224,77,158). Sum of RGB (Red+Green+Blue) = 224+77+158=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D9E is #1FB261. Grayscale: #828282. Windows color (decimal): -2077282 or 10374624. OLE color: 10374624.
HSL color Cylindrical-coordinate representation of color #E04D9E: hue angle of 326.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D9E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 158 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.12 |
| HSL | 326.94º | 0.7% | 0.59% | - |
| HSV(B) | 326.94º | 0.66% | 0.88% | - |
| XYZ | 39.57 | 23.62 | 34.82 | - |
| YUV | 130.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 158 | 0 | 0.66 | 0.29 | 0.12 | 326.94 | 0.7 | 0.59 |
| Hex | E0 | 4D | 9E | 0 | 42 | 1D | C | 147 | 46 | 3B |
| Octal | 340 | 115 | 236 | 0 | 102 | 35 | 14 | 507 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10011110 | 0 | 1000010 | 11101 | 1100 | 101000111 | 1000110 | 111011 |
Color Harmonies of #E04D9E
Complementary color
Monochromatic Colors of #E04D9E
Black with #E04D9E
Text Example
Text Example
White with #E04D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D9E; }
p { color: rgb(224,77,158); }
H1.HeaderClassName
{
color: #E04D9E;
}
.AnyTagClassName
{
color: #E04D9E;
}
</style>
background-color css
<style>
a { background-color: #E04D9E; }
a { background-color: rgb(224,77,158); }
div.DivClassName
{
background-color: #E04D9E;
}
.BgClassName
{
background-color: #E04D9E;
}
</style>
border-color css
<style>
span { border-color: #E04D9E; }
span { border-color: rgb(224,77,158); }
td.TdClassName
{
border-color: #E04D9E;
}
.TagClassName
{
border-color: #E04D9E;
}
</style>