Shades of Plum #EA9EF6
Tints of Plum #EA9EF6
RGB
CMYK
RGB Variations
Color information
#EA9EF6 (or 0xEA9EF6) is known color: Plum. HEX triplet: EA, 9E and F6. RGB value is (234,158,246). Sum of RGB (Red+Green+Blue) = 234+158+246=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA9EF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF6 is #156109. Grayscale: #BEBEBE. Windows color (decimal): -1401098 or 16162538. OLE color: 16162538.
HSL color Cylindrical-coordinate representation of color #EA9EF6: hue angle of 291.82º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9EF6 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 158 | 246 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.04 |
| HSL | 291.82º | 0.83% | 0.79% | - |
| HSV(B) | 291.82º | 0.36% | 0.96% | - |
| XYZ | 62.79 | 48.6 | 93.26 | - |
| YUV | 190.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 246 | 0.05 | 0.36 | 0 | 0.04 | 291.82 | 0.83 | 0.79 |
| Hex | EA | 9E | F6 | 5 | 24 | 0 | 4 | 124 | 53 | 4F |
| Octal | 352 | 236 | 366 | 5 | 44 | 0 | 4 | 444 | 123 | 117 |
| Binary | 11101010 | 10011110 | 11110110 | 101 | 100100 | 0 | 100 | 100100100 | 1010011 | 1001111 |
Color Harmonies of #EA9EF6
Complementary color
Monochromatic Colors of #EA9EF6
Black with #EA9EF6
Text Example
Text Example
White with #EA9EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EF6; }
p { color: rgb(234,158,246); }
H1.HeaderClassName
{
color: #EA9EF6;
}
.AnyTagClassName
{
color: #EA9EF6;
}
</style>
background-color css
<style>
a { background-color: #EA9EF6; }
a { background-color: rgb(234,158,246); }
div.DivClassName
{
background-color: #EA9EF6;
}
.BgClassName
{
background-color: #EA9EF6;
}
</style>
border-color css
<style>
span { border-color: #EA9EF6; }
span { border-color: rgb(234,158,246); }
td.TdClassName
{
border-color: #EA9EF6;
}
.TagClassName
{
border-color: #EA9EF6;
}
</style>