Shades of Plum #EDA9EC
Tints of Plum #EDA9EC
RGB
CMYK
RGB Variations
Color information
#EDA9EC (or 0xEDA9EC) is known color: Plum. HEX triplet: ED, A9 and EC. RGB value is (237,169,236). Sum of RGB (Red+Green+Blue) = 237+169+236=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9EC is #125613. Grayscale: #C4C4C4. Windows color (decimal): -1201684 or 15509997. OLE color: 15509997.
HSL color Cylindrical-coordinate representation of color #EDA9EC: hue angle of 300.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9EC is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 236 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.07 |
| HSL | 300.88º | 0.65% | 0.8% | - |
| HSV(B) | 300.88º | 0.29% | 0.93% | - |
| XYZ | 64.25 | 52.44 | 86.09 | - |
| YUV | 196.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 236 | 0 | 0.29 | 0.00 | 0.07 | 300.88 | 0.65 | 0.8 |
| Hex | ED | A9 | EC | 0 | 1D | 0 | 7 | 12D | 41 | 50 |
| Octal | 355 | 251 | 354 | 0 | 35 | 0 | 7 | 455 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11101100 | 0 | 11101 | 0 | 111 | 100101101 | 1000001 | 1010000 |
Color Harmonies of #EDA9EC
Complementary color
Monochromatic Colors of #EDA9EC
Black with #EDA9EC
Text Example
Text Example
White with #EDA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9EC; }
p { color: rgb(237,169,236); }
H1.HeaderClassName
{
color: #EDA9EC;
}
.AnyTagClassName
{
color: #EDA9EC;
}
</style>
background-color css
<style>
a { background-color: #EDA9EC; }
a { background-color: rgb(237,169,236); }
div.DivClassName
{
background-color: #EDA9EC;
}
.BgClassName
{
background-color: #EDA9EC;
}
</style>
border-color css
<style>
span { border-color: #EDA9EC; }
span { border-color: rgb(237,169,236); }
td.TdClassName
{
border-color: #EDA9EC;
}
.TagClassName
{
border-color: #EDA9EC;
}
</style>