Shades of Plum #E8AFEA
Tints of Plum #E8AFEA
RGB
CMYK
RGB Variations
Color information
#E8AFEA (or 0xE8AFEA) is known color: Plum. HEX triplet: E8, AF and EA. RGB value is (232,175,234). Sum of RGB (Red+Green+Blue) = 232+175+234=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEA is #175015. Grayscale: #C6C6C6. Windows color (decimal): -1527830 or 15380456. OLE color: 15380456.
HSL color Cylindrical-coordinate representation of color #E8AFEA: hue angle of 297.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFEA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 175 | 234 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.08 |
| HSL | 297.97º | 0.58% | 0.8% | - |
| HSV(B) | 297.97º | 0.25% | 0.92% | - |
| XYZ | 63.46 | 53.76 | 84.87 | - |
| YUV | 198.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 234 | 0.01 | 0.25 | 0 | 0.08 | 297.97 | 0.58 | 0.8 |
| Hex | E8 | AF | EA | 1 | 19 | 0 | 8 | 12A | 3A | 50 |
| Octal | 350 | 257 | 352 | 1 | 31 | 0 | 10 | 452 | 72 | 120 |
| Binary | 11101000 | 10101111 | 11101010 | 1 | 11001 | 0 | 1000 | 100101010 | 111010 | 1010000 |
Color Harmonies of #E8AFEA
Complementary color
Monochromatic Colors of #E8AFEA
Black with #E8AFEA
Text Example
Text Example
White with #E8AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFEA; }
p { color: rgb(232,175,234); }
H1.HeaderClassName
{
color: #E8AFEA;
}
.AnyTagClassName
{
color: #E8AFEA;
}
</style>
background-color css
<style>
a { background-color: #E8AFEA; }
a { background-color: rgb(232,175,234); }
div.DivClassName
{
background-color: #E8AFEA;
}
.BgClassName
{
background-color: #E8AFEA;
}
</style>
border-color css
<style>
span { border-color: #E8AFEA; }
span { border-color: rgb(232,175,234); }
td.TdClassName
{
border-color: #E8AFEA;
}
.TagClassName
{
border-color: #E8AFEA;
}
</style>