Shades of Plum #EA9EDD
Tints of Plum #EA9EDD
RGB
CMYK
RGB Variations
Color information
#EA9EDD (or 0xEA9EDD) is known color: Plum. HEX triplet: EA, 9E and DD. RGB value is (234,158,221). Sum of RGB (Red+Green+Blue) = 234+158+221=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9EDD is #156122. Grayscale: #BBBBBB. Windows color (decimal): -1401123 or 14524138. OLE color: 14524138.
HSL color Cylindrical-coordinate representation of color #EA9EDD: hue angle of 310.26º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EDD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 221 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.08 |
| HSL | 310.26º | 0.64% | 0.77% | - |
| HSV(B) | 310.26º | 0.32% | 0.92% | - |
| XYZ | 59.21 | 47.17 | 74.39 | - |
| YUV | 187.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 221 | 0 | 0.32 | 0.06 | 0.08 | 310.26 | 0.64 | 0.77 |
| Hex | EA | 9E | DD | 0 | 20 | 6 | 8 | 136 | 40 | 4D |
| Octal | 352 | 236 | 335 | 0 | 40 | 6 | 10 | 466 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11011101 | 0 | 100000 | 110 | 1000 | 100110110 | 1000000 | 1001101 |
Color Harmonies of #EA9EDD
Complementary color
Monochromatic Colors of #EA9EDD
Black with #EA9EDD
Text Example
Text Example
White with #EA9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EDD; }
p { color: rgb(234,158,221); }
H1.HeaderClassName
{
color: #EA9EDD;
}
.AnyTagClassName
{
color: #EA9EDD;
}
</style>
background-color css
<style>
a { background-color: #EA9EDD; }
a { background-color: rgb(234,158,221); }
div.DivClassName
{
background-color: #EA9EDD;
}
.BgClassName
{
background-color: #EA9EDD;
}
</style>
border-color css
<style>
span { border-color: #EA9EDD; }
span { border-color: rgb(234,158,221); }
td.TdClassName
{
border-color: #EA9EDD;
}
.TagClassName
{
border-color: #EA9EDD;
}
</style>