Shades of Plum #E9A3F1
Tints of Plum #E9A3F1
RGB
CMYK
RGB Variations
Color information
#E9A3F1 (or 0xE9A3F1) is known color: Plum. HEX triplet: E9, A3 and F1. RGB value is (233,163,241). Sum of RGB (Red+Green+Blue) = 233+163+241=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9A3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A3F1 is #165C0E. Grayscale: #C0C0C0. Windows color (decimal): -1465359 or 15836137. OLE color: 15836137.
HSL color Cylindrical-coordinate representation of color #E9A3F1: hue angle of 293.85º degrees, saturation: 0.74, 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 #E9A3F1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 163 | 241 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.05 |
| HSL | 293.85º | 0.74% | 0.79% | - |
| HSV(B) | 293.85º | 0.32% | 0.95% | - |
| XYZ | 62.58 | 49.87 | 89.55 | - |
| YUV | 192.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 241 | 0.03 | 0.32 | 0 | 0.05 | 293.85 | 0.74 | 0.79 |
| Hex | E9 | A3 | F1 | 3 | 20 | 0 | 5 | 126 | 4A | 4F |
| Octal | 351 | 243 | 361 | 3 | 40 | 0 | 5 | 446 | 112 | 117 |
| Binary | 11101001 | 10100011 | 11110001 | 11 | 100000 | 0 | 101 | 100100110 | 1001010 | 1001111 |
Color Harmonies of #E9A3F1
Complementary color
Monochromatic Colors of #E9A3F1
Black with #E9A3F1
Text Example
Text Example
White with #E9A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A3F1; }
p { color: rgb(233,163,241); }
H1.HeaderClassName
{
color: #E9A3F1;
}
.AnyTagClassName
{
color: #E9A3F1;
}
</style>
background-color css
<style>
a { background-color: #E9A3F1; }
a { background-color: rgb(233,163,241); }
div.DivClassName
{
background-color: #E9A3F1;
}
.BgClassName
{
background-color: #E9A3F1;
}
</style>
border-color css
<style>
span { border-color: #E9A3F1; }
span { border-color: rgb(233,163,241); }
td.TdClassName
{
border-color: #E9A3F1;
}
.TagClassName
{
border-color: #E9A3F1;
}
</style>