Shades of Plum #E5A3EB
Tints of Plum #E5A3EB
RGB
CMYK
RGB Variations
Color information
#E5A3EB (or 0xE5A3EB) is known color: Plum. HEX triplet: E5, A3 and EB. RGB value is (229,163,235). Sum of RGB (Red+Green+Blue) = 229+163+235=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A3EB is #1A5C14. Grayscale: #BEBEBE. Windows color (decimal): -1727509 or 15442917. OLE color: 15442917.
HSL color Cylindrical-coordinate representation of color #E5A3EB: hue angle of 295º degrees, saturation: 0.64, 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 #E5A3EB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 163 | 235 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.08 |
| HSL | 295º | 0.64% | 0.78% | - |
| HSV(B) | 295º | 0.31% | 0.92% | - |
| XYZ | 60.41 | 48.85 | 84.84 | - |
| YUV | 190.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 235 | 0.03 | 0.31 | 0 | 0.08 | 295 | 0.64 | 0.78 |
| Hex | E5 | A3 | EB | 3 | 1F | 0 | 8 | 127 | 40 | 4E |
| Octal | 345 | 243 | 353 | 3 | 37 | 0 | 10 | 447 | 100 | 116 |
| Binary | 11100101 | 10100011 | 11101011 | 11 | 11111 | 0 | 1000 | 100100111 | 1000000 | 1001110 |
Color Harmonies of #E5A3EB
Complementary color
Monochromatic Colors of #E5A3EB
Black with #E5A3EB
Text Example
Text Example
White with #E5A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3EB; }
p { color: rgb(229,163,235); }
H1.HeaderClassName
{
color: #E5A3EB;
}
.AnyTagClassName
{
color: #E5A3EB;
}
</style>
background-color css
<style>
a { background-color: #E5A3EB; }
a { background-color: rgb(229,163,235); }
div.DivClassName
{
background-color: #E5A3EB;
}
.BgClassName
{
background-color: #E5A3EB;
}
</style>
border-color css
<style>
span { border-color: #E5A3EB; }
span { border-color: rgb(229,163,235); }
td.TdClassName
{
border-color: #E5A3EB;
}
.TagClassName
{
border-color: #E5A3EB;
}
</style>