Shades of Plum #E1A9EA
Tints of Plum #E1A9EA
RGB
CMYK
RGB Variations
Color information
#E1A9EA (or 0xE1A9EA) is known color: Plum. HEX triplet: E1, A9 and EA. RGB value is (225,169,234). Sum of RGB (Red+Green+Blue) = 225+169+234=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9EA is #1E5615. Grayscale: #C0C0C0. Windows color (decimal): -1988118 or 15378913. OLE color: 15378913.
HSL color Cylindrical-coordinate representation of color #E1A9EA: hue angle of 291.69º degrees, saturation: 0.61, 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 #E1A9EA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 169 | 234 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.08 |
| HSL | 291.69º | 0.61% | 0.79% | - |
| HSV(B) | 291.69º | 0.28% | 0.92% | - |
| XYZ | 60.09 | 50.32 | 84.39 | - |
| YUV | 193.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 234 | 0.04 | 0.28 | 0 | 0.08 | 291.69 | 0.61 | 0.79 |
| Hex | E1 | A9 | EA | 4 | 1C | 0 | 8 | 124 | 3D | 4F |
| Octal | 341 | 251 | 352 | 4 | 34 | 0 | 10 | 444 | 75 | 117 |
| Binary | 11100001 | 10101001 | 11101010 | 100 | 11100 | 0 | 1000 | 100100100 | 111101 | 1001111 |
Color Harmonies of #E1A9EA
Complementary color
Monochromatic Colors of #E1A9EA
Black with #E1A9EA
Text Example
Text Example
White with #E1A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9EA; }
p { color: rgb(225,169,234); }
H1.HeaderClassName
{
color: #E1A9EA;
}
.AnyTagClassName
{
color: #E1A9EA;
}
</style>
background-color css
<style>
a { background-color: #E1A9EA; }
a { background-color: rgb(225,169,234); }
div.DivClassName
{
background-color: #E1A9EA;
}
.BgClassName
{
background-color: #E1A9EA;
}
</style>
border-color css
<style>
span { border-color: #E1A9EA; }
span { border-color: rgb(225,169,234); }
td.TdClassName
{
border-color: #E1A9EA;
}
.TagClassName
{
border-color: #E1A9EA;
}
</style>