Shades of Mauve #E0ADEE
Tints of Mauve #E0ADEE
RGB
CMYK
RGB Variations
Color information
#E0ADEE (or 0xE0ADEE) is known color: Mauve. HEX triplet: E0, AD and EE. RGB value is (224,173,238). Sum of RGB (Red+Green+Blue) = 224+173+238=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADEE is #1F5211. Grayscale: #C3C3C3. Windows color (decimal): -2052626 or 15642080. OLE color: 15642080.
HSL color Cylindrical-coordinate representation of color #E0ADEE: hue angle of 287.08º degrees, saturation: 0.66, 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 #E0ADEE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 173 | 238 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.07 |
| HSL | 287.08º | 0.66% | 0.81% | - |
| HSV(B) | 287.08º | 0.27% | 0.93% | - |
| XYZ | 61.12 | 51.91 | 87.69 | - |
| YUV | 195.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 238 | 0.06 | 0.27 | 0 | 0.07 | 287.08 | 0.66 | 0.81 |
| Hex | E0 | AD | EE | 6 | 1B | 0 | 7 | 11F | 42 | 51 |
| Octal | 340 | 255 | 356 | 6 | 33 | 0 | 7 | 437 | 102 | 121 |
| Binary | 11100000 | 10101101 | 11101110 | 110 | 11011 | 0 | 111 | 100011111 | 1000010 | 1010001 |
Color Harmonies of #E0ADEE
Complementary color
Monochromatic Colors of #E0ADEE
Black with #E0ADEE
Text Example
Text Example
White with #E0ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADEE; }
p { color: rgb(224,173,238); }
H1.HeaderClassName
{
color: #E0ADEE;
}
.AnyTagClassName
{
color: #E0ADEE;
}
</style>
background-color css
<style>
a { background-color: #E0ADEE; }
a { background-color: rgb(224,173,238); }
div.DivClassName
{
background-color: #E0ADEE;
}
.BgClassName
{
background-color: #E0ADEE;
}
</style>
border-color css
<style>
span { border-color: #E0ADEE; }
span { border-color: rgb(224,173,238); }
td.TdClassName
{
border-color: #E0ADEE;
}
.TagClassName
{
border-color: #E0ADEE;
}
</style>