Shades of Plum #EA9FEE
Tints of Plum #EA9FEE
RGB
CMYK
RGB Variations
Color information
#EA9FEE (or 0xEA9FEE) is known color: Plum. HEX triplet: EA, 9F and EE. RGB value is (234,159,238). Sum of RGB (Red+Green+Blue) = 234+159+238=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA9FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FEE is #156011. Grayscale: #BEBEBE. Windows color (decimal): -1400850 or 15638506. OLE color: 15638506.
HSL color Cylindrical-coordinate representation of color #EA9FEE: hue angle of 296.96º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9FEE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 159 | 238 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.07 |
| HSL | 296.96º | 0.7% | 0.78% | - |
| HSV(B) | 296.96º | 0.33% | 0.93% | - |
| XYZ | 61.76 | 48.46 | 86.99 | - |
| YUV | 190.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 238 | 0.02 | 0.33 | 0 | 0.07 | 296.96 | 0.7 | 0.78 |
| Hex | EA | 9F | EE | 2 | 21 | 0 | 7 | 129 | 46 | 4E |
| Octal | 352 | 237 | 356 | 2 | 41 | 0 | 7 | 451 | 106 | 116 |
| Binary | 11101010 | 10011111 | 11101110 | 10 | 100001 | 0 | 111 | 100101001 | 1000110 | 1001110 |
Color Harmonies of #EA9FEE
Complementary color
Monochromatic Colors of #EA9FEE
Black with #EA9FEE
Text Example
Text Example
White with #EA9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FEE; }
p { color: rgb(234,159,238); }
H1.HeaderClassName
{
color: #EA9FEE;
}
.AnyTagClassName
{
color: #EA9FEE;
}
</style>
background-color css
<style>
a { background-color: #EA9FEE; }
a { background-color: rgb(234,159,238); }
div.DivClassName
{
background-color: #EA9FEE;
}
.BgClassName
{
background-color: #EA9FEE;
}
</style>
border-color css
<style>
span { border-color: #EA9FEE; }
span { border-color: rgb(234,159,238); }
td.TdClassName
{
border-color: #EA9FEE;
}
.TagClassName
{
border-color: #EA9FEE;
}
</style>