Shades of Plum #E9A5EB
Tints of Plum #E9A5EB
RGB
CMYK
RGB Variations
Color information
#E9A5EB (or 0xE9A5EB) is known color: Plum. HEX triplet: E9, A5 and EB. RGB value is (233,165,235). Sum of RGB (Red+Green+Blue) = 233+165+235=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9A5EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A5EB is #165A14. Grayscale: #C1C1C1. Windows color (decimal): -1464853 or 15443433. OLE color: 15443433.
HSL color Cylindrical-coordinate representation of color #E9A5EB: hue angle of 298.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A5EB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 165 | 235 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.08 |
| HSL | 298.29º | 0.64% | 0.78% | - |
| HSV(B) | 298.29º | 0.3% | 0.92% | - |
| XYZ | 62.05 | 50.23 | 85.02 | - |
| YUV | 193.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 235 | 0.01 | 0.30 | 0 | 0.08 | 298.29 | 0.64 | 0.78 |
| Hex | E9 | A5 | EB | 1 | 1E | 0 | 8 | 12A | 40 | 4E |
| Octal | 351 | 245 | 353 | 1 | 36 | 0 | 10 | 452 | 100 | 116 |
| Binary | 11101001 | 10100101 | 11101011 | 1 | 11110 | 0 | 1000 | 100101010 | 1000000 | 1001110 |
Color Harmonies of #E9A5EB
Complementary color
Monochromatic Colors of #E9A5EB
Black with #E9A5EB
Text Example
Text Example
White with #E9A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A5EB; }
p { color: rgb(233,165,235); }
H1.HeaderClassName
{
color: #E9A5EB;
}
.AnyTagClassName
{
color: #E9A5EB;
}
</style>
background-color css
<style>
a { background-color: #E9A5EB; }
a { background-color: rgb(233,165,235); }
div.DivClassName
{
background-color: #E9A5EB;
}
.BgClassName
{
background-color: #E9A5EB;
}
</style>
border-color css
<style>
span { border-color: #E9A5EB; }
span { border-color: rgb(233,165,235); }
td.TdClassName
{
border-color: #E9A5EB;
}
.TagClassName
{
border-color: #E9A5EB;
}
</style>