Shades of Plum #E5A1F1
Tints of Plum #E5A1F1
RGB
CMYK
RGB Variations
Color information
#E5A1F1 (or 0xE5A1F1) is known color: Plum. HEX triplet: E5, A1 and F1. RGB value is (229,161,241). Sum of RGB (Red+Green+Blue) = 229+161+241=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5A1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A1F1 is #1A5E0E. Grayscale: #BEBEBE. Windows color (decimal): -1728015 or 15835621. OLE color: 15835621.
HSL color Cylindrical-coordinate representation of color #E5A1F1: hue angle of 291º 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 #E5A1F1 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 161 | 241 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.05 |
| HSL | 291º | 0.74% | 0.79% | - |
| HSV(B) | 291º | 0.33% | 0.95% | - |
| XYZ | 60.94 | 48.5 | 89.37 | - |
| YUV | 190.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 241 | 0.05 | 0.33 | 0 | 0.05 | 291 | 0.74 | 0.79 |
| Hex | E5 | A1 | F1 | 5 | 21 | 0 | 5 | 123 | 4A | 4F |
| Octal | 345 | 241 | 361 | 5 | 41 | 0 | 5 | 443 | 112 | 117 |
| Binary | 11100101 | 10100001 | 11110001 | 101 | 100001 | 0 | 101 | 100100011 | 1001010 | 1001111 |
Color Harmonies of #E5A1F1
Complementary color
Monochromatic Colors of #E5A1F1
Black with #E5A1F1
Text Example
Text Example
White with #E5A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1F1; }
p { color: rgb(229,161,241); }
H1.HeaderClassName
{
color: #E5A1F1;
}
.AnyTagClassName
{
color: #E5A1F1;
}
</style>
background-color css
<style>
a { background-color: #E5A1F1; }
a { background-color: rgb(229,161,241); }
div.DivClassName
{
background-color: #E5A1F1;
}
.BgClassName
{
background-color: #E5A1F1;
}
</style>
border-color css
<style>
span { border-color: #E5A1F1; }
span { border-color: rgb(229,161,241); }
td.TdClassName
{
border-color: #E5A1F1;
}
.TagClassName
{
border-color: #E5A1F1;
}
</style>