Shades of Plum #E8A8EF
Tints of Plum #E8A8EF
RGB
CMYK
RGB Variations
Color information
#E8A8EF (or 0xE8A8EF) is known color: Plum. HEX triplet: E8, A8 and EF. RGB value is (232,168,239). Sum of RGB (Red+Green+Blue) = 232+168+239=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A8EF is #175710. Grayscale: #C3C3C3. Windows color (decimal): -1529617 or 15706344. OLE color: 15706344.
HSL color Cylindrical-coordinate representation of color #E8A8EF: hue angle of 294.08º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A8EF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 168 | 239 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.06 |
| HSL | 294.08º | 0.69% | 0.8% | - |
| HSV(B) | 294.08º | 0.3% | 0.94% | - |
| XYZ | 62.86 | 51.39 | 88.27 | - |
| YUV | 195.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 239 | 0.03 | 0.30 | 0 | 0.06 | 294.08 | 0.69 | 0.8 |
| Hex | E8 | A8 | EF | 3 | 1E | 0 | 6 | 126 | 45 | 50 |
| Octal | 350 | 250 | 357 | 3 | 36 | 0 | 6 | 446 | 105 | 120 |
| Binary | 11101000 | 10101000 | 11101111 | 11 | 11110 | 0 | 110 | 100100110 | 1000101 | 1010000 |
Color Harmonies of #E8A8EF
Complementary color
Monochromatic Colors of #E8A8EF
Black with #E8A8EF
Text Example
Text Example
White with #E8A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8EF; }
p { color: rgb(232,168,239); }
H1.HeaderClassName
{
color: #E8A8EF;
}
.AnyTagClassName
{
color: #E8A8EF;
}
</style>
background-color css
<style>
a { background-color: #E8A8EF; }
a { background-color: rgb(232,168,239); }
div.DivClassName
{
background-color: #E8A8EF;
}
.BgClassName
{
background-color: #E8A8EF;
}
</style>
border-color css
<style>
span { border-color: #E8A8EF; }
span { border-color: rgb(232,168,239); }
td.TdClassName
{
border-color: #E8A8EF;
}
.TagClassName
{
border-color: #E8A8EF;
}
</style>