Shades of Plum #E5A3D8
Tints of Plum #E5A3D8
RGB
CMYK
RGB Variations
Color information
#E5A3D8 (or 0xE5A3D8) is known color: Plum. HEX triplet: E5, A3 and D8. RGB value is (229,163,216). Sum of RGB (Red+Green+Blue) = 229+163+216=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3D8 is #1A5C27. Grayscale: #BCBCBC. Windows color (decimal): -1727528 or 14197733. OLE color: 14197733.
HSL color Cylindrical-coordinate representation of color #E5A3D8: hue angle of 311.82º 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 #E5A3D8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 216 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.10 |
| HSL | 311.82º | 0.56% | 0.77% | - |
| HSV(B) | 311.82º | 0.29% | 0.9% | - |
| XYZ | 57.8 | 47.81 | 71.15 | - |
| YUV | 188.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 216 | 0 | 0.29 | 0.06 | 0.10 | 311.82 | 0.56 | 0.77 |
| Hex | E5 | A3 | D8 | 0 | 1D | 6 | A | 138 | 38 | 4D |
| Octal | 345 | 243 | 330 | 0 | 35 | 6 | 12 | 470 | 70 | 115 |
| Binary | 11100101 | 10100011 | 11011000 | 0 | 11101 | 110 | 1010 | 100111000 | 111000 | 1001101 |
Color Harmonies of #E5A3D8
Complementary color
Monochromatic Colors of #E5A3D8
Black with #E5A3D8
Text Example
Text Example
White with #E5A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3D8; }
p { color: rgb(229,163,216); }
H1.HeaderClassName
{
color: #E5A3D8;
}
.AnyTagClassName
{
color: #E5A3D8;
}
</style>
background-color css
<style>
a { background-color: #E5A3D8; }
a { background-color: rgb(229,163,216); }
div.DivClassName
{
background-color: #E5A3D8;
}
.BgClassName
{
background-color: #E5A3D8;
}
</style>
border-color css
<style>
span { border-color: #E5A3D8; }
span { border-color: rgb(229,163,216); }
td.TdClassName
{
border-color: #E5A3D8;
}
.TagClassName
{
border-color: #E5A3D8;
}
</style>