Shades of Plum #ED9DED
Tints of Plum #ED9DED
RGB
CMYK
RGB Variations
Color information
#ED9DED (or 0xED9DED) is known color: Plum. HEX triplet: ED, 9D and ED. RGB value is (237,157,237). Sum of RGB (Red+Green+Blue) = 237+157+237=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DED is #126212. Grayscale: #BDBDBD. Windows color (decimal): -1204755 or 15572461. OLE color: 15572461.
HSL color Cylindrical-coordinate representation of color #ED9DED: hue angle of 300º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9DED is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 237 | - |
| CMYK | 0 | 0.34 | 0 | 0.07 |
| HSL | 300º | 0.69% | 0.77% | - |
| HSV(B) | 300º | 0.34% | 0.93% | - |
| XYZ | 62.27 | 48.23 | 86.15 | - |
| YUV | 190.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 237 | 0 | 0.34 | 0 | 0.07 | 300 | 0.69 | 0.77 |
| Hex | ED | 9D | ED | 0 | 22 | 0 | 7 | 12C | 45 | 4D |
| Octal | 355 | 235 | 355 | 0 | 42 | 0 | 7 | 454 | 105 | 115 |
| Binary | 11101101 | 10011101 | 11101101 | 0 | 100010 | 0 | 111 | 100101100 | 1000101 | 1001101 |
Color Harmonies of #ED9DED
Complementary color
Monochromatic Colors of #ED9DED
Black with #ED9DED
Text Example
Text Example
White with #ED9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9DED; }
p { color: rgb(237,157,237); }
H1.HeaderClassName
{
color: #ED9DED;
}
.AnyTagClassName
{
color: #ED9DED;
}
</style>
background-color css
<style>
a { background-color: #ED9DED; }
a { background-color: rgb(237,157,237); }
div.DivClassName
{
background-color: #ED9DED;
}
.BgClassName
{
background-color: #ED9DED;
}
</style>
border-color css
<style>
span { border-color: #ED9DED; }
span { border-color: rgb(237,157,237); }
td.TdClassName
{
border-color: #ED9DED;
}
.TagClassName
{
border-color: #ED9DED;
}
</style>