Shades of Plum #E094CE
Tints of Plum #E094CE
RGB
CMYK
RGB Variations
Color information
#E094CE (or 0xE094CE) is known color: Plum. HEX triplet: E0, 94 and CE. RGB value is (224,148,206). Sum of RGB (Red+Green+Blue) = 224+148+206=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E094CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094CE is #1F6B31. Grayscale: #B1B1B1. Windows color (decimal): -2059058 or 13538528. OLE color: 13538528.
HSL color Cylindrical-coordinate representation of color #E094CE: hue angle of 314.21º 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 #E094CE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 206 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.12 |
| HSL | 314.21º | 0.55% | 0.73% | - |
| HSV(B) | 314.21º | 0.34% | 0.88% | - |
| XYZ | 52.47 | 41.48 | 63.63 | - |
| YUV | 177.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 206 | 0 | 0.34 | 0.08 | 0.12 | 314.21 | 0.55 | 0.73 |
| Hex | E0 | 94 | CE | 0 | 22 | 8 | C | 13A | 37 | 49 |
| Octal | 340 | 224 | 316 | 0 | 42 | 10 | 14 | 472 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11001110 | 0 | 100010 | 1000 | 1100 | 100111010 | 110111 | 1001001 |
Color Harmonies of #E094CE
Complementary color
Monochromatic Colors of #E094CE
Black with #E094CE
Text Example
Text Example
White with #E094CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094CE; }
p { color: rgb(224,148,206); }
H1.HeaderClassName
{
color: #E094CE;
}
.AnyTagClassName
{
color: #E094CE;
}
</style>
background-color css
<style>
a { background-color: #E094CE; }
a { background-color: rgb(224,148,206); }
div.DivClassName
{
background-color: #E094CE;
}
.BgClassName
{
background-color: #E094CE;
}
</style>
border-color css
<style>
span { border-color: #E094CE; }
span { border-color: rgb(224,148,206); }
td.TdClassName
{
border-color: #E094CE;
}
.TagClassName
{
border-color: #E094CE;
}
</style>