Shades of Mulberry #E04A9E
Tints of Mulberry #E04A9E
RGB
CMYK
RGB Variations
Color information
#E04A9E (or 0xE04A9E) is known color: Mulberry. HEX triplet: E0, 4A and 9E. RGB value is (224,74,158). Sum of RGB (Red+Green+Blue) = 224+74+158=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04A9E is #1FB561. Grayscale: #808080. Windows color (decimal): -2078050 or 10373856. OLE color: 10373856.
HSL color Cylindrical-coordinate representation of color #E04A9E: hue angle of 326.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A9E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 158 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.12 |
| HSL | 326.4º | 0.71% | 0.58% | - |
| HSV(B) | 326.4º | 0.67% | 0.88% | - |
| XYZ | 39.36 | 23.21 | 34.75 | - |
| YUV | 128.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 158 | 0 | 0.67 | 0.29 | 0.12 | 326.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | 9E | 0 | 43 | 1D | C | 146 | 47 | 3A |
| Octal | 340 | 112 | 236 | 0 | 103 | 35 | 14 | 506 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10011110 | 0 | 1000011 | 11101 | 1100 | 101000110 | 1000111 | 111010 |
Color Harmonies of #E04A9E
Complementary color
Monochromatic Colors of #E04A9E
Black with #E04A9E
Text Example
Text Example
White with #E04A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A9E; }
p { color: rgb(224,74,158); }
H1.HeaderClassName
{
color: #E04A9E;
}
.AnyTagClassName
{
color: #E04A9E;
}
</style>
background-color css
<style>
a { background-color: #E04A9E; }
a { background-color: rgb(224,74,158); }
div.DivClassName
{
background-color: #E04A9E;
}
.BgClassName
{
background-color: #E04A9E;
}
</style>
border-color css
<style>
span { border-color: #E04A9E; }
span { border-color: rgb(224,74,158); }
td.TdClassName
{
border-color: #E04A9E;
}
.TagClassName
{
border-color: #E04A9E;
}
</style>