Shades of Plum #E7A8EA
Tints of Plum #E7A8EA
RGB
CMYK
RGB Variations
Color information
#E7A8EA (or 0xE7A8EA) is known color: Plum. HEX triplet: E7, A8 and EA. RGB value is (231,168,234). Sum of RGB (Red+Green+Blue) = 231+168+234=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7A8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A8EA is #185715. Grayscale: #C2C2C2. Windows color (decimal): -1595158 or 15378663. OLE color: 15378663.
HSL color Cylindrical-coordinate representation of color #E7A8EA: hue angle of 297.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A8EA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 168 | 234 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.08 |
| HSL | 297.27º | 0.61% | 0.79% | - |
| HSV(B) | 297.27º | 0.28% | 0.92% | - |
| XYZ | 61.81 | 50.93 | 84.42 | - |
| YUV | 194.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 234 | 0.01 | 0.28 | 0 | 0.08 | 297.27 | 0.61 | 0.79 |
| Hex | E7 | A8 | EA | 1 | 1C | 0 | 8 | 129 | 3D | 4F |
| Octal | 347 | 250 | 352 | 1 | 34 | 0 | 10 | 451 | 75 | 117 |
| Binary | 11100111 | 10101000 | 11101010 | 1 | 11100 | 0 | 1000 | 100101001 | 111101 | 1001111 |
Color Harmonies of #E7A8EA
Complementary color
Monochromatic Colors of #E7A8EA
Black with #E7A8EA
Text Example
Text Example
White with #E7A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8EA; }
p { color: rgb(231,168,234); }
H1.HeaderClassName
{
color: #E7A8EA;
}
.AnyTagClassName
{
color: #E7A8EA;
}
</style>
background-color css
<style>
a { background-color: #E7A8EA; }
a { background-color: rgb(231,168,234); }
div.DivClassName
{
background-color: #E7A8EA;
}
.BgClassName
{
background-color: #E7A8EA;
}
</style>
border-color css
<style>
span { border-color: #E7A8EA; }
span { border-color: rgb(231,168,234); }
td.TdClassName
{
border-color: #E7A8EA;
}
.TagClassName
{
border-color: #E7A8EA;
}
</style>