Shades of Plum #E091DD
Tints of Plum #E091DD
RGB
CMYK
RGB Variations
Color information
#E091DD (or 0xE091DD) is known color: Plum. HEX triplet: E0, 91 and DD. RGB value is (224,145,221). Sum of RGB (Red+Green+Blue) = 224+145+221=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DD is #1F6E22. Grayscale: #B1B1B1. Windows color (decimal): -2059811 or 14520800. OLE color: 14520800.
HSL color Cylindrical-coordinate representation of color #E091DD: hue angle of 302.28º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091DD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 221 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.12 |
| HSL | 302.28º | 0.56% | 0.72% | - |
| HSV(B) | 302.28º | 0.35% | 0.88% | - |
| XYZ | 53.92 | 41.32 | 73.54 | - |
| YUV | 177.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 221 | 0 | 0.35 | 0.01 | 0.12 | 302.28 | 0.56 | 0.72 |
| Hex | E0 | 91 | DD | 0 | 23 | 1 | C | 12E | 38 | 48 |
| Octal | 340 | 221 | 335 | 0 | 43 | 1 | 14 | 456 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11011101 | 0 | 100011 | 1 | 1100 | 100101110 | 111000 | 1001000 |
Color Harmonies of #E091DD
Complementary color
Monochromatic Colors of #E091DD
Black with #E091DD
Text Example
Text Example
White with #E091DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091DD; }
p { color: rgb(224,145,221); }
H1.HeaderClassName
{
color: #E091DD;
}
.AnyTagClassName
{
color: #E091DD;
}
</style>
background-color css
<style>
a { background-color: #E091DD; }
a { background-color: rgb(224,145,221); }
div.DivClassName
{
background-color: #E091DD;
}
.BgClassName
{
background-color: #E091DD;
}
</style>
border-color css
<style>
span { border-color: #E091DD; }
span { border-color: rgb(224,145,221); }
td.TdClassName
{
border-color: #E091DD;
}
.TagClassName
{
border-color: #E091DD;
}
</style>