Shades of Plum #EA9CEE
Tints of Plum #EA9CEE
RGB
CMYK
RGB Variations
Color information
#EA9CEE (or 0xEA9CEE) is known color: Plum. HEX triplet: EA, 9C and EE. RGB value is (234,156,238). Sum of RGB (Red+Green+Blue) = 234+156+238=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CEE is #156311. Grayscale: #BCBCBC. Windows color (decimal): -1401618 or 15637738. OLE color: 15637738.
HSL color Cylindrical-coordinate representation of color #EA9CEE: hue angle of 297.07º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9CEE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 156 | 238 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.07 |
| HSL | 297.07º | 0.71% | 0.77% | - |
| HSV(B) | 297.07º | 0.34% | 0.93% | - |
| XYZ | 61.25 | 47.44 | 86.82 | - |
| YUV | 188.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 238 | 0.02 | 0.34 | 0 | 0.07 | 297.07 | 0.71 | 0.77 |
| Hex | EA | 9C | EE | 2 | 22 | 0 | 7 | 129 | 47 | 4D |
| Octal | 352 | 234 | 356 | 2 | 42 | 0 | 7 | 451 | 107 | 115 |
| Binary | 11101010 | 10011100 | 11101110 | 10 | 100010 | 0 | 111 | 100101001 | 1000111 | 1001101 |
Color Harmonies of #EA9CEE
Complementary color
Monochromatic Colors of #EA9CEE
Black with #EA9CEE
Text Example
Text Example
White with #EA9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CEE; }
p { color: rgb(234,156,238); }
H1.HeaderClassName
{
color: #EA9CEE;
}
.AnyTagClassName
{
color: #EA9CEE;
}
</style>
background-color css
<style>
a { background-color: #EA9CEE; }
a { background-color: rgb(234,156,238); }
div.DivClassName
{
background-color: #EA9CEE;
}
.BgClassName
{
background-color: #EA9CEE;
}
</style>
border-color css
<style>
span { border-color: #EA9CEE; }
span { border-color: rgb(234,156,238); }
td.TdClassName
{
border-color: #EA9CEE;
}
.TagClassName
{
border-color: #EA9CEE;
}
</style>