Shades of Plum #E7A8EF
Tints of Plum #E7A8EF
RGB
CMYK
RGB Variations
Color information
#E7A8EF (or 0xE7A8EF) is known color: Plum. HEX triplet: E7, A8 and EF. RGB value is (231,168,239). Sum of RGB (Red+Green+Blue) = 231+168+239=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A8EF is #185710. Grayscale: #C2C2C2. Windows color (decimal): -1595153 or 15706343. OLE color: 15706343.
HSL color Cylindrical-coordinate representation of color #E7A8EF: hue angle of 293.24º 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 #E7A8EF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 168 | 239 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.06 |
| HSL | 293.24º | 0.69% | 0.8% | - |
| HSV(B) | 293.24º | 0.3% | 0.94% | - |
| XYZ | 62.54 | 51.23 | 88.25 | - |
| YUV | 194.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 239 | 0.03 | 0.30 | 0 | 0.06 | 293.24 | 0.69 | 0.8 |
| Hex | E7 | A8 | EF | 3 | 1E | 0 | 6 | 125 | 45 | 50 |
| Octal | 347 | 250 | 357 | 3 | 36 | 0 | 6 | 445 | 105 | 120 |
| Binary | 11100111 | 10101000 | 11101111 | 11 | 11110 | 0 | 110 | 100100101 | 1000101 | 1010000 |
Color Harmonies of #E7A8EF
Complementary color
Monochromatic Colors of #E7A8EF
Black with #E7A8EF
Text Example
Text Example
White with #E7A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8EF; }
p { color: rgb(231,168,239); }
H1.HeaderClassName
{
color: #E7A8EF;
}
.AnyTagClassName
{
color: #E7A8EF;
}
</style>
background-color css
<style>
a { background-color: #E7A8EF; }
a { background-color: rgb(231,168,239); }
div.DivClassName
{
background-color: #E7A8EF;
}
.BgClassName
{
background-color: #E7A8EF;
}
</style>
border-color css
<style>
span { border-color: #E7A8EF; }
span { border-color: rgb(231,168,239); }
td.TdClassName
{
border-color: #E7A8EF;
}
.TagClassName
{
border-color: #E7A8EF;
}
</style>