Shades of Plum #E8AFEB
Tints of Plum #E8AFEB
RGB
CMYK
RGB Variations
Color information
#E8AFEB (or 0xE8AFEB) is known color: Plum. HEX triplet: E8, AF and EB. RGB value is (232,175,235). Sum of RGB (Red+Green+Blue) = 232+175+235=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEB is #175014. Grayscale: #C6C6C6. Windows color (decimal): -1527829 or 15445992. OLE color: 15445992.
HSL color Cylindrical-coordinate representation of color #E8AFEB: hue angle of 297º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8AFEB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 175 | 235 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.08 |
| HSL | 297º | 0.6% | 0.8% | - |
| HSV(B) | 297º | 0.26% | 0.92% | - |
| XYZ | 63.6 | 53.81 | 85.63 | - |
| YUV | 198.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 235 | 0.01 | 0.26 | 0 | 0.08 | 297 | 0.6 | 0.8 |
| Hex | E8 | AF | EB | 1 | 1A | 0 | 8 | 129 | 3C | 50 |
| Octal | 350 | 257 | 353 | 1 | 32 | 0 | 10 | 451 | 74 | 120 |
| Binary | 11101000 | 10101111 | 11101011 | 1 | 11010 | 0 | 1000 | 100101001 | 111100 | 1010000 |
Color Harmonies of #E8AFEB
Complementary color
Monochromatic Colors of #E8AFEB
Black with #E8AFEB
Text Example
Text Example
White with #E8AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFEB; }
p { color: rgb(232,175,235); }
H1.HeaderClassName
{
color: #E8AFEB;
}
.AnyTagClassName
{
color: #E8AFEB;
}
</style>
background-color css
<style>
a { background-color: #E8AFEB; }
a { background-color: rgb(232,175,235); }
div.DivClassName
{
background-color: #E8AFEB;
}
.BgClassName
{
background-color: #E8AFEB;
}
</style>
border-color css
<style>
span { border-color: #E8AFEB; }
span { border-color: rgb(232,175,235); }
td.TdClassName
{
border-color: #E8AFEB;
}
.TagClassName
{
border-color: #E8AFEB;
}
</style>