Shades of Plum #E2A1EA
Tints of Plum #E2A1EA
RGB
CMYK
RGB Variations
Color information
#E2A1EA (or 0xE2A1EA) is known color: Plum. HEX triplet: E2, A1 and EA. RGB value is (226,161,234). Sum of RGB (Red+Green+Blue) = 226+161+234=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1EA is #1D5E15. Grayscale: #BCBCBC. Windows color (decimal): -1924630 or 15376866. OLE color: 15376866.
HSL color Cylindrical-coordinate representation of color #E2A1EA: hue angle of 293.42º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2A1EA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 161 | 234 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.08 |
| HSL | 293.42º | 0.63% | 0.77% | - |
| HSV(B) | 293.42º | 0.31% | 0.92% | - |
| XYZ | 58.96 | 47.6 | 83.92 | - |
| YUV | 188.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 234 | 0.03 | 0.31 | 0 | 0.08 | 293.42 | 0.63 | 0.77 |
| Hex | E2 | A1 | EA | 3 | 1F | 0 | 8 | 125 | 3F | 4D |
| Octal | 342 | 241 | 352 | 3 | 37 | 0 | 10 | 445 | 77 | 115 |
| Binary | 11100010 | 10100001 | 11101010 | 11 | 11111 | 0 | 1000 | 100100101 | 111111 | 1001101 |
Color Harmonies of #E2A1EA
Complementary color
Monochromatic Colors of #E2A1EA
Black with #E2A1EA
Text Example
Text Example
White with #E2A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A1EA; }
p { color: rgb(226,161,234); }
H1.HeaderClassName
{
color: #E2A1EA;
}
.AnyTagClassName
{
color: #E2A1EA;
}
</style>
background-color css
<style>
a { background-color: #E2A1EA; }
a { background-color: rgb(226,161,234); }
div.DivClassName
{
background-color: #E2A1EA;
}
.BgClassName
{
background-color: #E2A1EA;
}
</style>
border-color css
<style>
span { border-color: #E2A1EA; }
span { border-color: rgb(226,161,234); }
td.TdClassName
{
border-color: #E2A1EA;
}
.TagClassName
{
border-color: #E2A1EA;
}
</style>