Shades of Plum #E4A3DE
Tints of Plum #E4A3DE
RGB
CMYK
RGB Variations
Color information
#E4A3DE (or 0xE4A3DE) is known color: Plum. HEX triplet: E4, A3 and DE. RGB value is (228,163,222). Sum of RGB (Red+Green+Blue) = 228+163+222=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A3DE is #1B5C21. Grayscale: #BCBCBC. Windows color (decimal): -1793058 or 14590948. OLE color: 14590948.
HSL color Cylindrical-coordinate representation of color #E4A3DE: hue angle of 305.54º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4A3DE is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 163 | 222 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.11 |
| HSL | 305.54º | 0.55% | 0.77% | - |
| HSV(B) | 305.54º | 0.29% | 0.89% | - |
| XYZ | 58.28 | 47.96 | 75.29 | - |
| YUV | 189.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 163 | 222 | 0 | 0.29 | 0.03 | 0.11 | 305.54 | 0.55 | 0.77 |
| Hex | E4 | A3 | DE | 0 | 1D | 3 | B | 132 | 37 | 4D |
| Octal | 344 | 243 | 336 | 0 | 35 | 3 | 13 | 462 | 67 | 115 |
| Binary | 11100100 | 10100011 | 11011110 | 0 | 11101 | 11 | 1011 | 100110010 | 110111 | 1001101 |
Color Harmonies of #E4A3DE
Complementary color
Monochromatic Colors of #E4A3DE
Black with #E4A3DE
Text Example
Text Example
White with #E4A3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A3DE; }
p { color: rgb(228,163,222); }
H1.HeaderClassName
{
color: #E4A3DE;
}
.AnyTagClassName
{
color: #E4A3DE;
}
</style>
background-color css
<style>
a { background-color: #E4A3DE; }
a { background-color: rgb(228,163,222); }
div.DivClassName
{
background-color: #E4A3DE;
}
.BgClassName
{
background-color: #E4A3DE;
}
</style>
border-color css
<style>
span { border-color: #E4A3DE; }
span { border-color: rgb(228,163,222); }
td.TdClassName
{
border-color: #E4A3DE;
}
.TagClassName
{
border-color: #E4A3DE;
}
</style>