Shades of Plum #EDA0EA
Tints of Plum #EDA0EA
RGB
CMYK
RGB Variations
Color information
#EDA0EA (or 0xEDA0EA) is known color: Plum. HEX triplet: ED, A0 and EA. RGB value is (237,160,234). Sum of RGB (Red+Green+Blue) = 237+160+234=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0EA is #125F15. Grayscale: #BFBFBF. Windows color (decimal): -1203990 or 15376621. OLE color: 15376621.
HSL color Cylindrical-coordinate representation of color #EDA0EA: hue angle of 302.34º 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 #EDA0EA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 234 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 302.34º | 0.68% | 0.78% | - |
| HSV(B) | 302.34º | 0.32% | 0.93% | - |
| XYZ | 62.35 | 49.09 | 84.03 | - |
| YUV | 191.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 234 | 0 | 0.32 | 0.01 | 0.07 | 302.34 | 0.68 | 0.78 |
| Hex | ED | A0 | EA | 0 | 20 | 1 | 7 | 12E | 44 | 4E |
| Octal | 355 | 240 | 352 | 0 | 40 | 1 | 7 | 456 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11101010 | 0 | 100000 | 1 | 111 | 100101110 | 1000100 | 1001110 |
Color Harmonies of #EDA0EA
Complementary color
Monochromatic Colors of #EDA0EA
Black with #EDA0EA
Text Example
Text Example
White with #EDA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0EA; }
p { color: rgb(237,160,234); }
H1.HeaderClassName
{
color: #EDA0EA;
}
.AnyTagClassName
{
color: #EDA0EA;
}
</style>
background-color css
<style>
a { background-color: #EDA0EA; }
a { background-color: rgb(237,160,234); }
div.DivClassName
{
background-color: #EDA0EA;
}
.BgClassName
{
background-color: #EDA0EA;
}
</style>
border-color css
<style>
span { border-color: #EDA0EA; }
span { border-color: rgb(237,160,234); }
td.TdClassName
{
border-color: #EDA0EA;
}
.TagClassName
{
border-color: #EDA0EA;
}
</style>