Shades of Plum #EDA0E6
Tints of Plum #EDA0E6
RGB
CMYK
RGB Variations
Color information
#EDA0E6 (or 0xEDA0E6) is known color: Plum. HEX triplet: ED, A0 and E6. RGB value is (237,160,230). Sum of RGB (Red+Green+Blue) = 237+160+230=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0E6 is #125F19. Grayscale: #BEBEBE. Windows color (decimal): -1203994 or 15114477. OLE color: 15114477.
HSL color Cylindrical-coordinate representation of color #EDA0E6: hue angle of 305.45º 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 #EDA0E6 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 230 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.07 |
| HSL | 305.45º | 0.68% | 0.78% | - |
| HSV(B) | 305.45º | 0.32% | 0.93% | - |
| XYZ | 61.78 | 48.86 | 81.04 | - |
| YUV | 191 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 230 | 0 | 0.32 | 0.03 | 0.07 | 305.45 | 0.68 | 0.78 |
| Hex | ED | A0 | E6 | 0 | 20 | 3 | 7 | 131 | 44 | 4E |
| Octal | 355 | 240 | 346 | 0 | 40 | 3 | 7 | 461 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11100110 | 0 | 100000 | 11 | 111 | 100110001 | 1000100 | 1001110 |
Color Harmonies of #EDA0E6
Complementary color
Monochromatic Colors of #EDA0E6
Black with #EDA0E6
Text Example
Text Example
White with #EDA0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0E6; }
p { color: rgb(237,160,230); }
H1.HeaderClassName
{
color: #EDA0E6;
}
.AnyTagClassName
{
color: #EDA0E6;
}
</style>
background-color css
<style>
a { background-color: #EDA0E6; }
a { background-color: rgb(237,160,230); }
div.DivClassName
{
background-color: #EDA0E6;
}
.BgClassName
{
background-color: #EDA0E6;
}
</style>
border-color css
<style>
span { border-color: #EDA0E6; }
span { border-color: rgb(237,160,230); }
td.TdClassName
{
border-color: #EDA0E6;
}
.TagClassName
{
border-color: #EDA0E6;
}
</style>