Shades of Plum #E9A4F1
Tints of Plum #E9A4F1
RGB
CMYK
RGB Variations
Color information
#E9A4F1 (or 0xE9A4F1) is known color: Plum. HEX triplet: E9, A4 and F1. RGB value is (233,164,241). Sum of RGB (Red+Green+Blue) = 233+164+241=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9A4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A4F1 is #165B0E. Grayscale: #C1C1C1. Windows color (decimal): -1465103 or 15836393. OLE color: 15836393.
HSL color Cylindrical-coordinate representation of color #E9A4F1: hue angle of 293.77º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9A4F1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 164 | 241 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.05 |
| HSL | 293.77º | 0.73% | 0.79% | - |
| HSV(B) | 293.77º | 0.32% | 0.95% | - |
| XYZ | 62.76 | 50.23 | 89.61 | - |
| YUV | 193.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 241 | 0.03 | 0.32 | 0 | 0.05 | 293.77 | 0.73 | 0.79 |
| Hex | E9 | A4 | F1 | 3 | 20 | 0 | 5 | 126 | 49 | 4F |
| Octal | 351 | 244 | 361 | 3 | 40 | 0 | 5 | 446 | 111 | 117 |
| Binary | 11101001 | 10100100 | 11110001 | 11 | 100000 | 0 | 101 | 100100110 | 1001001 | 1001111 |
Color Harmonies of #E9A4F1
Complementary color
Monochromatic Colors of #E9A4F1
Black with #E9A4F1
Text Example
Text Example
White with #E9A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A4F1; }
p { color: rgb(233,164,241); }
H1.HeaderClassName
{
color: #E9A4F1;
}
.AnyTagClassName
{
color: #E9A4F1;
}
</style>
background-color css
<style>
a { background-color: #E9A4F1; }
a { background-color: rgb(233,164,241); }
div.DivClassName
{
background-color: #E9A4F1;
}
.BgClassName
{
background-color: #E9A4F1;
}
</style>
border-color css
<style>
span { border-color: #E9A4F1; }
span { border-color: rgb(233,164,241); }
td.TdClassName
{
border-color: #E9A4F1;
}
.TagClassName
{
border-color: #E9A4F1;
}
</style>