Shades of Mulberry #E04F9E
Tints of Mulberry #E04F9E
RGB
CMYK
RGB Variations
Color information
#E04F9E (or 0xE04F9E) is known color: Mulberry. HEX triplet: E0, 4F and 9E. RGB value is (224,79,158). Sum of RGB (Red+Green+Blue) = 224+79+158=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F9E is #1FB061. Grayscale: #838383. Windows color (decimal): -2076770 or 10375136. OLE color: 10375136.
HSL color Cylindrical-coordinate representation of color #E04F9E: hue angle of 327.31º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F9E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 158 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.12 |
| HSL | 327.31º | 0.7% | 0.59% | - |
| HSV(B) | 327.31º | 0.65% | 0.88% | - |
| XYZ | 39.71 | 23.91 | 34.87 | - |
| YUV | 131.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 158 | 0 | 0.65 | 0.29 | 0.12 | 327.31 | 0.7 | 0.59 |
| Hex | E0 | 4F | 9E | 0 | 41 | 1D | C | 147 | 46 | 3B |
| Octal | 340 | 117 | 236 | 0 | 101 | 35 | 14 | 507 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10011110 | 0 | 1000001 | 11101 | 1100 | 101000111 | 1000110 | 111011 |
Color Harmonies of #E04F9E
Complementary color
Monochromatic Colors of #E04F9E
Black with #E04F9E
Text Example
Text Example
White with #E04F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F9E; }
p { color: rgb(224,79,158); }
H1.HeaderClassName
{
color: #E04F9E;
}
.AnyTagClassName
{
color: #E04F9E;
}
</style>
background-color css
<style>
a { background-color: #E04F9E; }
a { background-color: rgb(224,79,158); }
div.DivClassName
{
background-color: #E04F9E;
}
.BgClassName
{
background-color: #E04F9E;
}
</style>
border-color css
<style>
span { border-color: #E04F9E; }
span { border-color: rgb(224,79,158); }
td.TdClassName
{
border-color: #E04F9E;
}
.TagClassName
{
border-color: #E04F9E;
}
</style>