Shades of Plum #EAA7EC
Tints of Plum #EAA7EC
RGB
CMYK
RGB Variations
Color information
#EAA7EC (or 0xEAA7EC) is known color: Plum. HEX triplet: EA, A7 and EC. RGB value is (234,167,236). Sum of RGB (Red+Green+Blue) = 234+167+236=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7EC is #155813. Grayscale: #C2C2C2. Windows color (decimal): -1398804 or 15509482. OLE color: 15509482.
HSL color Cylindrical-coordinate representation of color #EAA7EC: hue angle of 298.26º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7EC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 167 | 236 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.07 |
| HSL | 298.26º | 0.64% | 0.79% | - |
| HSV(B) | 298.26º | 0.29% | 0.93% | - |
| XYZ | 62.89 | 51.19 | 85.92 | - |
| YUV | 194.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 236 | 0.01 | 0.29 | 0 | 0.07 | 298.26 | 0.64 | 0.79 |
| Hex | EA | A7 | EC | 1 | 1D | 0 | 7 | 12A | 40 | 4F |
| Octal | 352 | 247 | 354 | 1 | 35 | 0 | 7 | 452 | 100 | 117 |
| Binary | 11101010 | 10100111 | 11101100 | 1 | 11101 | 0 | 111 | 100101010 | 1000000 | 1001111 |
Color Harmonies of #EAA7EC
Complementary color
Monochromatic Colors of #EAA7EC
Black with #EAA7EC
Text Example
Text Example
White with #EAA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7EC; }
p { color: rgb(234,167,236); }
H1.HeaderClassName
{
color: #EAA7EC;
}
.AnyTagClassName
{
color: #EAA7EC;
}
</style>
background-color css
<style>
a { background-color: #EAA7EC; }
a { background-color: rgb(234,167,236); }
div.DivClassName
{
background-color: #EAA7EC;
}
.BgClassName
{
background-color: #EAA7EC;
}
</style>
border-color css
<style>
span { border-color: #EAA7EC; }
span { border-color: rgb(234,167,236); }
td.TdClassName
{
border-color: #EAA7EC;
}
.TagClassName
{
border-color: #EAA7EC;
}
</style>