Shades of Mauve #E0ADEF
Tints of Mauve #E0ADEF
RGB
CMYK
RGB Variations
Color information
#E0ADEF (or 0xE0ADEF) is known color: Mauve. HEX triplet: E0, AD and EF. RGB value is (224,173,239). Sum of RGB (Red+Green+Blue) = 224+173+239=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADEF is #1F5210. Grayscale: #C3C3C3. Windows color (decimal): -2052625 or 15707616. OLE color: 15707616.
HSL color Cylindrical-coordinate representation of color #E0ADEF: hue angle of 286.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0ADEF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 173 | 239 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.06 |
| HSL | 286.36º | 0.67% | 0.81% | - |
| HSV(B) | 286.36º | 0.28% | 0.94% | - |
| XYZ | 61.26 | 51.97 | 88.46 | - |
| YUV | 195.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 239 | 0.06 | 0.28 | 0 | 0.06 | 286.36 | 0.67 | 0.81 |
| Hex | E0 | AD | EF | 6 | 1C | 0 | 6 | 11E | 43 | 51 |
| Octal | 340 | 255 | 357 | 6 | 34 | 0 | 6 | 436 | 103 | 121 |
| Binary | 11100000 | 10101101 | 11101111 | 110 | 11100 | 0 | 110 | 100011110 | 1000011 | 1010001 |
Color Harmonies of #E0ADEF
Complementary color
Monochromatic Colors of #E0ADEF
Black with #E0ADEF
Text Example
Text Example
White with #E0ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADEF; }
p { color: rgb(224,173,239); }
H1.HeaderClassName
{
color: #E0ADEF;
}
.AnyTagClassName
{
color: #E0ADEF;
}
</style>
background-color css
<style>
a { background-color: #E0ADEF; }
a { background-color: rgb(224,173,239); }
div.DivClassName
{
background-color: #E0ADEF;
}
.BgClassName
{
background-color: #E0ADEF;
}
</style>
border-color css
<style>
span { border-color: #E0ADEF; }
span { border-color: rgb(224,173,239); }
td.TdClassName
{
border-color: #E0ADEF;
}
.TagClassName
{
border-color: #E0ADEF;
}
</style>