Shades of Plum #E294DA
Tints of Plum #E294DA
RGB
CMYK
RGB Variations
Color information
#E294DA (or 0xE294DA) is known color: Plum. HEX triplet: E2, 94 and DA. RGB value is (226,148,218). Sum of RGB (Red+Green+Blue) = 226+148+218=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DA is #1D6B25. Grayscale: #B3B3B3. Windows color (decimal): -1927974 or 14324962. OLE color: 14324962.
HSL color Cylindrical-coordinate representation of color #E294DA: hue angle of 306.15º 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 #E294DA is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 218 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 306.15º | 0.57% | 0.73% | - |
| HSV(B) | 306.15º | 0.35% | 0.89% | - |
| XYZ | 54.61 | 42.41 | 71.64 | - |
| YUV | 179.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 218 | 0 | 0.35 | 0.04 | 0.11 | 306.15 | 0.57 | 0.73 |
| Hex | E2 | 94 | DA | 0 | 23 | 4 | B | 132 | 39 | 49 |
| Octal | 342 | 224 | 332 | 0 | 43 | 4 | 13 | 462 | 71 | 111 |
| Binary | 11100010 | 10010100 | 11011010 | 0 | 100011 | 100 | 1011 | 100110010 | 111001 | 1001001 |
Color Harmonies of #E294DA
Complementary color
Monochromatic Colors of #E294DA
Black with #E294DA
Text Example
Text Example
White with #E294DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294DA; }
p { color: rgb(226,148,218); }
H1.HeaderClassName
{
color: #E294DA;
}
.AnyTagClassName
{
color: #E294DA;
}
</style>
background-color css
<style>
a { background-color: #E294DA; }
a { background-color: rgb(226,148,218); }
div.DivClassName
{
background-color: #E294DA;
}
.BgClassName
{
background-color: #E294DA;
}
</style>
border-color css
<style>
span { border-color: #E294DA; }
span { border-color: rgb(226,148,218); }
td.TdClassName
{
border-color: #E294DA;
}
.TagClassName
{
border-color: #E294DA;
}
</style>