Shades of Plum #E294DE
Tints of Plum #E294DE
RGB
CMYK
RGB Variations
Color information
#E294DE (or 0xE294DE) is known color: Plum. HEX triplet: E2, 94 and DE. RGB value is (226,148,222). Sum of RGB (Red+Green+Blue) = 226+148+222=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DE is #1D6B21. Grayscale: #B3B3B3. Windows color (decimal): -1927970 or 14587106. OLE color: 14587106.
HSL color Cylindrical-coordinate representation of color #E294DE: hue angle of 303.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294DE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 222 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.11 |
| HSL | 303.08º | 0.57% | 0.73% | - |
| HSV(B) | 303.08º | 0.35% | 0.89% | - |
| XYZ | 55.14 | 42.62 | 74.43 | - |
| YUV | 179.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 222 | 0 | 0.35 | 0.02 | 0.11 | 303.08 | 0.57 | 0.73 |
| Hex | E2 | 94 | DE | 0 | 23 | 2 | B | 12F | 39 | 49 |
| Octal | 342 | 224 | 336 | 0 | 43 | 2 | 13 | 457 | 71 | 111 |
| Binary | 11100010 | 10010100 | 11011110 | 0 | 100011 | 10 | 1011 | 100101111 | 111001 | 1001001 |
Color Harmonies of #E294DE
Complementary color
Monochromatic Colors of #E294DE
Black with #E294DE
Text Example
Text Example
White with #E294DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294DE; }
p { color: rgb(226,148,222); }
H1.HeaderClassName
{
color: #E294DE;
}
.AnyTagClassName
{
color: #E294DE;
}
</style>
background-color css
<style>
a { background-color: #E294DE; }
a { background-color: rgb(226,148,222); }
div.DivClassName
{
background-color: #E294DE;
}
.BgClassName
{
background-color: #E294DE;
}
</style>
border-color css
<style>
span { border-color: #E294DE; }
span { border-color: rgb(226,148,222); }
td.TdClassName
{
border-color: #E294DE;
}
.TagClassName
{
border-color: #E294DE;
}
</style>