Shades of Plum #EDA9E7
Tints of Plum #EDA9E7
RGB
CMYK
RGB Variations
Color information
#EDA9E7 (or 0xEDA9E7) is known color: Plum. HEX triplet: ED, A9 and E7. RGB value is (237,169,231). Sum of RGB (Red+Green+Blue) = 237+169+231=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9E7 is #125618. Grayscale: #C4C4C4. Windows color (decimal): -1201689 or 15182317. OLE color: 15182317.
HSL color Cylindrical-coordinate representation of color #EDA9E7: hue angle of 305.29º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9E7 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 231 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.07 |
| HSL | 305.29º | 0.65% | 0.8% | - |
| HSV(B) | 305.29º | 0.29% | 0.93% | - |
| XYZ | 63.54 | 52.15 | 82.32 | - |
| YUV | 196.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 231 | 0 | 0.29 | 0.03 | 0.07 | 305.29 | 0.65 | 0.8 |
| Hex | ED | A9 | E7 | 0 | 1D | 3 | 7 | 131 | 41 | 50 |
| Octal | 355 | 251 | 347 | 0 | 35 | 3 | 7 | 461 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11100111 | 0 | 11101 | 11 | 111 | 100110001 | 1000001 | 1010000 |
Color Harmonies of #EDA9E7
Complementary color
Monochromatic Colors of #EDA9E7
Black with #EDA9E7
Text Example
Text Example
White with #EDA9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9E7; }
p { color: rgb(237,169,231); }
H1.HeaderClassName
{
color: #EDA9E7;
}
.AnyTagClassName
{
color: #EDA9E7;
}
</style>
background-color css
<style>
a { background-color: #EDA9E7; }
a { background-color: rgb(237,169,231); }
div.DivClassName
{
background-color: #EDA9E7;
}
.BgClassName
{
background-color: #EDA9E7;
}
</style>
border-color css
<style>
span { border-color: #EDA9E7; }
span { border-color: rgb(237,169,231); }
td.TdClassName
{
border-color: #EDA9E7;
}
.TagClassName
{
border-color: #EDA9E7;
}
</style>