Shades of Plum #E9A9EE
Tints of Plum #E9A9EE
RGB
CMYK
RGB Variations
Color information
#E9A9EE (or 0xE9A9EE) is known color: Plum. HEX triplet: E9, A9 and EE. RGB value is (233,169,238). Sum of RGB (Red+Green+Blue) = 233+169+238=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9A9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A9EE is #165611. Grayscale: #C3C3C3. Windows color (decimal): -1463826 or 15641065. OLE color: 15641065.
HSL color Cylindrical-coordinate representation of color #E9A9EE: hue angle of 295.65º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A9EE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 169 | 238 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.07 |
| HSL | 295.65º | 0.67% | 0.8% | - |
| HSV(B) | 295.65º | 0.29% | 0.93% | - |
| XYZ | 63.22 | 51.87 | 87.57 | - |
| YUV | 196 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 238 | 0.02 | 0.29 | 0 | 0.07 | 295.65 | 0.67 | 0.8 |
| Hex | E9 | A9 | EE | 2 | 1D | 0 | 7 | 128 | 43 | 50 |
| Octal | 351 | 251 | 356 | 2 | 35 | 0 | 7 | 450 | 103 | 120 |
| Binary | 11101001 | 10101001 | 11101110 | 10 | 11101 | 0 | 111 | 100101000 | 1000011 | 1010000 |
Color Harmonies of #E9A9EE
Complementary color
Monochromatic Colors of #E9A9EE
Black with #E9A9EE
Text Example
Text Example
White with #E9A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A9EE; }
p { color: rgb(233,169,238); }
H1.HeaderClassName
{
color: #E9A9EE;
}
.AnyTagClassName
{
color: #E9A9EE;
}
</style>
background-color css
<style>
a { background-color: #E9A9EE; }
a { background-color: rgb(233,169,238); }
div.DivClassName
{
background-color: #E9A9EE;
}
.BgClassName
{
background-color: #E9A9EE;
}
</style>
border-color css
<style>
span { border-color: #E9A9EE; }
span { border-color: rgb(233,169,238); }
td.TdClassName
{
border-color: #E9A9EE;
}
.TagClassName
{
border-color: #E9A9EE;
}
</style>