Shades of Plum #E094D7
Tints of Plum #E094D7
RGB
CMYK
RGB Variations
Color information
#E094D7 (or 0xE094D7) is known color: Plum. HEX triplet: E0, 94 and D7. RGB value is (224,148,215). Sum of RGB (Red+Green+Blue) = 224+148+215=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D7 is #1F6B28. Grayscale: #B2B2B2. Windows color (decimal): -2059049 or 14128352. OLE color: 14128352.
HSL color Cylindrical-coordinate representation of color #E094D7: hue angle of 307.11º 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 #E094D7 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 215 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.12 |
| HSL | 307.11º | 0.55% | 0.73% | - |
| HSV(B) | 307.11º | 0.34% | 0.88% | - |
| XYZ | 53.6 | 41.93 | 69.56 | - |
| YUV | 178.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 215 | 0 | 0.34 | 0.04 | 0.12 | 307.11 | 0.55 | 0.73 |
| Hex | E0 | 94 | D7 | 0 | 22 | 4 | C | 133 | 37 | 49 |
| Octal | 340 | 224 | 327 | 0 | 42 | 4 | 14 | 463 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11010111 | 0 | 100010 | 100 | 1100 | 100110011 | 110111 | 1001001 |
Color Harmonies of #E094D7
Complementary color
Monochromatic Colors of #E094D7
Black with #E094D7
Text Example
Text Example
White with #E094D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094D7; }
p { color: rgb(224,148,215); }
H1.HeaderClassName
{
color: #E094D7;
}
.AnyTagClassName
{
color: #E094D7;
}
</style>
background-color css
<style>
a { background-color: #E094D7; }
a { background-color: rgb(224,148,215); }
div.DivClassName
{
background-color: #E094D7;
}
.BgClassName
{
background-color: #E094D7;
}
</style>
border-color css
<style>
span { border-color: #E094D7; }
span { border-color: rgb(224,148,215); }
td.TdClassName
{
border-color: #E094D7;
}
.TagClassName
{
border-color: #E094D7;
}
</style>