Shades of Plum #E8ABED
Tints of Plum #E8ABED
RGB
CMYK
RGB Variations
Color information
#E8ABED (or 0xE8ABED) is known color: Plum. HEX triplet: E8, AB and ED. RGB value is (232,171,237). Sum of RGB (Red+Green+Blue) = 232+171+237=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8ABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABED is #175412. Grayscale: #C4C4C4. Windows color (decimal): -1528851 or 15576040. OLE color: 15576040.
HSL color Cylindrical-coordinate representation of color #E8ABED: hue angle of 295.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ABED is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 171 | 237 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.07 |
| HSL | 295.45º | 0.65% | 0.8% | - |
| HSV(B) | 295.45º | 0.28% | 0.93% | - |
| XYZ | 63.13 | 52.4 | 86.91 | - |
| YUV | 196.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 237 | 0.02 | 0.28 | 0 | 0.07 | 295.45 | 0.65 | 0.8 |
| Hex | E8 | AB | ED | 2 | 1C | 0 | 7 | 127 | 41 | 50 |
| Octal | 350 | 253 | 355 | 2 | 34 | 0 | 7 | 447 | 101 | 120 |
| Binary | 11101000 | 10101011 | 11101101 | 10 | 11100 | 0 | 111 | 100100111 | 1000001 | 1010000 |
Color Harmonies of #E8ABED
Complementary color
Monochromatic Colors of #E8ABED
Black with #E8ABED
Text Example
Text Example
White with #E8ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABED; }
p { color: rgb(232,171,237); }
H1.HeaderClassName
{
color: #E8ABED;
}
.AnyTagClassName
{
color: #E8ABED;
}
</style>
background-color css
<style>
a { background-color: #E8ABED; }
a { background-color: rgb(232,171,237); }
div.DivClassName
{
background-color: #E8ABED;
}
.BgClassName
{
background-color: #E8ABED;
}
</style>
border-color css
<style>
span { border-color: #E8ABED; }
span { border-color: rgb(232,171,237); }
td.TdClassName
{
border-color: #E8ABED;
}
.TagClassName
{
border-color: #E8ABED;
}
</style>