Shades of Plum #E4A6DE
Tints of Plum #E4A6DE
RGB
CMYK
RGB Variations
Color information
#E4A6DE (or 0xE4A6DE) is known color: Plum. HEX triplet: E4, A6 and DE. RGB value is (228,166,222). Sum of RGB (Red+Green+Blue) = 228+166+222=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A6DE is #1B5921. Grayscale: #BEBEBE. Windows color (decimal): -1792290 or 14591716. OLE color: 14591716.
HSL color Cylindrical-coordinate representation of color #E4A6DE: hue angle of 305.81º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4A6DE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 166 | 222 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.11 |
| HSL | 305.81º | 0.53% | 0.77% | - |
| HSV(B) | 305.81º | 0.27% | 0.89% | - |
| XYZ | 58.82 | 49.04 | 75.47 | - |
| YUV | 190.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 222 | 0 | 0.27 | 0.03 | 0.11 | 305.81 | 0.53 | 0.77 |
| Hex | E4 | A6 | DE | 0 | 1B | 3 | B | 132 | 35 | 4D |
| Octal | 344 | 246 | 336 | 0 | 33 | 3 | 13 | 462 | 65 | 115 |
| Binary | 11100100 | 10100110 | 11011110 | 0 | 11011 | 11 | 1011 | 100110010 | 110101 | 1001101 |
Color Harmonies of #E4A6DE
Complementary color
Monochromatic Colors of #E4A6DE
Black with #E4A6DE
Text Example
Text Example
White with #E4A6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A6DE; }
p { color: rgb(228,166,222); }
H1.HeaderClassName
{
color: #E4A6DE;
}
.AnyTagClassName
{
color: #E4A6DE;
}
</style>
background-color css
<style>
a { background-color: #E4A6DE; }
a { background-color: rgb(228,166,222); }
div.DivClassName
{
background-color: #E4A6DE;
}
.BgClassName
{
background-color: #E4A6DE;
}
</style>
border-color css
<style>
span { border-color: #E4A6DE; }
span { border-color: rgb(228,166,222); }
td.TdClassName
{
border-color: #E4A6DE;
}
.TagClassName
{
border-color: #E4A6DE;
}
</style>