Shades of Plum #E8A8EA
Tints of Plum #E8A8EA
RGB
CMYK
RGB Variations
Color information
#E8A8EA (or 0xE8A8EA) is known color: Plum. HEX triplet: E8, A8 and EA. RGB value is (232,168,234). Sum of RGB (Red+Green+Blue) = 232+168+234=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8A8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A8EA is #175715. Grayscale: #C2C2C2. Windows color (decimal): -1529622 or 15378664. OLE color: 15378664.
HSL color Cylindrical-coordinate representation of color #E8A8EA: hue angle of 298.18º 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 #E8A8EA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 168 | 234 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.08 |
| HSL | 298.18º | 0.61% | 0.79% | - |
| HSV(B) | 298.18º | 0.28% | 0.92% | - |
| XYZ | 62.13 | 51.1 | 84.43 | - |
| YUV | 194.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 234 | 0.01 | 0.28 | 0 | 0.08 | 298.18 | 0.61 | 0.79 |
| Hex | E8 | A8 | EA | 1 | 1C | 0 | 8 | 12A | 3D | 4F |
| Octal | 350 | 250 | 352 | 1 | 34 | 0 | 10 | 452 | 75 | 117 |
| Binary | 11101000 | 10101000 | 11101010 | 1 | 11100 | 0 | 1000 | 100101010 | 111101 | 1001111 |
Color Harmonies of #E8A8EA
Complementary color
Monochromatic Colors of #E8A8EA
Black with #E8A8EA
Text Example
Text Example
White with #E8A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8EA; }
p { color: rgb(232,168,234); }
H1.HeaderClassName
{
color: #E8A8EA;
}
.AnyTagClassName
{
color: #E8A8EA;
}
</style>
background-color css
<style>
a { background-color: #E8A8EA; }
a { background-color: rgb(232,168,234); }
div.DivClassName
{
background-color: #E8A8EA;
}
.BgClassName
{
background-color: #E8A8EA;
}
</style>
border-color css
<style>
span { border-color: #E8A8EA; }
span { border-color: rgb(232,168,234); }
td.TdClassName
{
border-color: #E8A8EA;
}
.TagClassName
{
border-color: #E8A8EA;
}
</style>