Shades of Plum #E8A9EB
Tints of Plum #E8A9EB
RGB
CMYK
RGB Variations
Color information
#E8A9EB (or 0xE8A9EB) is known color: Plum. HEX triplet: E8, A9 and EB. RGB value is (232,169,235). Sum of RGB (Red+Green+Blue) = 232+169+235=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8A9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9EB is #175614. Grayscale: #C3C3C3. Windows color (decimal): -1529365 or 15444456. OLE color: 15444456.
HSL color Cylindrical-coordinate representation of color #E8A9EB: hue angle of 297.27º degrees, saturation: 0.62, 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 #E8A9EB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 169 | 235 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.08 |
| HSL | 297.27º | 0.62% | 0.79% | - |
| HSV(B) | 297.27º | 0.28% | 0.92% | - |
| XYZ | 62.46 | 51.53 | 85.25 | - |
| YUV | 195.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 235 | 0.01 | 0.28 | 0 | 0.08 | 297.27 | 0.62 | 0.79 |
| Hex | E8 | A9 | EB | 1 | 1C | 0 | 8 | 129 | 3E | 4F |
| Octal | 350 | 251 | 353 | 1 | 34 | 0 | 10 | 451 | 76 | 117 |
| Binary | 11101000 | 10101001 | 11101011 | 1 | 11100 | 0 | 1000 | 100101001 | 111110 | 1001111 |
Color Harmonies of #E8A9EB
Complementary color
Monochromatic Colors of #E8A9EB
Black with #E8A9EB
Text Example
Text Example
White with #E8A9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A9EB; }
p { color: rgb(232,169,235); }
H1.HeaderClassName
{
color: #E8A9EB;
}
.AnyTagClassName
{
color: #E8A9EB;
}
</style>
background-color css
<style>
a { background-color: #E8A9EB; }
a { background-color: rgb(232,169,235); }
div.DivClassName
{
background-color: #E8A9EB;
}
.BgClassName
{
background-color: #E8A9EB;
}
</style>
border-color css
<style>
span { border-color: #E8A9EB; }
span { border-color: rgb(232,169,235); }
td.TdClassName
{
border-color: #E8A9EB;
}
.TagClassName
{
border-color: #E8A9EB;
}
</style>