Shades of Plum #E9A3EB
Tints of Plum #E9A3EB
RGB
CMYK
RGB Variations
Color information
#E9A3EB (or 0xE9A3EB) is known color: Plum. HEX triplet: E9, A3 and EB. RGB value is (233,163,235). Sum of RGB (Red+Green+Blue) = 233+163+235=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9A3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A3EB is #165C14. Grayscale: #BFBFBF. Windows color (decimal): -1465365 or 15442921. OLE color: 15442921.
HSL color Cylindrical-coordinate representation of color #E9A3EB: hue angle of 298.33º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A3EB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 163 | 235 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.08 |
| HSL | 298.33º | 0.64% | 0.78% | - |
| HSV(B) | 298.33º | 0.31% | 0.92% | - |
| XYZ | 61.7 | 49.52 | 84.9 | - |
| YUV | 192.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 235 | 0.01 | 0.31 | 0 | 0.08 | 298.33 | 0.64 | 0.78 |
| Hex | E9 | A3 | EB | 1 | 1F | 0 | 8 | 12A | 40 | 4E |
| Octal | 351 | 243 | 353 | 1 | 37 | 0 | 10 | 452 | 100 | 116 |
| Binary | 11101001 | 10100011 | 11101011 | 1 | 11111 | 0 | 1000 | 100101010 | 1000000 | 1001110 |
Color Harmonies of #E9A3EB
Complementary color
Monochromatic Colors of #E9A3EB
Black with #E9A3EB
Text Example
Text Example
White with #E9A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A3EB; }
p { color: rgb(233,163,235); }
H1.HeaderClassName
{
color: #E9A3EB;
}
.AnyTagClassName
{
color: #E9A3EB;
}
</style>
background-color css
<style>
a { background-color: #E9A3EB; }
a { background-color: rgb(233,163,235); }
div.DivClassName
{
background-color: #E9A3EB;
}
.BgClassName
{
background-color: #E9A3EB;
}
</style>
border-color css
<style>
span { border-color: #E9A3EB; }
span { border-color: rgb(233,163,235); }
td.TdClassName
{
border-color: #E9A3EB;
}
.TagClassName
{
border-color: #E9A3EB;
}
</style>