Shades of Plum #EA9EE7
Tints of Plum #EA9EE7
RGB
CMYK
RGB Variations
Color information
#EA9EE7 (or 0xEA9EE7) is known color: Plum. HEX triplet: EA, 9E and E7. RGB value is (234,158,231). Sum of RGB (Red+Green+Blue) = 234+158+231=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EE7 is #156118. Grayscale: #BCBCBC. Windows color (decimal): -1401113 or 15179498. OLE color: 15179498.
HSL color Cylindrical-coordinate representation of color #EA9EE7: hue angle of 302.37º 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 #EA9EE7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 231 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.08 |
| HSL | 302.37º | 0.64% | 0.77% | - |
| HSV(B) | 302.37º | 0.32% | 0.92% | - |
| XYZ | 60.58 | 47.72 | 81.62 | - |
| YUV | 189.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 231 | 0 | 0.32 | 0.01 | 0.08 | 302.37 | 0.64 | 0.77 |
| Hex | EA | 9E | E7 | 0 | 20 | 1 | 8 | 12E | 40 | 4D |
| Octal | 352 | 236 | 347 | 0 | 40 | 1 | 10 | 456 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11100111 | 0 | 100000 | 1 | 1000 | 100101110 | 1000000 | 1001101 |
Color Harmonies of #EA9EE7
Complementary color
Monochromatic Colors of #EA9EE7
Black with #EA9EE7
Text Example
Text Example
White with #EA9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EE7; }
p { color: rgb(234,158,231); }
H1.HeaderClassName
{
color: #EA9EE7;
}
.AnyTagClassName
{
color: #EA9EE7;
}
</style>
background-color css
<style>
a { background-color: #EA9EE7; }
a { background-color: rgb(234,158,231); }
div.DivClassName
{
background-color: #EA9EE7;
}
.BgClassName
{
background-color: #EA9EE7;
}
</style>
border-color css
<style>
span { border-color: #EA9EE7; }
span { border-color: rgb(234,158,231); }
td.TdClassName
{
border-color: #EA9EE7;
}
.TagClassName
{
border-color: #EA9EE7;
}
</style>