Shades of Plum #E4A6ED
Tints of Plum #E4A6ED
RGB
CMYK
RGB Variations
Color information
#E4A6ED (or 0xE4A6ED) is known color: Plum. HEX triplet: E4, A6 and ED. RGB value is (228,166,237). Sum of RGB (Red+Green+Blue) = 228+166+237=631 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.13% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4A6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A6ED is #1B5912. Grayscale: #C0C0C0. Windows color (decimal): -1792275 or 15574756. OLE color: 15574756.
HSL color Cylindrical-coordinate representation of color #E4A6ED: hue angle of 292.39º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4A6ED is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 166 | 237 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.07 |
| HSL | 292.39º | 0.66% | 0.79% | - |
| HSV(B) | 292.39º | 0.3% | 0.93% | - |
| XYZ | 60.92 | 49.88 | 86.54 | - |
| YUV | 192.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 237 | 0.04 | 0.30 | 0 | 0.07 | 292.39 | 0.66 | 0.79 |
| Hex | E4 | A6 | ED | 4 | 1E | 0 | 7 | 124 | 42 | 4F |
| Octal | 344 | 246 | 355 | 4 | 36 | 0 | 7 | 444 | 102 | 117 |
| Binary | 11100100 | 10100110 | 11101101 | 100 | 11110 | 0 | 111 | 100100100 | 1000010 | 1001111 |
Color Harmonies of #E4A6ED
Complementary color
Monochromatic Colors of #E4A6ED
Black with #E4A6ED
Text Example
Text Example
White with #E4A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A6ED; }
p { color: rgb(228,166,237); }
H1.HeaderClassName
{
color: #E4A6ED;
}
.AnyTagClassName
{
color: #E4A6ED;
}
</style>
background-color css
<style>
a { background-color: #E4A6ED; }
a { background-color: rgb(228,166,237); }
div.DivClassName
{
background-color: #E4A6ED;
}
.BgClassName
{
background-color: #E4A6ED;
}
</style>
border-color css
<style>
span { border-color: #E4A6ED; }
span { border-color: rgb(228,166,237); }
td.TdClassName
{
border-color: #E4A6ED;
}
.TagClassName
{
border-color: #E4A6ED;
}
</style>