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