Shades of Plum #E1A4EB
Tints of Plum #E1A4EB
RGB
CMYK
RGB Variations
Color information
#E1A4EB (or 0xE1A4EB) is known color: Plum. HEX triplet: E1, A4 and EB. RGB value is (225,164,235). Sum of RGB (Red+Green+Blue) = 225+164+235=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4EB is #1E5B14. Grayscale: #BEBEBE. Windows color (decimal): -1989397 or 15443169. OLE color: 15443169.
HSL color Cylindrical-coordinate representation of color #E1A4EB: hue angle of 291.55º 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 #E1A4EB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 164 | 235 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.08 |
| HSL | 291.55º | 0.64% | 0.78% | - |
| HSV(B) | 291.55º | 0.3% | 0.92% | - |
| XYZ | 59.32 | 48.56 | 84.84 | - |
| YUV | 190.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 235 | 0.04 | 0.30 | 0 | 0.08 | 291.55 | 0.64 | 0.78 |
| Hex | E1 | A4 | EB | 4 | 1E | 0 | 8 | 124 | 40 | 4E |
| Octal | 341 | 244 | 353 | 4 | 36 | 0 | 10 | 444 | 100 | 116 |
| Binary | 11100001 | 10100100 | 11101011 | 100 | 11110 | 0 | 1000 | 100100100 | 1000000 | 1001110 |
Color Harmonies of #E1A4EB
Complementary color
Monochromatic Colors of #E1A4EB
Black with #E1A4EB
Text Example
Text Example
White with #E1A4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4EB; }
p { color: rgb(225,164,235); }
H1.HeaderClassName
{
color: #E1A4EB;
}
.AnyTagClassName
{
color: #E1A4EB;
}
</style>
background-color css
<style>
a { background-color: #E1A4EB; }
a { background-color: rgb(225,164,235); }
div.DivClassName
{
background-color: #E1A4EB;
}
.BgClassName
{
background-color: #E1A4EB;
}
</style>
border-color css
<style>
span { border-color: #E1A4EB; }
span { border-color: rgb(225,164,235); }
td.TdClassName
{
border-color: #E1A4EB;
}
.TagClassName
{
border-color: #E1A4EB;
}
</style>