Shades of Plum #EDA2EC
Tints of Plum #EDA2EC
RGB
CMYK
RGB Variations
Color information
#EDA2EC (or 0xEDA2EC) is known color: Plum. HEX triplet: ED, A2 and EC. RGB value is (237,162,236). Sum of RGB (Red+Green+Blue) = 237+162+236=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2EC is #125D13. Grayscale: #C0C0C0. Windows color (decimal): -1203476 or 15508205. OLE color: 15508205.
HSL color Cylindrical-coordinate representation of color #EDA2EC: hue angle of 300.8º 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 #EDA2EC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 236 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.07 |
| HSL | 300.8º | 0.68% | 0.78% | - |
| HSV(B) | 300.8º | 0.32% | 0.93% | - |
| XYZ | 62.99 | 49.9 | 85.67 | - |
| YUV | 192.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 236 | 0 | 0.32 | 0.00 | 0.07 | 300.8 | 0.68 | 0.78 |
| Hex | ED | A2 | EC | 0 | 20 | 0 | 7 | 12D | 44 | 4E |
| Octal | 355 | 242 | 354 | 0 | 40 | 0 | 7 | 455 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11101100 | 0 | 100000 | 0 | 111 | 100101101 | 1000100 | 1001110 |
Color Harmonies of #EDA2EC
Complementary color
Monochromatic Colors of #EDA2EC
Black with #EDA2EC
Text Example
Text Example
White with #EDA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2EC; }
p { color: rgb(237,162,236); }
H1.HeaderClassName
{
color: #EDA2EC;
}
.AnyTagClassName
{
color: #EDA2EC;
}
</style>
background-color css
<style>
a { background-color: #EDA2EC; }
a { background-color: rgb(237,162,236); }
div.DivClassName
{
background-color: #EDA2EC;
}
.BgClassName
{
background-color: #EDA2EC;
}
</style>
border-color css
<style>
span { border-color: #EDA2EC; }
span { border-color: rgb(237,162,236); }
td.TdClassName
{
border-color: #EDA2EC;
}
.TagClassName
{
border-color: #EDA2EC;
}
</style>