Shades of Plum #EDA1EF
Tints of Plum #EDA1EF
RGB
CMYK
RGB Variations
Color information
#EDA1EF (or 0xEDA1EF) is known color: Plum. HEX triplet: ED, A1 and EF. RGB value is (237,161,239). Sum of RGB (Red+Green+Blue) = 237+161+239=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1EF is #125E10. Grayscale: #C0C0C0. Windows color (decimal): -1203729 or 15704557. OLE color: 15704557.
HSL color Cylindrical-coordinate representation of color #EDA1EF: hue angle of 298.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA1EF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 161 | 239 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.06 |
| HSL | 298.46º | 0.71% | 0.78% | - |
| HSV(B) | 298.46º | 0.33% | 0.94% | - |
| XYZ | 63.25 | 49.73 | 87.93 | - |
| YUV | 192.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 239 | 0.01 | 0.33 | 0 | 0.06 | 298.46 | 0.71 | 0.78 |
| Hex | ED | A1 | EF | 1 | 21 | 0 | 6 | 12A | 47 | 4E |
| Octal | 355 | 241 | 357 | 1 | 41 | 0 | 6 | 452 | 107 | 116 |
| Binary | 11101101 | 10100001 | 11101111 | 1 | 100001 | 0 | 110 | 100101010 | 1000111 | 1001110 |
Color Harmonies of #EDA1EF
Complementary color
Monochromatic Colors of #EDA1EF
Black with #EDA1EF
Text Example
Text Example
White with #EDA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1EF; }
p { color: rgb(237,161,239); }
H1.HeaderClassName
{
color: #EDA1EF;
}
.AnyTagClassName
{
color: #EDA1EF;
}
</style>
background-color css
<style>
a { background-color: #EDA1EF; }
a { background-color: rgb(237,161,239); }
div.DivClassName
{
background-color: #EDA1EF;
}
.BgClassName
{
background-color: #EDA1EF;
}
</style>
border-color css
<style>
span { border-color: #EDA1EF; }
span { border-color: rgb(237,161,239); }
td.TdClassName
{
border-color: #EDA1EF;
}
.TagClassName
{
border-color: #EDA1EF;
}
</style>