Shades of Plum #E3AEED
Tints of Plum #E3AEED
RGB
CMYK
RGB Variations
Color information
#E3AEED (or 0xE3AEED) is known color: Plum. HEX triplet: E3, AE and ED. RGB value is (227,174,237). Sum of RGB (Red+Green+Blue) = 227+174+237=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEED is #1C5112. Grayscale: #C4C4C4. Windows color (decimal): -1855763 or 15576803. OLE color: 15576803.
HSL color Cylindrical-coordinate representation of color #E3AEED: hue angle of 290.48º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3AEED is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 174 | 237 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.07 |
| HSL | 290.48º | 0.64% | 0.81% | - |
| HSV(B) | 290.48º | 0.27% | 0.93% | - |
| XYZ | 62.1 | 52.72 | 87.02 | - |
| YUV | 197.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 237 | 0.04 | 0.27 | 0 | 0.07 | 290.48 | 0.64 | 0.81 |
| Hex | E3 | AE | ED | 4 | 1B | 0 | 7 | 122 | 40 | 51 |
| Octal | 343 | 256 | 355 | 4 | 33 | 0 | 7 | 442 | 100 | 121 |
| Binary | 11100011 | 10101110 | 11101101 | 100 | 11011 | 0 | 111 | 100100010 | 1000000 | 1010001 |
Color Harmonies of #E3AEED
Complementary color
Monochromatic Colors of #E3AEED
Black with #E3AEED
Text Example
Text Example
White with #E3AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEED; }
p { color: rgb(227,174,237); }
H1.HeaderClassName
{
color: #E3AEED;
}
.AnyTagClassName
{
color: #E3AEED;
}
</style>
background-color css
<style>
a { background-color: #E3AEED; }
a { background-color: rgb(227,174,237); }
div.DivClassName
{
background-color: #E3AEED;
}
.BgClassName
{
background-color: #E3AEED;
}
</style>
border-color css
<style>
span { border-color: #E3AEED; }
span { border-color: rgb(227,174,237); }
td.TdClassName
{
border-color: #E3AEED;
}
.TagClassName
{
border-color: #E3AEED;
}
</style>