Shades of Plum #EDA4EC
Tints of Plum #EDA4EC
RGB
CMYK
RGB Variations
Color information
#EDA4EC (or 0xEDA4EC) is known color: Plum. HEX triplet: ED, A4 and EC. RGB value is (237,164,236). Sum of RGB (Red+Green+Blue) = 237+164+236=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4EC is #125B13. Grayscale: #C1C1C1. Windows color (decimal): -1202964 or 15508717. OLE color: 15508717.
HSL color Cylindrical-coordinate representation of color #EDA4EC: hue angle of 300.82º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4EC is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 236 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.07 |
| HSL | 300.82º | 0.67% | 0.79% | - |
| HSV(B) | 300.82º | 0.31% | 0.93% | - |
| XYZ | 63.34 | 50.61 | 85.79 | - |
| YUV | 194.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 236 | 0 | 0.31 | 0.00 | 0.07 | 300.82 | 0.67 | 0.79 |
| Hex | ED | A4 | EC | 0 | 1F | 0 | 7 | 12D | 43 | 4F |
| Octal | 355 | 244 | 354 | 0 | 37 | 0 | 7 | 455 | 103 | 117 |
| Binary | 11101101 | 10100100 | 11101100 | 0 | 11111 | 0 | 111 | 100101101 | 1000011 | 1001111 |
Color Harmonies of #EDA4EC
Complementary color
Monochromatic Colors of #EDA4EC
Black with #EDA4EC
Text Example
Text Example
White with #EDA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4EC; }
p { color: rgb(237,164,236); }
H1.HeaderClassName
{
color: #EDA4EC;
}
.AnyTagClassName
{
color: #EDA4EC;
}
</style>
background-color css
<style>
a { background-color: #EDA4EC; }
a { background-color: rgb(237,164,236); }
div.DivClassName
{
background-color: #EDA4EC;
}
.BgClassName
{
background-color: #EDA4EC;
}
</style>
border-color css
<style>
span { border-color: #EDA4EC; }
span { border-color: rgb(237,164,236); }
td.TdClassName
{
border-color: #EDA4EC;
}
.TagClassName
{
border-color: #EDA4EC;
}
</style>