Shades of Mulberry #E04C9B
Tints of Mulberry #E04C9B
RGB
CMYK
RGB Variations
Color information
#E04C9B (or 0xE04C9B) is known color: Mulberry. HEX triplet: E0, 4C and 9B. RGB value is (224,76,155). Sum of RGB (Red+Green+Blue) = 224+76+155=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C9B is #1FB364. Grayscale: #818181. Windows color (decimal): -2077541 or 10177760. OLE color: 10177760.
HSL color Cylindrical-coordinate representation of color #E04C9B: hue angle of 327.97º 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 #E04C9B is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 155 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.12 |
| HSL | 327.97º | 0.7% | 0.59% | - |
| HSV(B) | 327.97º | 0.66% | 0.88% | - |
| XYZ | 39.24 | 23.38 | 33.46 | - |
| YUV | 129.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 155 | 0 | 0.66 | 0.31 | 0.12 | 327.97 | 0.7 | 0.59 |
| Hex | E0 | 4C | 9B | 0 | 42 | 1F | C | 148 | 46 | 3B |
| Octal | 340 | 114 | 233 | 0 | 102 | 37 | 14 | 510 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10011011 | 0 | 1000010 | 11111 | 1100 | 101001000 | 1000110 | 111011 |
Color Harmonies of #E04C9B
Complementary color
Monochromatic Colors of #E04C9B
Black with #E04C9B
Text Example
Text Example
White with #E04C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C9B; }
p { color: rgb(224,76,155); }
H1.HeaderClassName
{
color: #E04C9B;
}
.AnyTagClassName
{
color: #E04C9B;
}
</style>
background-color css
<style>
a { background-color: #E04C9B; }
a { background-color: rgb(224,76,155); }
div.DivClassName
{
background-color: #E04C9B;
}
.BgClassName
{
background-color: #E04C9B;
}
</style>
border-color css
<style>
span { border-color: #E04C9B; }
span { border-color: rgb(224,76,155); }
td.TdClassName
{
border-color: #E04C9B;
}
.TagClassName
{
border-color: #E04C9B;
}
</style>