Shades of Mulberry #E0519C
Tints of Mulberry #E0519C
RGB
CMYK
RGB Variations
Color information
#E0519C (or 0xE0519C) is known color: Mulberry. HEX triplet: E0, 51 and 9C. RGB value is (224,81,156). Sum of RGB (Red+Green+Blue) = 224+81+156=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0519C is #1FAE63. Grayscale: #848484. Windows color (decimal): -2076260 or 10244576. OLE color: 10244576.
HSL color Cylindrical-coordinate representation of color #E0519C: hue angle of 328.53º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0519C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 156 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.12 |
| HSL | 328.53º | 0.7% | 0.6% | - |
| HSV(B) | 328.53º | 0.64% | 0.88% | - |
| XYZ | 39.68 | 24.13 | 34.02 | - |
| YUV | 132.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 156 | 0 | 0.64 | 0.30 | 0.12 | 328.53 | 0.7 | 0.6 |
| Hex | E0 | 51 | 9C | 0 | 40 | 1E | C | 149 | 46 | 3C |
| Octal | 340 | 121 | 234 | 0 | 100 | 36 | 14 | 511 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10011100 | 0 | 1000000 | 11110 | 1100 | 101001001 | 1000110 | 111100 |
Color Harmonies of #E0519C
Complementary color
Monochromatic Colors of #E0519C
Black with #E0519C
Text Example
Text Example
White with #E0519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0519C; }
p { color: rgb(224,81,156); }
H1.HeaderClassName
{
color: #E0519C;
}
.AnyTagClassName
{
color: #E0519C;
}
</style>
background-color css
<style>
a { background-color: #E0519C; }
a { background-color: rgb(224,81,156); }
div.DivClassName
{
background-color: #E0519C;
}
.BgClassName
{
background-color: #E0519C;
}
</style>
border-color css
<style>
span { border-color: #E0519C; }
span { border-color: rgb(224,81,156); }
td.TdClassName
{
border-color: #E0519C;
}
.TagClassName
{
border-color: #E0519C;
}
</style>