Shades of Plum #E0AEE0
Tints of Plum #E0AEE0
RGB
CMYK
RGB Variations
Color information
#E0AEE0 (or 0xE0AEE0) is known color: Plum. HEX triplet: E0, AE and E0. RGB value is (224,174,224). Sum of RGB (Red+Green+Blue) = 224+174+224=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEE0 is #1F511F. Grayscale: #C2C2C2. Windows color (decimal): -2052384 or 14724832. OLE color: 14724832.
HSL color Cylindrical-coordinate representation of color #E0AEE0: hue angle of 300º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AEE0 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 224 | - |
| CMYK | 0 | 0.22 | 0 | 0.12 |
| HSL | 300º | 0.45% | 0.78% | - |
| HSV(B) | 300º | 0.22% | 0.88% | - |
| XYZ | 59.33 | 51.5 | 77.33 | - |
| YUV | 194.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 224 | 0 | 0.22 | 0 | 0.12 | 300 | 0.45 | 0.78 |
| Hex | E0 | AE | E0 | 0 | 16 | 0 | C | 12C | 2D | 4E |
| Octal | 340 | 256 | 340 | 0 | 26 | 0 | 14 | 454 | 55 | 116 |
| Binary | 11100000 | 10101110 | 11100000 | 0 | 10110 | 0 | 1100 | 100101100 | 101101 | 1001110 |
Color Harmonies of #E0AEE0
Complementary color
Monochromatic Colors of #E0AEE0
Black with #E0AEE0
Text Example
Text Example
White with #E0AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEE0; }
p { color: rgb(224,174,224); }
H1.HeaderClassName
{
color: #E0AEE0;
}
.AnyTagClassName
{
color: #E0AEE0;
}
</style>
background-color css
<style>
a { background-color: #E0AEE0; }
a { background-color: rgb(224,174,224); }
div.DivClassName
{
background-color: #E0AEE0;
}
.BgClassName
{
background-color: #E0AEE0;
}
</style>
border-color css
<style>
span { border-color: #E0AEE0; }
span { border-color: rgb(224,174,224); }
td.TdClassName
{
border-color: #E0AEE0;
}
.TagClassName
{
border-color: #E0AEE0;
}
</style>