Shades of Plum #EDA6E9
Tints of Plum #EDA6E9
RGB
CMYK
RGB Variations
Color information
#EDA6E9 (or 0xEDA6E9) is known color: Plum. HEX triplet: ED, A6 and E9. RGB value is (237,166,233). Sum of RGB (Red+Green+Blue) = 237+166+233=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6E9 is #125916. Grayscale: #C2C2C2. Windows color (decimal): -1202455 or 15312621. OLE color: 15312621.
HSL color Cylindrical-coordinate representation of color #EDA6E9: hue angle of 303.38º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6E9 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 233 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.07 |
| HSL | 303.38º | 0.66% | 0.79% | - |
| HSV(B) | 303.38º | 0.3% | 0.93% | - |
| XYZ | 63.27 | 51.16 | 83.63 | - |
| YUV | 194.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 233 | 0 | 0.30 | 0.02 | 0.07 | 303.38 | 0.66 | 0.79 |
| Hex | ED | A6 | E9 | 0 | 1E | 2 | 7 | 12F | 42 | 4F |
| Octal | 355 | 246 | 351 | 0 | 36 | 2 | 7 | 457 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11101001 | 0 | 11110 | 10 | 111 | 100101111 | 1000010 | 1001111 |
Color Harmonies of #EDA6E9
Complementary color
Monochromatic Colors of #EDA6E9
Black with #EDA6E9
Text Example
Text Example
White with #EDA6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6E9; }
p { color: rgb(237,166,233); }
H1.HeaderClassName
{
color: #EDA6E9;
}
.AnyTagClassName
{
color: #EDA6E9;
}
</style>
background-color css
<style>
a { background-color: #EDA6E9; }
a { background-color: rgb(237,166,233); }
div.DivClassName
{
background-color: #EDA6E9;
}
.BgClassName
{
background-color: #EDA6E9;
}
</style>
border-color css
<style>
span { border-color: #EDA6E9; }
span { border-color: rgb(237,166,233); }
td.TdClassName
{
border-color: #EDA6E9;
}
.TagClassName
{
border-color: #EDA6E9;
}
</style>