Shades of Plum #EDA5EF
Tints of Plum #EDA5EF
RGB
CMYK
RGB Variations
Color information
#EDA5EF (or 0xEDA5EF) is known color: Plum. HEX triplet: ED, A5 and EF. RGB value is (237,165,239). Sum of RGB (Red+Green+Blue) = 237+165+239=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5EF is #125A10. Grayscale: #C2C2C2. Windows color (decimal): -1202705 or 15705581. OLE color: 15705581.
HSL color Cylindrical-coordinate representation of color #EDA5EF: hue angle of 298.38º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA5EF is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 165 | 239 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.06 |
| HSL | 298.38º | 0.7% | 0.79% | - |
| HSV(B) | 298.38º | 0.31% | 0.94% | - |
| XYZ | 63.96 | 51.15 | 88.16 | - |
| YUV | 194.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 239 | 0.01 | 0.31 | 0 | 0.06 | 298.38 | 0.7 | 0.79 |
| Hex | ED | A5 | EF | 1 | 1F | 0 | 6 | 12A | 46 | 4F |
| Octal | 355 | 245 | 357 | 1 | 37 | 0 | 6 | 452 | 106 | 117 |
| Binary | 11101101 | 10100101 | 11101111 | 1 | 11111 | 0 | 110 | 100101010 | 1000110 | 1001111 |
Color Harmonies of #EDA5EF
Complementary color
Monochromatic Colors of #EDA5EF
Black with #EDA5EF
Text Example
Text Example
White with #EDA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5EF; }
p { color: rgb(237,165,239); }
H1.HeaderClassName
{
color: #EDA5EF;
}
.AnyTagClassName
{
color: #EDA5EF;
}
</style>
background-color css
<style>
a { background-color: #EDA5EF; }
a { background-color: rgb(237,165,239); }
div.DivClassName
{
background-color: #EDA5EF;
}
.BgClassName
{
background-color: #EDA5EF;
}
</style>
border-color css
<style>
span { border-color: #EDA5EF; }
span { border-color: rgb(237,165,239); }
td.TdClassName
{
border-color: #EDA5EF;
}
.TagClassName
{
border-color: #EDA5EF;
}
</style>