Shades of Plum #E2A5EB
Tints of Plum #E2A5EB
RGB
CMYK
RGB Variations
Color information
#E2A5EB (or 0xE2A5EB) is known color: Plum. HEX triplet: E2, A5 and EB. RGB value is (226,165,235). Sum of RGB (Red+Green+Blue) = 226+165+235=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5EB is #1D5A14. Grayscale: #BEBEBE. Windows color (decimal): -1923605 or 15443426. OLE color: 15443426.
HSL color Cylindrical-coordinate representation of color #E2A5EB: hue angle of 292.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A5EB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 165 | 235 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.08 |
| HSL | 292.29º | 0.64% | 0.78% | - |
| HSV(B) | 292.29º | 0.3% | 0.92% | - |
| XYZ | 59.81 | 49.08 | 84.92 | - |
| YUV | 191.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 235 | 0.04 | 0.30 | 0 | 0.08 | 292.29 | 0.64 | 0.78 |
| Hex | E2 | A5 | EB | 4 | 1E | 0 | 8 | 124 | 40 | 4E |
| Octal | 342 | 245 | 353 | 4 | 36 | 0 | 10 | 444 | 100 | 116 |
| Binary | 11100010 | 10100101 | 11101011 | 100 | 11110 | 0 | 1000 | 100100100 | 1000000 | 1001110 |
Color Harmonies of #E2A5EB
Complementary color
Monochromatic Colors of #E2A5EB
Black with #E2A5EB
Text Example
Text Example
White with #E2A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5EB; }
p { color: rgb(226,165,235); }
H1.HeaderClassName
{
color: #E2A5EB;
}
.AnyTagClassName
{
color: #E2A5EB;
}
</style>
background-color css
<style>
a { background-color: #E2A5EB; }
a { background-color: rgb(226,165,235); }
div.DivClassName
{
background-color: #E2A5EB;
}
.BgClassName
{
background-color: #E2A5EB;
}
</style>
border-color css
<style>
span { border-color: #E2A5EB; }
span { border-color: rgb(226,165,235); }
td.TdClassName
{
border-color: #E2A5EB;
}
.TagClassName
{
border-color: #E2A5EB;
}
</style>