Shades of Plum #EDA1EC
Tints of Plum #EDA1EC
RGB
CMYK
RGB Variations
Color information
#EDA1EC (or 0xEDA1EC) is known color: Plum. HEX triplet: ED, A1 and EC. RGB value is (237,161,236). Sum of RGB (Red+Green+Blue) = 237+161+236=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1EC is #125E13. Grayscale: #C0C0C0. Windows color (decimal): -1203732 or 15507949. OLE color: 15507949.
HSL color Cylindrical-coordinate representation of color #EDA1EC: hue angle of 300.79º 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 #EDA1EC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 161 | 236 | - |
CMYK | 0 | 0.32 | 0.00 | 0.07 |
HSL | 300.79º | 0.68% | 0.78% | - |
HSV(B) | 300.79º | 0.32% | 0.93% | - |
XYZ | 62.81 | 49.55 | 85.61 | - |
YUV | 192.27 | 152.68 | 159.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 161 | 236 | 0 | 0.32 | 0.00 | 0.07 | 300.79 | 0.68 | 0.78 |
Hex | ED | A1 | EC | 0 | 20 | 0 | 7 | 12D | 44 | 4E |
Octal | 355 | 241 | 354 | 0 | 40 | 0 | 7 | 455 | 104 | 116 |
Binary | 11101101 | 10100001 | 11101100 | 0 | 100000 | 0 | 111 | 100101101 | 1000100 | 1001110 |
Color Harmonies of #EDA1EC
Complementary color
Monochromatic Colors of #EDA1EC
Black with #EDA1EC
Text Example
Text Example
White with #EDA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1EC; }
p { color: rgb(237,161,236); }
H1.HeaderClassName
{
color: #EDA1EC;
}
.AnyTagClassName
{
color: #EDA1EC;
}
</style>
background-color css
<style>
a { background-color: #EDA1EC; }
a { background-color: rgb(237,161,236); }
div.DivClassName
{
background-color: #EDA1EC;
}
.BgClassName
{
background-color: #EDA1EC;
}
</style>
border-color css
<style>
span { border-color: #EDA1EC; }
span { border-color: rgb(237,161,236); }
td.TdClassName
{
border-color: #EDA1EC;
}
.TagClassName
{
border-color: #EDA1EC;
}
</style>