Shades of Plum #E5A9EF
Tints of Plum #E5A9EF
RGB
CMYK
RGB Variations
Color information
#E5A9EF (or 0xE5A9EF) is known color: Plum. HEX triplet: E5, A9 and EF. RGB value is (229,169,239). Sum of RGB (Red+Green+Blue) = 229+169+239=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A9EF is #1A5610. Grayscale: #C2C2C2. Windows color (decimal): -1725969 or 15706597. OLE color: 15706597.
HSL color Cylindrical-coordinate representation of color #E5A9EF: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A9EF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 169 | 239 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.06 |
| HSL | 291.43º | 0.69% | 0.8% | - |
| HSV(B) | 291.43º | 0.29% | 0.94% | - |
| XYZ | 62.08 | 51.27 | 88.28 | - |
| YUV | 194.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 239 | 0.04 | 0.29 | 0 | 0.06 | 291.43 | 0.69 | 0.8 |
| Hex | E5 | A9 | EF | 4 | 1D | 0 | 6 | 123 | 45 | 50 |
| Octal | 345 | 251 | 357 | 4 | 35 | 0 | 6 | 443 | 105 | 120 |
| Binary | 11100101 | 10101001 | 11101111 | 100 | 11101 | 0 | 110 | 100100011 | 1000101 | 1010000 |
Color Harmonies of #E5A9EF
Complementary color
Monochromatic Colors of #E5A9EF
Black with #E5A9EF
Text Example
Text Example
White with #E5A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A9EF; }
p { color: rgb(229,169,239); }
H1.HeaderClassName
{
color: #E5A9EF;
}
.AnyTagClassName
{
color: #E5A9EF;
}
</style>
background-color css
<style>
a { background-color: #E5A9EF; }
a { background-color: rgb(229,169,239); }
div.DivClassName
{
background-color: #E5A9EF;
}
.BgClassName
{
background-color: #E5A9EF;
}
</style>
border-color css
<style>
span { border-color: #E5A9EF; }
span { border-color: rgb(229,169,239); }
td.TdClassName
{
border-color: #E5A9EF;
}
.TagClassName
{
border-color: #E5A9EF;
}
</style>