Shades of Plum #EDA0E8
Tints of Plum #EDA0E8
RGB
CMYK
RGB Variations
Color information
#EDA0E8 (or 0xEDA0E8) is known color: Plum. HEX triplet: ED, A0 and E8. RGB value is (237,160,232). Sum of RGB (Red+Green+Blue) = 237+160+232=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0E8 is #125F17. Grayscale: #BFBFBF. Windows color (decimal): -1203992 or 15245549. OLE color: 15245549.
HSL color Cylindrical-coordinate representation of color #EDA0E8: hue angle of 303.9º 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 #EDA0E8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 232 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 303.9º | 0.68% | 0.78% | - |
| HSV(B) | 303.9º | 0.32% | 0.93% | - |
| XYZ | 62.06 | 48.97 | 82.53 | - |
| YUV | 191.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 232 | 0 | 0.32 | 0.02 | 0.07 | 303.9 | 0.68 | 0.78 |
| Hex | ED | A0 | E8 | 0 | 20 | 2 | 7 | 130 | 44 | 4E |
| Octal | 355 | 240 | 350 | 0 | 40 | 2 | 7 | 460 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11101000 | 0 | 100000 | 10 | 111 | 100110000 | 1000100 | 1001110 |
Color Harmonies of #EDA0E8
Complementary color
Monochromatic Colors of #EDA0E8
Black with #EDA0E8
Text Example
Text Example
White with #EDA0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0E8; }
p { color: rgb(237,160,232); }
H1.HeaderClassName
{
color: #EDA0E8;
}
.AnyTagClassName
{
color: #EDA0E8;
}
</style>
background-color css
<style>
a { background-color: #EDA0E8; }
a { background-color: rgb(237,160,232); }
div.DivClassName
{
background-color: #EDA0E8;
}
.BgClassName
{
background-color: #EDA0E8;
}
</style>
border-color css
<style>
span { border-color: #EDA0E8; }
span { border-color: rgb(237,160,232); }
td.TdClassName
{
border-color: #EDA0E8;
}
.TagClassName
{
border-color: #EDA0E8;
}
</style>