Shades of Plum #E8A2F1
Tints of Plum #E8A2F1
RGB
CMYK
RGB Variations
Color information
#E8A2F1 (or 0xE8A2F1) is known color: Plum. HEX triplet: E8, A2 and F1. RGB value is (232,162,241). Sum of RGB (Red+Green+Blue) = 232+162+241=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8A2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A2F1 is #175D0E. Grayscale: #BFBFBF. Windows color (decimal): -1531151 or 15835880. OLE color: 15835880.
HSL color Cylindrical-coordinate representation of color #E8A2F1: hue angle of 293.16º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8A2F1 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 162 | 241 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.05 |
| HSL | 293.16º | 0.74% | 0.79% | - |
| HSV(B) | 293.16º | 0.33% | 0.95% | - |
| XYZ | 62.08 | 49.35 | 89.47 | - |
| YUV | 191.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 241 | 0.04 | 0.33 | 0 | 0.05 | 293.16 | 0.74 | 0.79 |
| Hex | E8 | A2 | F1 | 4 | 21 | 0 | 5 | 125 | 4A | 4F |
| Octal | 350 | 242 | 361 | 4 | 41 | 0 | 5 | 445 | 112 | 117 |
| Binary | 11101000 | 10100010 | 11110001 | 100 | 100001 | 0 | 101 | 100100101 | 1001010 | 1001111 |
Color Harmonies of #E8A2F1
Complementary color
Monochromatic Colors of #E8A2F1
Black with #E8A2F1
Text Example
Text Example
White with #E8A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A2F1; }
p { color: rgb(232,162,241); }
H1.HeaderClassName
{
color: #E8A2F1;
}
.AnyTagClassName
{
color: #E8A2F1;
}
</style>
background-color css
<style>
a { background-color: #E8A2F1; }
a { background-color: rgb(232,162,241); }
div.DivClassName
{
background-color: #E8A2F1;
}
.BgClassName
{
background-color: #E8A2F1;
}
</style>
border-color css
<style>
span { border-color: #E8A2F1; }
span { border-color: rgb(232,162,241); }
td.TdClassName
{
border-color: #E8A2F1;
}
.TagClassName
{
border-color: #E8A2F1;
}
</style>