Shades of Plum #E69EDA
Tints of Plum #E69EDA
RGB
CMYK
RGB Variations
Color information
#E69EDA (or 0xE69EDA) is known color: Plum. HEX triplet: E6, 9E and DA. RGB value is (230,158,218). Sum of RGB (Red+Green+Blue) = 230+158+218=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDA is #196125. Grayscale: #BABABA. Windows color (decimal): -1663270 or 14327526. OLE color: 14327526.
HSL color Cylindrical-coordinate representation of color #E69EDA: hue angle of 310º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EDA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 218 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.10 |
| HSL | 310º | 0.59% | 0.76% | - |
| HSV(B) | 310º | 0.31% | 0.9% | - |
| XYZ | 57.51 | 46.34 | 72.24 | - |
| YUV | 186.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 218 | 0 | 0.31 | 0.05 | 0.10 | 310 | 0.59 | 0.76 |
| Hex | E6 | 9E | DA | 0 | 1F | 5 | A | 136 | 3B | 4C |
| Octal | 346 | 236 | 332 | 0 | 37 | 5 | 12 | 466 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11011010 | 0 | 11111 | 101 | 1010 | 100110110 | 111011 | 1001100 |
Color Harmonies of #E69EDA
Complementary color
Monochromatic Colors of #E69EDA
Black with #E69EDA
Text Example
Text Example
White with #E69EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EDA; }
p { color: rgb(230,158,218); }
H1.HeaderClassName
{
color: #E69EDA;
}
.AnyTagClassName
{
color: #E69EDA;
}
</style>
background-color css
<style>
a { background-color: #E69EDA; }
a { background-color: rgb(230,158,218); }
div.DivClassName
{
background-color: #E69EDA;
}
.BgClassName
{
background-color: #E69EDA;
}
</style>
border-color css
<style>
span { border-color: #E69EDA; }
span { border-color: rgb(230,158,218); }
td.TdClassName
{
border-color: #E69EDA;
}
.TagClassName
{
border-color: #E69EDA;
}
</style>