Shades of Plum #E4A9EF
Tints of Plum #E4A9EF
RGB
CMYK
RGB Variations
Color information
#E4A9EF (or 0xE4A9EF) is known color: Plum. HEX triplet: E4, A9 and EF. RGB value is (228,169,239). Sum of RGB (Red+Green+Blue) = 228+169+239=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A9EF is #1B5610. Grayscale: #C2C2C2. Windows color (decimal): -1791505 or 15706596. OLE color: 15706596.
HSL color Cylindrical-coordinate representation of color #E4A9EF: hue angle of 290.57º 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 #E4A9EF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 169 | 239 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.06 |
| HSL | 290.57º | 0.69% | 0.8% | - |
| HSV(B) | 290.57º | 0.29% | 0.94% | - |
| XYZ | 61.76 | 51.1 | 88.27 | - |
| YUV | 194.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 169 | 239 | 0.05 | 0.29 | 0 | 0.06 | 290.57 | 0.69 | 0.8 |
| Hex | E4 | A9 | EF | 5 | 1D | 0 | 6 | 123 | 45 | 50 |
| Octal | 344 | 251 | 357 | 5 | 35 | 0 | 6 | 443 | 105 | 120 |
| Binary | 11100100 | 10101001 | 11101111 | 101 | 11101 | 0 | 110 | 100100011 | 1000101 | 1010000 |
Color Harmonies of #E4A9EF
Complementary color
Monochromatic Colors of #E4A9EF
Black with #E4A9EF
Text Example
Text Example
White with #E4A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A9EF; }
p { color: rgb(228,169,239); }
H1.HeaderClassName
{
color: #E4A9EF;
}
.AnyTagClassName
{
color: #E4A9EF;
}
</style>
background-color css
<style>
a { background-color: #E4A9EF; }
a { background-color: rgb(228,169,239); }
div.DivClassName
{
background-color: #E4A9EF;
}
.BgClassName
{
background-color: #E4A9EF;
}
</style>
border-color css
<style>
span { border-color: #E4A9EF; }
span { border-color: rgb(228,169,239); }
td.TdClassName
{
border-color: #E4A9EF;
}
.TagClassName
{
border-color: #E4A9EF;
}
</style>