Shades of Mauve #E0ADED
Tints of Mauve #E0ADED
RGB
CMYK
RGB Variations
Color information
#E0ADED (or 0xE0ADED) is known color: Mauve. HEX triplet: E0, AD and ED. RGB value is (224,173,237). Sum of RGB (Red+Green+Blue) = 224+173+237=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADED is #1F5212. Grayscale: #C3C3C3. Windows color (decimal): -2052627 or 15576544. OLE color: 15576544.
HSL color Cylindrical-coordinate representation of color #E0ADED: hue angle of 287.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0ADED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 173 | 237 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.07 |
| HSL | 287.81º | 0.64% | 0.8% | - |
| HSV(B) | 287.81º | 0.27% | 0.93% | - |
| XYZ | 60.97 | 51.85 | 86.92 | - |
| YUV | 195.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 237 | 0.05 | 0.27 | 0 | 0.07 | 287.81 | 0.64 | 0.8 |
| Hex | E0 | AD | ED | 5 | 1B | 0 | 7 | 120 | 40 | 50 |
| Octal | 340 | 255 | 355 | 5 | 33 | 0 | 7 | 440 | 100 | 120 |
| Binary | 11100000 | 10101101 | 11101101 | 101 | 11011 | 0 | 111 | 100100000 | 1000000 | 1010000 |
Color Harmonies of #E0ADED
Complementary color
Monochromatic Colors of #E0ADED
Black with #E0ADED
Text Example
Text Example
White with #E0ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADED; }
p { color: rgb(224,173,237); }
H1.HeaderClassName
{
color: #E0ADED;
}
.AnyTagClassName
{
color: #E0ADED;
}
</style>
background-color css
<style>
a { background-color: #E0ADED; }
a { background-color: rgb(224,173,237); }
div.DivClassName
{
background-color: #E0ADED;
}
.BgClassName
{
background-color: #E0ADED;
}
</style>
border-color css
<style>
span { border-color: #E0ADED; }
span { border-color: rgb(224,173,237); }
td.TdClassName
{
border-color: #E0ADED;
}
.TagClassName
{
border-color: #E0ADED;
}
</style>