Shades of Plum #E2A5EA
Tints of Plum #E2A5EA
RGB
CMYK
RGB Variations
Color information
#E2A5EA (or 0xE2A5EA) is known color: Plum. HEX triplet: E2, A5 and EA. RGB value is (226,165,234). Sum of RGB (Red+Green+Blue) = 226+165+234=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5EA is #1D5A15. Grayscale: #BEBEBE. Windows color (decimal): -1923606 or 15377890. OLE color: 15377890.
HSL color Cylindrical-coordinate representation of color #E2A5EA: hue angle of 293.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A5EA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 165 | 234 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.08 |
| HSL | 293.04º | 0.62% | 0.78% | - |
| HSV(B) | 293.04º | 0.29% | 0.92% | - |
| XYZ | 59.67 | 49.02 | 84.16 | - |
| YUV | 191.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 234 | 0.03 | 0.29 | 0 | 0.08 | 293.04 | 0.62 | 0.78 |
| Hex | E2 | A5 | EA | 3 | 1D | 0 | 8 | 125 | 3E | 4E |
| Octal | 342 | 245 | 352 | 3 | 35 | 0 | 10 | 445 | 76 | 116 |
| Binary | 11100010 | 10100101 | 11101010 | 11 | 11101 | 0 | 1000 | 100100101 | 111110 | 1001110 |
Color Harmonies of #E2A5EA
Complementary color
Monochromatic Colors of #E2A5EA
Black with #E2A5EA
Text Example
Text Example
White with #E2A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5EA; }
p { color: rgb(226,165,234); }
H1.HeaderClassName
{
color: #E2A5EA;
}
.AnyTagClassName
{
color: #E2A5EA;
}
</style>
background-color css
<style>
a { background-color: #E2A5EA; }
a { background-color: rgb(226,165,234); }
div.DivClassName
{
background-color: #E2A5EA;
}
.BgClassName
{
background-color: #E2A5EA;
}
</style>
border-color css
<style>
span { border-color: #E2A5EA; }
span { border-color: rgb(226,165,234); }
td.TdClassName
{
border-color: #E2A5EA;
}
.TagClassName
{
border-color: #E2A5EA;
}
</style>