Shades of Plum #E094DE
Tints of Plum #E094DE
RGB
CMYK
RGB Variations
Color information
#E094DE (or 0xE094DE) is known color: Plum. HEX triplet: E0, 94 and DE. RGB value is (224,148,222). Sum of RGB (Red+Green+Blue) = 224+148+222=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E094DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094DE is #1F6B21. Grayscale: #B2B2B2. Windows color (decimal): -2059042 or 14587104. OLE color: 14587104.
HSL color Cylindrical-coordinate representation of color #E094DE: hue angle of 301.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094DE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 222 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.12 |
| HSL | 301.58º | 0.55% | 0.73% | - |
| HSV(B) | 301.58º | 0.34% | 0.88% | - |
| XYZ | 54.52 | 42.3 | 74.4 | - |
| YUV | 179.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 222 | 0 | 0.34 | 0.01 | 0.12 | 301.58 | 0.55 | 0.73 |
| Hex | E0 | 94 | DE | 0 | 22 | 1 | C | 12E | 37 | 49 |
| Octal | 340 | 224 | 336 | 0 | 42 | 1 | 14 | 456 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11011110 | 0 | 100010 | 1 | 1100 | 100101110 | 110111 | 1001001 |
Color Harmonies of #E094DE
Complementary color
Monochromatic Colors of #E094DE
Black with #E094DE
Text Example
Text Example
White with #E094DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094DE; }
p { color: rgb(224,148,222); }
H1.HeaderClassName
{
color: #E094DE;
}
.AnyTagClassName
{
color: #E094DE;
}
</style>
background-color css
<style>
a { background-color: #E094DE; }
a { background-color: rgb(224,148,222); }
div.DivClassName
{
background-color: #E094DE;
}
.BgClassName
{
background-color: #E094DE;
}
</style>
border-color css
<style>
span { border-color: #E094DE; }
span { border-color: rgb(224,148,222); }
td.TdClassName
{
border-color: #E094DE;
}
.TagClassName
{
border-color: #E094DE;
}
</style>