Shades of Plum #E8AFE9
Tints of Plum #E8AFE9
RGB
CMYK
RGB Variations
Color information
#E8AFE9 (or 0xE8AFE9) is known color: Plum. HEX triplet: E8, AF and E9. RGB value is (232,175,233). Sum of RGB (Red+Green+Blue) = 232+175+233=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8AFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFE9 is #175016. Grayscale: #C6C6C6. Windows color (decimal): -1527831 or 15314920. OLE color: 15314920.
HSL color Cylindrical-coordinate representation of color #E8AFE9: hue angle of 298.97º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFE9 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 233 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.09 |
| HSL | 298.97º | 0.57% | 0.8% | - |
| HSV(B) | 298.97º | 0.25% | 0.91% | - |
| XYZ | 63.32 | 53.7 | 84.12 | - |
| YUV | 198.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 233 | 0.00 | 0.25 | 0 | 0.09 | 298.97 | 0.57 | 0.8 |
| Hex | E8 | AF | E9 | 0 | 19 | 0 | 9 | 12B | 39 | 50 |
| Octal | 350 | 257 | 351 | 0 | 31 | 0 | 11 | 453 | 71 | 120 |
| Binary | 11101000 | 10101111 | 11101001 | 0 | 11001 | 0 | 1001 | 100101011 | 111001 | 1010000 |
Color Harmonies of #E8AFE9
Complementary color
Monochromatic Colors of #E8AFE9
Black with #E8AFE9
Text Example
Text Example
White with #E8AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFE9; }
p { color: rgb(232,175,233); }
H1.HeaderClassName
{
color: #E8AFE9;
}
.AnyTagClassName
{
color: #E8AFE9;
}
</style>
background-color css
<style>
a { background-color: #E8AFE9; }
a { background-color: rgb(232,175,233); }
div.DivClassName
{
background-color: #E8AFE9;
}
.BgClassName
{
background-color: #E8AFE9;
}
</style>
border-color css
<style>
span { border-color: #E8AFE9; }
span { border-color: rgb(232,175,233); }
td.TdClassName
{
border-color: #E8AFE9;
}
.TagClassName
{
border-color: #E8AFE9;
}
</style>