Shades of Plum #EDA9EF
Tints of Plum #EDA9EF
RGB
CMYK
RGB Variations
Color information
#EDA9EF (or 0xEDA9EF) is known color: Plum. HEX triplet: ED, A9 and EF. RGB value is (237,169,239). Sum of RGB (Red+Green+Blue) = 237+169+239=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDA9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9EF is #125610. Grayscale: #C5C5C5. Windows color (decimal): -1201681 or 15706605. OLE color: 15706605.
HSL color Cylindrical-coordinate representation of color #EDA9EF: hue angle of 298.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9EF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 169 | 239 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.06 |
| HSL | 298.29º | 0.69% | 0.8% | - |
| HSV(B) | 298.29º | 0.29% | 0.94% | - |
| XYZ | 64.69 | 52.61 | 88.41 | - |
| YUV | 197.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 239 | 0.01 | 0.29 | 0 | 0.06 | 298.29 | 0.69 | 0.8 |
| Hex | ED | A9 | EF | 1 | 1D | 0 | 6 | 12A | 45 | 50 |
| Octal | 355 | 251 | 357 | 1 | 35 | 0 | 6 | 452 | 105 | 120 |
| Binary | 11101101 | 10101001 | 11101111 | 1 | 11101 | 0 | 110 | 100101010 | 1000101 | 1010000 |
Color Harmonies of #EDA9EF
Complementary color
Monochromatic Colors of #EDA9EF
Black with #EDA9EF
Text Example
Text Example
White with #EDA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9EF; }
p { color: rgb(237,169,239); }
H1.HeaderClassName
{
color: #EDA9EF;
}
.AnyTagClassName
{
color: #EDA9EF;
}
</style>
background-color css
<style>
a { background-color: #EDA9EF; }
a { background-color: rgb(237,169,239); }
div.DivClassName
{
background-color: #EDA9EF;
}
.BgClassName
{
background-color: #EDA9EF;
}
</style>
border-color css
<style>
span { border-color: #EDA9EF; }
span { border-color: rgb(237,169,239); }
td.TdClassName
{
border-color: #EDA9EF;
}
.TagClassName
{
border-color: #EDA9EF;
}
</style>