Shades of Plum #EDA0EB
Tints of Plum #EDA0EB
RGB
CMYK
RGB Variations
Color information
#EDA0EB (or 0xEDA0EB) is known color: Plum. HEX triplet: ED, A0 and EB. RGB value is (237,160,235). Sum of RGB (Red+Green+Blue) = 237+160+235=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0EB is #125F14. Grayscale: #BFBFBF. Windows color (decimal): -1203989 or 15442157. OLE color: 15442157.
HSL color Cylindrical-coordinate representation of color #EDA0EB: hue angle of 301.56º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA0EB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 235 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 301.56º | 0.68% | 0.78% | - |
| HSV(B) | 301.56º | 0.32% | 0.93% | - |
| XYZ | 62.49 | 49.14 | 84.79 | - |
| YUV | 191.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 235 | 0 | 0.32 | 0.01 | 0.07 | 301.56 | 0.68 | 0.78 |
| Hex | ED | A0 | EB | 0 | 20 | 1 | 7 | 12E | 44 | 4E |
| Octal | 355 | 240 | 353 | 0 | 40 | 1 | 7 | 456 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11101011 | 0 | 100000 | 1 | 111 | 100101110 | 1000100 | 1001110 |
Color Harmonies of #EDA0EB
Complementary color
Monochromatic Colors of #EDA0EB
Black with #EDA0EB
Text Example
Text Example
White with #EDA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0EB; }
p { color: rgb(237,160,235); }
H1.HeaderClassName
{
color: #EDA0EB;
}
.AnyTagClassName
{
color: #EDA0EB;
}
</style>
background-color css
<style>
a { background-color: #EDA0EB; }
a { background-color: rgb(237,160,235); }
div.DivClassName
{
background-color: #EDA0EB;
}
.BgClassName
{
background-color: #EDA0EB;
}
</style>
border-color css
<style>
span { border-color: #EDA0EB; }
span { border-color: rgb(237,160,235); }
td.TdClassName
{
border-color: #EDA0EB;
}
.TagClassName
{
border-color: #EDA0EB;
}
</style>