Shades of Plum #E091DC
Tints of Plum #E091DC
RGB
CMYK
RGB Variations
Color information
#E091DC (or 0xE091DC) is known color: Plum. HEX triplet: E0, 91 and DC. RGB value is (224,145,220). Sum of RGB (Red+Green+Blue) = 224+145+220=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DC is #1F6E23. Grayscale: #B0B0B0. Windows color (decimal): -2059812 or 14455264. OLE color: 14455264.
HSL color Cylindrical-coordinate representation of color #E091DC: hue angle of 303.04º 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 #E091DC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 220 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.12 |
| HSL | 303.04º | 0.56% | 0.72% | - |
| HSV(B) | 303.04º | 0.35% | 0.88% | - |
| XYZ | 53.78 | 41.27 | 72.84 | - |
| YUV | 177.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 220 | 0 | 0.35 | 0.02 | 0.12 | 303.04 | 0.56 | 0.72 |
| Hex | E0 | 91 | DC | 0 | 23 | 2 | C | 12F | 38 | 48 |
| Octal | 340 | 221 | 334 | 0 | 43 | 2 | 14 | 457 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11011100 | 0 | 100011 | 10 | 1100 | 100101111 | 111000 | 1001000 |
Color Harmonies of #E091DC
Complementary color
Monochromatic Colors of #E091DC
Black with #E091DC
Text Example
Text Example
White with #E091DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091DC; }
p { color: rgb(224,145,220); }
H1.HeaderClassName
{
color: #E091DC;
}
.AnyTagClassName
{
color: #E091DC;
}
</style>
background-color css
<style>
a { background-color: #E091DC; }
a { background-color: rgb(224,145,220); }
div.DivClassName
{
background-color: #E091DC;
}
.BgClassName
{
background-color: #E091DC;
}
</style>
border-color css
<style>
span { border-color: #E091DC; }
span { border-color: rgb(224,145,220); }
td.TdClassName
{
border-color: #E091DC;
}
.TagClassName
{
border-color: #E091DC;
}
</style>