Shades of Plum #E5A3EC
Tints of Plum #E5A3EC
RGB
CMYK
RGB Variations
Color information
#E5A3EC (or 0xE5A3EC) is known color: Plum. HEX triplet: E5, A3 and EC. RGB value is (229,163,236). Sum of RGB (Red+Green+Blue) = 229+163+236=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A3EC is #1A5C13. Grayscale: #BEBEBE. Windows color (decimal): -1727508 or 15508453. OLE color: 15508453.
HSL color Cylindrical-coordinate representation of color #E5A3EC: hue angle of 294.25º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A3EC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 163 | 236 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.07 |
| HSL | 294.25º | 0.66% | 0.78% | - |
| HSV(B) | 294.25º | 0.31% | 0.93% | - |
| XYZ | 60.55 | 48.91 | 85.61 | - |
| YUV | 191.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 236 | 0.03 | 0.31 | 0 | 0.07 | 294.25 | 0.66 | 0.78 |
| Hex | E5 | A3 | EC | 3 | 1F | 0 | 7 | 126 | 42 | 4E |
| Octal | 345 | 243 | 354 | 3 | 37 | 0 | 7 | 446 | 102 | 116 |
| Binary | 11100101 | 10100011 | 11101100 | 11 | 11111 | 0 | 111 | 100100110 | 1000010 | 1001110 |
Color Harmonies of #E5A3EC
Complementary color
Monochromatic Colors of #E5A3EC
Black with #E5A3EC
Text Example
Text Example
White with #E5A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3EC; }
p { color: rgb(229,163,236); }
H1.HeaderClassName
{
color: #E5A3EC;
}
.AnyTagClassName
{
color: #E5A3EC;
}
</style>
background-color css
<style>
a { background-color: #E5A3EC; }
a { background-color: rgb(229,163,236); }
div.DivClassName
{
background-color: #E5A3EC;
}
.BgClassName
{
background-color: #E5A3EC;
}
</style>
border-color css
<style>
span { border-color: #E5A3EC; }
span { border-color: rgb(229,163,236); }
td.TdClassName
{
border-color: #E5A3EC;
}
.TagClassName
{
border-color: #E5A3EC;
}
</style>