Shades of Mulberry #E04D9F
Tints of Mulberry #E04D9F
RGB
CMYK
RGB Variations
Color information
#E04D9F (or 0xE04D9F) is known color: Mulberry. HEX triplet: E0, 4D and 9F. RGB value is (224,77,159). Sum of RGB (Red+Green+Blue) = 224+77+159=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D9F is #1FB260. Grayscale: #828282. Windows color (decimal): -2077281 or 10440160. OLE color: 10440160.
HSL color Cylindrical-coordinate representation of color #E04D9F: hue angle of 326.53º 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 #E04D9F is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 159 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.12 |
| HSL | 326.53º | 0.7% | 0.59% | - |
| HSV(B) | 326.53º | 0.66% | 0.88% | - |
| XYZ | 39.65 | 23.66 | 35.28 | - |
| YUV | 130.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 159 | 0 | 0.66 | 0.29 | 0.12 | 326.53 | 0.7 | 0.59 |
| Hex | E0 | 4D | 9F | 0 | 42 | 1D | C | 147 | 46 | 3B |
| Octal | 340 | 115 | 237 | 0 | 102 | 35 | 14 | 507 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10011111 | 0 | 1000010 | 11101 | 1100 | 101000111 | 1000110 | 111011 |
Color Harmonies of #E04D9F
Complementary color
Monochromatic Colors of #E04D9F
Black with #E04D9F
Text Example
Text Example
White with #E04D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D9F; }
p { color: rgb(224,77,159); }
H1.HeaderClassName
{
color: #E04D9F;
}
.AnyTagClassName
{
color: #E04D9F;
}
</style>
background-color css
<style>
a { background-color: #E04D9F; }
a { background-color: rgb(224,77,159); }
div.DivClassName
{
background-color: #E04D9F;
}
.BgClassName
{
background-color: #E04D9F;
}
</style>
border-color css
<style>
span { border-color: #E04D9F; }
span { border-color: rgb(224,77,159); }
td.TdClassName
{
border-color: #E04D9F;
}
.TagClassName
{
border-color: #E04D9F;
}
</style>