Shades of Plum #E7A8EE
Tints of Plum #E7A8EE
RGB
CMYK
RGB Variations
Color information
#E7A8EE (or 0xE7A8EE) is known color: Plum. HEX triplet: E7, A8 and EE. RGB value is (231,168,238). Sum of RGB (Red+Green+Blue) = 231+168+238=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7A8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A8EE is #185711. Grayscale: #C2C2C2. Windows color (decimal): -1595154 or 15640807. OLE color: 15640807.
HSL color Cylindrical-coordinate representation of color #E7A8EE: hue angle of 294º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A8EE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 168 | 238 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.07 |
| HSL | 294º | 0.67% | 0.8% | - |
| HSV(B) | 294º | 0.29% | 0.93% | - |
| XYZ | 62.39 | 51.17 | 87.48 | - |
| YUV | 194.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 238 | 0.03 | 0.29 | 0 | 0.07 | 294 | 0.67 | 0.8 |
| Hex | E7 | A8 | EE | 3 | 1D | 0 | 7 | 126 | 43 | 50 |
| Octal | 347 | 250 | 356 | 3 | 35 | 0 | 7 | 446 | 103 | 120 |
| Binary | 11100111 | 10101000 | 11101110 | 11 | 11101 | 0 | 111 | 100100110 | 1000011 | 1010000 |
Color Harmonies of #E7A8EE
Complementary color
Monochromatic Colors of #E7A8EE
Black with #E7A8EE
Text Example
Text Example
White with #E7A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8EE; }
p { color: rgb(231,168,238); }
H1.HeaderClassName
{
color: #E7A8EE;
}
.AnyTagClassName
{
color: #E7A8EE;
}
</style>
background-color css
<style>
a { background-color: #E7A8EE; }
a { background-color: rgb(231,168,238); }
div.DivClassName
{
background-color: #E7A8EE;
}
.BgClassName
{
background-color: #E7A8EE;
}
</style>
border-color css
<style>
span { border-color: #E7A8EE; }
span { border-color: rgb(231,168,238); }
td.TdClassName
{
border-color: #E7A8EE;
}
.TagClassName
{
border-color: #E7A8EE;
}
</style>