Shades of Plum #ED9DEA
Tints of Plum #ED9DEA
RGB
CMYK
RGB Variations
Color information
#ED9DEA (or 0xED9DEA) is known color: Plum. HEX triplet: ED, 9D and EA. RGB value is (237,157,234). Sum of RGB (Red+Green+Blue) = 237+157+234=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DEA is #126215. Grayscale: #BDBDBD. Windows color (decimal): -1204758 or 15375853. OLE color: 15375853.
HSL color Cylindrical-coordinate representation of color #ED9DEA: hue angle of 302.25º 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 #ED9DEA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 234 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.07 |
| HSL | 302.25º | 0.69% | 0.77% | - |
| HSV(B) | 302.25º | 0.34% | 0.93% | - |
| XYZ | 61.83 | 48.06 | 83.86 | - |
| YUV | 189.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 234 | 0 | 0.34 | 0.01 | 0.07 | 302.25 | 0.69 | 0.77 |
| Hex | ED | 9D | EA | 0 | 22 | 1 | 7 | 12E | 45 | 4D |
| Octal | 355 | 235 | 352 | 0 | 42 | 1 | 7 | 456 | 105 | 115 |
| Binary | 11101101 | 10011101 | 11101010 | 0 | 100010 | 1 | 111 | 100101110 | 1000101 | 1001101 |
Color Harmonies of #ED9DEA
Complementary color
Monochromatic Colors of #ED9DEA
Black with #ED9DEA
Text Example
Text Example
White with #ED9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9DEA; }
p { color: rgb(237,157,234); }
H1.HeaderClassName
{
color: #ED9DEA;
}
.AnyTagClassName
{
color: #ED9DEA;
}
</style>
background-color css
<style>
a { background-color: #ED9DEA; }
a { background-color: rgb(237,157,234); }
div.DivClassName
{
background-color: #ED9DEA;
}
.BgClassName
{
background-color: #ED9DEA;
}
</style>
border-color css
<style>
span { border-color: #ED9DEA; }
span { border-color: rgb(237,157,234); }
td.TdClassName
{
border-color: #ED9DEA;
}
.TagClassName
{
border-color: #ED9DEA;
}
</style>