Shades of Plum #EA9DE0
Tints of Plum #EA9DE0
RGB
CMYK
RGB Variations
Color information
#EA9DE0 (or 0xEA9DE0) is known color: Plum. HEX triplet: EA, 9D and E0. RGB value is (234,157,224). Sum of RGB (Red+Green+Blue) = 234+157+224=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DE0 is #15621F. Grayscale: #BBBBBB. Windows color (decimal): -1401376 or 14720490. OLE color: 14720490.
HSL color Cylindrical-coordinate representation of color #EA9DE0: hue angle of 307.79º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DE0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 224 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.08 |
| HSL | 307.79º | 0.65% | 0.77% | - |
| HSV(B) | 307.79º | 0.33% | 0.92% | - |
| XYZ | 59.44 | 46.99 | 76.46 | - |
| YUV | 187.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 224 | 0 | 0.33 | 0.04 | 0.08 | 307.79 | 0.65 | 0.77 |
| Hex | EA | 9D | E0 | 0 | 21 | 4 | 8 | 134 | 41 | 4D |
| Octal | 352 | 235 | 340 | 0 | 41 | 4 | 10 | 464 | 101 | 115 |
| Binary | 11101010 | 10011101 | 11100000 | 0 | 100001 | 100 | 1000 | 100110100 | 1000001 | 1001101 |
Color Harmonies of #EA9DE0
Complementary color
Monochromatic Colors of #EA9DE0
Black with #EA9DE0
Text Example
Text Example
White with #EA9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DE0; }
p { color: rgb(234,157,224); }
H1.HeaderClassName
{
color: #EA9DE0;
}
.AnyTagClassName
{
color: #EA9DE0;
}
</style>
background-color css
<style>
a { background-color: #EA9DE0; }
a { background-color: rgb(234,157,224); }
div.DivClassName
{
background-color: #EA9DE0;
}
.BgClassName
{
background-color: #EA9DE0;
}
</style>
border-color css
<style>
span { border-color: #EA9DE0; }
span { border-color: rgb(234,157,224); }
td.TdClassName
{
border-color: #EA9DE0;
}
.TagClassName
{
border-color: #EA9DE0;
}
</style>