Shades of Plum #E094D6
Tints of Plum #E094D6
RGB
CMYK
RGB Variations
Color information
#E094D6 (or 0xE094D6) is known color: Plum. HEX triplet: E0, 94 and D6. RGB value is (224,148,214). Sum of RGB (Red+Green+Blue) = 224+148+214=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D6 is #1F6B29. Grayscale: #B2B2B2. Windows color (decimal): -2059050 or 14062816. OLE color: 14062816.
HSL color Cylindrical-coordinate representation of color #E094D6: hue angle of 307.89º 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 #E094D6 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 214 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.12 |
| HSL | 307.89º | 0.55% | 0.73% | - |
| HSV(B) | 307.89º | 0.34% | 0.88% | - |
| XYZ | 53.47 | 41.88 | 68.88 | - |
| YUV | 178.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 214 | 0 | 0.34 | 0.04 | 0.12 | 307.89 | 0.55 | 0.73 |
| Hex | E0 | 94 | D6 | 0 | 22 | 4 | C | 134 | 37 | 49 |
| Octal | 340 | 224 | 326 | 0 | 42 | 4 | 14 | 464 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11010110 | 0 | 100010 | 100 | 1100 | 100110100 | 110111 | 1001001 |
Color Harmonies of #E094D6
Complementary color
Monochromatic Colors of #E094D6
Black with #E094D6
Text Example
Text Example
White with #E094D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094D6; }
p { color: rgb(224,148,214); }
H1.HeaderClassName
{
color: #E094D6;
}
.AnyTagClassName
{
color: #E094D6;
}
</style>
background-color css
<style>
a { background-color: #E094D6; }
a { background-color: rgb(224,148,214); }
div.DivClassName
{
background-color: #E094D6;
}
.BgClassName
{
background-color: #E094D6;
}
</style>
border-color css
<style>
span { border-color: #E094D6; }
span { border-color: rgb(224,148,214); }
td.TdClassName
{
border-color: #E094D6;
}
.TagClassName
{
border-color: #E094D6;
}
</style>