Shades of Plum #E1A9E3
Tints of Plum #E1A9E3
RGB
CMYK
RGB Variations
Color information
#E1A9E3 (or 0xE1A9E3) is known color: Plum. HEX triplet: E1, A9 and E3. RGB value is (225,169,227). Sum of RGB (Red+Green+Blue) = 225+169+227=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #E1A9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9E3 is #1E561C. Grayscale: #C0C0C0. Windows color (decimal): -1988125 or 14920161. OLE color: 14920161.
HSL color Cylindrical-coordinate representation of color #E1A9E3: hue angle of 297.93º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A9E3 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 169 | 227 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.11 |
| HSL | 297.93º | 0.51% | 0.78% | - |
| HSV(B) | 297.93º | 0.26% | 0.89% | - |
| XYZ | 59.1 | 49.93 | 79.2 | - |
| YUV | 192.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 227 | 0.01 | 0.26 | 0 | 0.11 | 297.93 | 0.51 | 0.78 |
| Hex | E1 | A9 | E3 | 1 | 1A | 0 | B | 12A | 33 | 4E |
| Octal | 341 | 251 | 343 | 1 | 32 | 0 | 13 | 452 | 63 | 116 |
| Binary | 11100001 | 10101001 | 11100011 | 1 | 11010 | 0 | 1011 | 100101010 | 110011 | 1001110 |
Color Harmonies of #E1A9E3
Complementary color
Monochromatic Colors of #E1A9E3
Black with #E1A9E3
Text Example
Text Example
White with #E1A9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9E3; }
p { color: rgb(225,169,227); }
H1.HeaderClassName
{
color: #E1A9E3;
}
.AnyTagClassName
{
color: #E1A9E3;
}
</style>
background-color css
<style>
a { background-color: #E1A9E3; }
a { background-color: rgb(225,169,227); }
div.DivClassName
{
background-color: #E1A9E3;
}
.BgClassName
{
background-color: #E1A9E3;
}
</style>
border-color css
<style>
span { border-color: #E1A9E3; }
span { border-color: rgb(225,169,227); }
td.TdClassName
{
border-color: #E1A9E3;
}
.TagClassName
{
border-color: #E1A9E3;
}
</style>