Shades of Plum #EDA7ED
Tints of Plum #EDA7ED
RGB
CMYK
RGB Variations
Color information
#EDA7ED (or 0xEDA7ED) is known color: Plum. HEX triplet: ED, A7 and ED. RGB value is (237,167,237). Sum of RGB (Red+Green+Blue) = 237+167+237=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7ED is #125812. Grayscale: #C3C3C3. Windows color (decimal): -1202195 or 15575021. OLE color: 15575021.
HSL color Cylindrical-coordinate representation of color #EDA7ED: hue angle of 300º 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 #EDA7ED is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 237 | - |
| CMYK | 0 | 0.30 | 0 | 0.07 |
| HSL | 300º | 0.66% | 0.79% | - |
| HSV(B) | 300º | 0.3% | 0.93% | - |
| XYZ | 64.03 | 51.76 | 86.74 | - |
| YUV | 195.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 237 | 0 | 0.30 | 0 | 0.07 | 300 | 0.66 | 0.79 |
| Hex | ED | A7 | ED | 0 | 1E | 0 | 7 | 12C | 42 | 4F |
| Octal | 355 | 247 | 355 | 0 | 36 | 0 | 7 | 454 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11101101 | 0 | 11110 | 0 | 111 | 100101100 | 1000010 | 1001111 |
Color Harmonies of #EDA7ED
Complementary color
Monochromatic Colors of #EDA7ED
Black with #EDA7ED
Text Example
Text Example
White with #EDA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7ED; }
p { color: rgb(237,167,237); }
H1.HeaderClassName
{
color: #EDA7ED;
}
.AnyTagClassName
{
color: #EDA7ED;
}
</style>
background-color css
<style>
a { background-color: #EDA7ED; }
a { background-color: rgb(237,167,237); }
div.DivClassName
{
background-color: #EDA7ED;
}
.BgClassName
{
background-color: #EDA7ED;
}
</style>
border-color css
<style>
span { border-color: #EDA7ED; }
span { border-color: rgb(237,167,237); }
td.TdClassName
{
border-color: #EDA7ED;
}
.TagClassName
{
border-color: #EDA7ED;
}
</style>