Shades of Mulberry #E04B9B
Tints of Mulberry #E04B9B
RGB
CMYK
RGB Variations
Color information
#E04B9B (or 0xE04B9B) is known color: Mulberry. HEX triplet: E0, 4B and 9B. RGB value is (224,75,155). Sum of RGB (Red+Green+Blue) = 224+75+155=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04B9B is #1FB464. Grayscale: #808080. Windows color (decimal): -2077797 or 10177504. OLE color: 10177504.
HSL color Cylindrical-coordinate representation of color #E04B9B: hue angle of 327.79º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B9B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 155 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.12 |
| HSL | 327.79º | 0.71% | 0.59% | - |
| HSV(B) | 327.79º | 0.67% | 0.88% | - |
| XYZ | 39.17 | 23.25 | 33.43 | - |
| YUV | 128.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 155 | 0 | 0.67 | 0.31 | 0.12 | 327.79 | 0.71 | 0.59 |
| Hex | E0 | 4B | 9B | 0 | 43 | 1F | C | 148 | 47 | 3B |
| Octal | 340 | 113 | 233 | 0 | 103 | 37 | 14 | 510 | 107 | 73 |
| Binary | 11100000 | 1001011 | 10011011 | 0 | 1000011 | 11111 | 1100 | 101001000 | 1000111 | 111011 |
Color Harmonies of #E04B9B
Complementary color
Monochromatic Colors of #E04B9B
Black with #E04B9B
Text Example
Text Example
White with #E04B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B9B; }
p { color: rgb(224,75,155); }
H1.HeaderClassName
{
color: #E04B9B;
}
.AnyTagClassName
{
color: #E04B9B;
}
</style>
background-color css
<style>
a { background-color: #E04B9B; }
a { background-color: rgb(224,75,155); }
div.DivClassName
{
background-color: #E04B9B;
}
.BgClassName
{
background-color: #E04B9B;
}
</style>
border-color css
<style>
span { border-color: #E04B9B; }
span { border-color: rgb(224,75,155); }
td.TdClassName
{
border-color: #E04B9B;
}
.TagClassName
{
border-color: #E04B9B;
}
</style>