Shades of Plum #E094DD
Tints of Plum #E094DD
RGB
CMYK
RGB Variations
Color information
#E094DD (or 0xE094DD) is known color: Plum. HEX triplet: E0, 94 and DD. RGB value is (224,148,221). Sum of RGB (Red+Green+Blue) = 224+148+221=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E094DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094DD is #1F6B22. Grayscale: #B2B2B2. Windows color (decimal): -2059043 or 14521568. OLE color: 14521568.
HSL color Cylindrical-coordinate representation of color #E094DD: hue angle of 302.37º 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 #E094DD is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 221 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.12 |
| HSL | 302.37º | 0.55% | 0.73% | - |
| HSV(B) | 302.37º | 0.34% | 0.88% | - |
| XYZ | 54.38 | 42.25 | 73.69 | - |
| YUV | 179.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 221 | 0 | 0.34 | 0.01 | 0.12 | 302.37 | 0.55 | 0.73 |
| Hex | E0 | 94 | DD | 0 | 22 | 1 | C | 12E | 37 | 49 |
| Octal | 340 | 224 | 335 | 0 | 42 | 1 | 14 | 456 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11011101 | 0 | 100010 | 1 | 1100 | 100101110 | 110111 | 1001001 |
Color Harmonies of #E094DD
Complementary color
Monochromatic Colors of #E094DD
Black with #E094DD
Text Example
Text Example
White with #E094DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094DD; }
p { color: rgb(224,148,221); }
H1.HeaderClassName
{
color: #E094DD;
}
.AnyTagClassName
{
color: #E094DD;
}
</style>
background-color css
<style>
a { background-color: #E094DD; }
a { background-color: rgb(224,148,221); }
div.DivClassName
{
background-color: #E094DD;
}
.BgClassName
{
background-color: #E094DD;
}
</style>
border-color css
<style>
span { border-color: #E094DD; }
span { border-color: rgb(224,148,221); }
td.TdClassName
{
border-color: #E094DD;
}
.TagClassName
{
border-color: #E094DD;
}
</style>