Shades of Plum #E68EDA
Tints of Plum #E68EDA
RGB
CMYK
RGB Variations
Color information
#E68EDA (or 0xE68EDA) is known color: Plum. HEX triplet: E6, 8E and DA. RGB value is (230,142,218). Sum of RGB (Red+Green+Blue) = 230+142+218=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EDA is #197125. Grayscale: #B0B0B0. Windows color (decimal): -1667366 or 14323430. OLE color: 14323430.
HSL color Cylindrical-coordinate representation of color #E68EDA: hue angle of 308.18º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68EDA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 218 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.10 |
| HSL | 308.18º | 0.64% | 0.73% | - |
| HSV(B) | 308.18º | 0.38% | 0.9% | - |
| XYZ | 54.96 | 41.23 | 71.39 | - |
| YUV | 176.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 218 | 0 | 0.38 | 0.05 | 0.10 | 308.18 | 0.64 | 0.73 |
| Hex | E6 | 8E | DA | 0 | 26 | 5 | A | 134 | 40 | 49 |
| Octal | 346 | 216 | 332 | 0 | 46 | 5 | 12 | 464 | 100 | 111 |
| Binary | 11100110 | 10001110 | 11011010 | 0 | 100110 | 101 | 1010 | 100110100 | 1000000 | 1001001 |
Color Harmonies of #E68EDA
Complementary color
Monochromatic Colors of #E68EDA
Black with #E68EDA
Text Example
Text Example
White with #E68EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EDA; }
p { color: rgb(230,142,218); }
H1.HeaderClassName
{
color: #E68EDA;
}
.AnyTagClassName
{
color: #E68EDA;
}
</style>
background-color css
<style>
a { background-color: #E68EDA; }
a { background-color: rgb(230,142,218); }
div.DivClassName
{
background-color: #E68EDA;
}
.BgClassName
{
background-color: #E68EDA;
}
</style>
border-color css
<style>
span { border-color: #E68EDA; }
span { border-color: rgb(230,142,218); }
td.TdClassName
{
border-color: #E68EDA;
}
.TagClassName
{
border-color: #E68EDA;
}
</style>