Shades of Plum #E1A5EA
Tints of Plum #E1A5EA
RGB
CMYK
RGB Variations
Color information
#E1A5EA (or 0xE1A5EA) is known color: Plum. HEX triplet: E1, A5 and EA. RGB value is (225,165,234). Sum of RGB (Red+Green+Blue) = 225+165+234=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A5EA is #1E5A15. Grayscale: #BEBEBE. Windows color (decimal): -1989142 or 15377889. OLE color: 15377889.
HSL color Cylindrical-coordinate representation of color #E1A5EA: hue angle of 292.17º 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 #E1A5EA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 165 | 234 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.08 |
| HSL | 292.17º | 0.62% | 0.78% | - |
| HSV(B) | 292.17º | 0.29% | 0.92% | - |
| XYZ | 59.36 | 48.86 | 84.14 | - |
| YUV | 190.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 234 | 0.04 | 0.29 | 0 | 0.08 | 292.17 | 0.62 | 0.78 |
| Hex | E1 | A5 | EA | 4 | 1D | 0 | 8 | 124 | 3E | 4E |
| Octal | 341 | 245 | 352 | 4 | 35 | 0 | 10 | 444 | 76 | 116 |
| Binary | 11100001 | 10100101 | 11101010 | 100 | 11101 | 0 | 1000 | 100100100 | 111110 | 1001110 |
Color Harmonies of #E1A5EA
Complementary color
Monochromatic Colors of #E1A5EA
Black with #E1A5EA
Text Example
Text Example
White with #E1A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5EA; }
p { color: rgb(225,165,234); }
H1.HeaderClassName
{
color: #E1A5EA;
}
.AnyTagClassName
{
color: #E1A5EA;
}
</style>
background-color css
<style>
a { background-color: #E1A5EA; }
a { background-color: rgb(225,165,234); }
div.DivClassName
{
background-color: #E1A5EA;
}
.BgClassName
{
background-color: #E1A5EA;
}
</style>
border-color css
<style>
span { border-color: #E1A5EA; }
span { border-color: rgb(225,165,234); }
td.TdClassName
{
border-color: #E1A5EA;
}
.TagClassName
{
border-color: #E1A5EA;
}
</style>