Shades of Plum #E5A1EB
Tints of Plum #E5A1EB
RGB
CMYK
RGB Variations
Color information
#E5A1EB (or 0xE5A1EB) is known color: Plum. HEX triplet: E5, A1 and EB. RGB value is (229,161,235). Sum of RGB (Red+Green+Blue) = 229+161+235=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A1EB is #1A5E14. Grayscale: #BDBDBD. Windows color (decimal): -1728021 or 15442405. OLE color: 15442405.
HSL color Cylindrical-coordinate representation of color #E5A1EB: hue angle of 295.14º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A1EB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 161 | 235 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.08 |
| HSL | 295.14º | 0.65% | 0.78% | - |
| HSV(B) | 295.14º | 0.31% | 0.92% | - |
| XYZ | 60.05 | 48.15 | 84.73 | - |
| YUV | 189.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 235 | 0.03 | 0.31 | 0 | 0.08 | 295.14 | 0.65 | 0.78 |
| Hex | E5 | A1 | EB | 3 | 1F | 0 | 8 | 127 | 41 | 4E |
| Octal | 345 | 241 | 353 | 3 | 37 | 0 | 10 | 447 | 101 | 116 |
| Binary | 11100101 | 10100001 | 11101011 | 11 | 11111 | 0 | 1000 | 100100111 | 1000001 | 1001110 |
Color Harmonies of #E5A1EB
Complementary color
Monochromatic Colors of #E5A1EB
Black with #E5A1EB
Text Example
Text Example
White with #E5A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1EB; }
p { color: rgb(229,161,235); }
H1.HeaderClassName
{
color: #E5A1EB;
}
.AnyTagClassName
{
color: #E5A1EB;
}
</style>
background-color css
<style>
a { background-color: #E5A1EB; }
a { background-color: rgb(229,161,235); }
div.DivClassName
{
background-color: #E5A1EB;
}
.BgClassName
{
background-color: #E5A1EB;
}
</style>
border-color css
<style>
span { border-color: #E5A1EB; }
span { border-color: rgb(229,161,235); }
td.TdClassName
{
border-color: #E5A1EB;
}
.TagClassName
{
border-color: #E5A1EB;
}
</style>