Shades of Plum #E5A3DC
Tints of Plum #E5A3DC
RGB
CMYK
RGB Variations
Color information
#E5A3DC (or 0xE5A3DC) is known color: Plum. HEX triplet: E5, A3 and DC. RGB value is (229,163,220). Sum of RGB (Red+Green+Blue) = 229+163+220=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3DC is #1A5C23. Grayscale: #BDBDBD. Windows color (decimal): -1727524 or 14459877. OLE color: 14459877.
HSL color Cylindrical-coordinate representation of color #E5A3DC: hue angle of 308.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3DC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 220 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.10 |
| HSL | 308.18º | 0.56% | 0.77% | - |
| HSV(B) | 308.18º | 0.29% | 0.9% | - |
| XYZ | 58.33 | 48.02 | 73.9 | - |
| YUV | 189.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 220 | 0 | 0.29 | 0.04 | 0.10 | 308.18 | 0.56 | 0.77 |
| Hex | E5 | A3 | DC | 0 | 1D | 4 | A | 134 | 38 | 4D |
| Octal | 345 | 243 | 334 | 0 | 35 | 4 | 12 | 464 | 70 | 115 |
| Binary | 11100101 | 10100011 | 11011100 | 0 | 11101 | 100 | 1010 | 100110100 | 111000 | 1001101 |
Color Harmonies of #E5A3DC
Complementary color
Monochromatic Colors of #E5A3DC
Black with #E5A3DC
Text Example
Text Example
White with #E5A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3DC; }
p { color: rgb(229,163,220); }
H1.HeaderClassName
{
color: #E5A3DC;
}
.AnyTagClassName
{
color: #E5A3DC;
}
</style>
background-color css
<style>
a { background-color: #E5A3DC; }
a { background-color: rgb(229,163,220); }
div.DivClassName
{
background-color: #E5A3DC;
}
.BgClassName
{
background-color: #E5A3DC;
}
</style>
border-color css
<style>
span { border-color: #E5A3DC; }
span { border-color: rgb(229,163,220); }
td.TdClassName
{
border-color: #E5A3DC;
}
.TagClassName
{
border-color: #E5A3DC;
}
</style>