Shades of Plum #E3A6EE
Tints of Plum #E3A6EE
RGB
CMYK
RGB Variations
Color information
#E3A6EE (or 0xE3A6EE) is known color: Plum. HEX triplet: E3, A6 and EE. RGB value is (227,166,238). Sum of RGB (Red+Green+Blue) = 227+166+238=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3A6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A6EE is #1C5911. Grayscale: #C0C0C0. Windows color (decimal): -1857810 or 15640291. OLE color: 15640291.
HSL color Cylindrical-coordinate representation of color #E3A6EE: hue angle of 290.83º degrees, saturation: 0.68, 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 #E3A6EE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 166 | 238 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.07 |
| HSL | 290.83º | 0.68% | 0.79% | - |
| HSV(B) | 290.83º | 0.3% | 0.93% | - |
| XYZ | 60.75 | 49.78 | 87.29 | - |
| YUV | 192.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 238 | 0.05 | 0.30 | 0 | 0.07 | 290.83 | 0.68 | 0.79 |
| Hex | E3 | A6 | EE | 5 | 1E | 0 | 7 | 123 | 44 | 4F |
| Octal | 343 | 246 | 356 | 5 | 36 | 0 | 7 | 443 | 104 | 117 |
| Binary | 11100011 | 10100110 | 11101110 | 101 | 11110 | 0 | 111 | 100100011 | 1000100 | 1001111 |
Color Harmonies of #E3A6EE
Complementary color
Monochromatic Colors of #E3A6EE
Black with #E3A6EE
Text Example
Text Example
White with #E3A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A6EE; }
p { color: rgb(227,166,238); }
H1.HeaderClassName
{
color: #E3A6EE;
}
.AnyTagClassName
{
color: #E3A6EE;
}
</style>
background-color css
<style>
a { background-color: #E3A6EE; }
a { background-color: rgb(227,166,238); }
div.DivClassName
{
background-color: #E3A6EE;
}
.BgClassName
{
background-color: #E3A6EE;
}
</style>
border-color css
<style>
span { border-color: #E3A6EE; }
span { border-color: rgb(227,166,238); }
td.TdClassName
{
border-color: #E3A6EE;
}
.TagClassName
{
border-color: #E3A6EE;
}
</style>