Shades of Plum #E1A2E5
Tints of Plum #E1A2E5
RGB
CMYK
RGB Variations
Color information
#E1A2E5 (or 0xE1A2E5) is known color: Plum. HEX triplet: E1, A2 and E5. RGB value is (225,162,229). Sum of RGB (Red+Green+Blue) = 225+162+229=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2E5 is #1E5D1A. Grayscale: #BCBCBC. Windows color (decimal): -1989915 or 15049441. OLE color: 15049441.
HSL color Cylindrical-coordinate representation of color #E1A2E5: hue angle of 296.42º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A2E5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 162 | 229 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.10 |
| HSL | 296.42º | 0.56% | 0.77% | - |
| HSV(B) | 296.42º | 0.29% | 0.9% | - |
| XYZ | 58.11 | 47.51 | 80.24 | - |
| YUV | 188.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 229 | 0.02 | 0.29 | 0 | 0.10 | 296.42 | 0.56 | 0.77 |
| Hex | E1 | A2 | E5 | 2 | 1D | 0 | A | 128 | 38 | 4D |
| Octal | 341 | 242 | 345 | 2 | 35 | 0 | 12 | 450 | 70 | 115 |
| Binary | 11100001 | 10100010 | 11100101 | 10 | 11101 | 0 | 1010 | 100101000 | 111000 | 1001101 |
Color Harmonies of #E1A2E5
Complementary color
Monochromatic Colors of #E1A2E5
Black with #E1A2E5
Text Example
Text Example
White with #E1A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2E5; }
p { color: rgb(225,162,229); }
H1.HeaderClassName
{
color: #E1A2E5;
}
.AnyTagClassName
{
color: #E1A2E5;
}
</style>
background-color css
<style>
a { background-color: #E1A2E5; }
a { background-color: rgb(225,162,229); }
div.DivClassName
{
background-color: #E1A2E5;
}
.BgClassName
{
background-color: #E1A2E5;
}
</style>
border-color css
<style>
span { border-color: #E1A2E5; }
span { border-color: rgb(225,162,229); }
td.TdClassName
{
border-color: #E1A2E5;
}
.TagClassName
{
border-color: #E1A2E5;
}
</style>