Shades of Plum #EA9FE7
Tints of Plum #EA9FE7
RGB
CMYK
RGB Variations
Color information
#EA9FE7 (or 0xEA9FE7) is known color: Plum. HEX triplet: EA, 9F and E7. RGB value is (234,159,231). Sum of RGB (Red+Green+Blue) = 234+159+231=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FE7 is #156018. Grayscale: #BDBDBD. Windows color (decimal): -1400857 or 15179754. OLE color: 15179754.
HSL color Cylindrical-coordinate representation of color #EA9FE7: hue angle of 302.4º 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 #EA9FE7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 231 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.08 |
| HSL | 302.4º | 0.64% | 0.77% | - |
| HSV(B) | 302.4º | 0.32% | 0.92% | - |
| XYZ | 60.75 | 48.06 | 81.68 | - |
| YUV | 189.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 231 | 0 | 0.32 | 0.01 | 0.08 | 302.4 | 0.64 | 0.77 |
| Hex | EA | 9F | E7 | 0 | 20 | 1 | 8 | 12E | 40 | 4D |
| Octal | 352 | 237 | 347 | 0 | 40 | 1 | 10 | 456 | 100 | 115 |
| Binary | 11101010 | 10011111 | 11100111 | 0 | 100000 | 1 | 1000 | 100101110 | 1000000 | 1001101 |
Color Harmonies of #EA9FE7
Complementary color
Monochromatic Colors of #EA9FE7
Black with #EA9FE7
Text Example
Text Example
White with #EA9FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FE7; }
p { color: rgb(234,159,231); }
H1.HeaderClassName
{
color: #EA9FE7;
}
.AnyTagClassName
{
color: #EA9FE7;
}
</style>
background-color css
<style>
a { background-color: #EA9FE7; }
a { background-color: rgb(234,159,231); }
div.DivClassName
{
background-color: #EA9FE7;
}
.BgClassName
{
background-color: #EA9FE7;
}
</style>
border-color css
<style>
span { border-color: #EA9FE7; }
span { border-color: rgb(234,159,231); }
td.TdClassName
{
border-color: #EA9FE7;
}
.TagClassName
{
border-color: #EA9FE7;
}
</style>