Shades of Mauve #E0AEED
Tints of Mauve #E0AEED
RGB
CMYK
RGB Variations
Color information
#E0AEED (or 0xE0AEED) is known color: Mauve. HEX triplet: E0, AE and ED. RGB value is (224,174,237). Sum of RGB (Red+Green+Blue) = 224+174+237=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEED is #1F5112. Grayscale: #C3C3C3. Windows color (decimal): -2052371 or 15576800. OLE color: 15576800.
HSL color Cylindrical-coordinate representation of color #E0AEED: hue angle of 287.62º 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 #E0AEED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 174 | 237 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.07 |
| HSL | 287.62º | 0.64% | 0.81% | - |
| HSV(B) | 287.62º | 0.27% | 0.93% | - |
| XYZ | 61.16 | 52.23 | 86.98 | - |
| YUV | 196.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 237 | 0.05 | 0.27 | 0 | 0.07 | 287.62 | 0.64 | 0.81 |
| Hex | E0 | AE | ED | 5 | 1B | 0 | 7 | 120 | 40 | 51 |
| Octal | 340 | 256 | 355 | 5 | 33 | 0 | 7 | 440 | 100 | 121 |
| Binary | 11100000 | 10101110 | 11101101 | 101 | 11011 | 0 | 111 | 100100000 | 1000000 | 1010001 |
Color Harmonies of #E0AEED
Complementary color
Monochromatic Colors of #E0AEED
Black with #E0AEED
Text Example
Text Example
White with #E0AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEED; }
p { color: rgb(224,174,237); }
H1.HeaderClassName
{
color: #E0AEED;
}
.AnyTagClassName
{
color: #E0AEED;
}
</style>
background-color css
<style>
a { background-color: #E0AEED; }
a { background-color: rgb(224,174,237); }
div.DivClassName
{
background-color: #E0AEED;
}
.BgClassName
{
background-color: #E0AEED;
}
</style>
border-color css
<style>
span { border-color: #E0AEED; }
span { border-color: rgb(224,174,237); }
td.TdClassName
{
border-color: #E0AEED;
}
.TagClassName
{
border-color: #E0AEED;
}
</style>