Shades of Plum #E8A8EC
Tints of Plum #E8A8EC
RGB
CMYK
RGB Variations
Color information
#E8A8EC (or 0xE8A8EC) is known color: Plum. HEX triplet: E8, A8 and EC. RGB value is (232,168,236). Sum of RGB (Red+Green+Blue) = 232+168+236=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8A8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A8EC is #175713. Grayscale: #C2C2C2. Windows color (decimal): -1529620 or 15509736. OLE color: 15509736.
HSL color Cylindrical-coordinate representation of color #E8A8EC: hue angle of 296.47º 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 #E8A8EC is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 168 | 236 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.07 |
| HSL | 296.47º | 0.64% | 0.79% | - |
| HSV(B) | 296.47º | 0.29% | 0.93% | - |
| XYZ | 62.42 | 51.22 | 85.95 | - |
| YUV | 194.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 236 | 0.02 | 0.29 | 0 | 0.07 | 296.47 | 0.64 | 0.79 |
| Hex | E8 | A8 | EC | 2 | 1D | 0 | 7 | 128 | 40 | 4F |
| Octal | 350 | 250 | 354 | 2 | 35 | 0 | 7 | 450 | 100 | 117 |
| Binary | 11101000 | 10101000 | 11101100 | 10 | 11101 | 0 | 111 | 100101000 | 1000000 | 1001111 |
Color Harmonies of #E8A8EC
Complementary color
Monochromatic Colors of #E8A8EC
Black with #E8A8EC
Text Example
Text Example
White with #E8A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8EC; }
p { color: rgb(232,168,236); }
H1.HeaderClassName
{
color: #E8A8EC;
}
.AnyTagClassName
{
color: #E8A8EC;
}
</style>
background-color css
<style>
a { background-color: #E8A8EC; }
a { background-color: rgb(232,168,236); }
div.DivClassName
{
background-color: #E8A8EC;
}
.BgClassName
{
background-color: #E8A8EC;
}
</style>
border-color css
<style>
span { border-color: #E8A8EC; }
span { border-color: rgb(232,168,236); }
td.TdClassName
{
border-color: #E8A8EC;
}
.TagClassName
{
border-color: #E8A8EC;
}
</style>