Shades of Mauve #E4ADEF
Tints of Mauve #E4ADEF
RGB
CMYK
RGB Variations
Color information
#E4ADEF (or 0xE4ADEF) is known color: Mauve. HEX triplet: E4, AD and EF. RGB value is (228,173,239). Sum of RGB (Red+Green+Blue) = 228+173+239=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADEF is #1B5210. Grayscale: #C4C4C4. Windows color (decimal): -1790481 or 15707620. OLE color: 15707620.
HSL color Cylindrical-coordinate representation of color #E4ADEF: hue angle of 290º 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 #E4ADEF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 173 | 239 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.06 |
| HSL | 290º | 0.67% | 0.81% | - |
| HSV(B) | 290º | 0.28% | 0.94% | - |
| XYZ | 62.52 | 52.61 | 88.52 | - |
| YUV | 196.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 239 | 0.05 | 0.28 | 0 | 0.06 | 290 | 0.67 | 0.81 |
| Hex | E4 | AD | EF | 5 | 1C | 0 | 6 | 122 | 43 | 51 |
| Octal | 344 | 255 | 357 | 5 | 34 | 0 | 6 | 442 | 103 | 121 |
| Binary | 11100100 | 10101101 | 11101111 | 101 | 11100 | 0 | 110 | 100100010 | 1000011 | 1010001 |
Color Harmonies of #E4ADEF
Complementary color
Monochromatic Colors of #E4ADEF
Black with #E4ADEF
Text Example
Text Example
White with #E4ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADEF; }
p { color: rgb(228,173,239); }
H1.HeaderClassName
{
color: #E4ADEF;
}
.AnyTagClassName
{
color: #E4ADEF;
}
</style>
background-color css
<style>
a { background-color: #E4ADEF; }
a { background-color: rgb(228,173,239); }
div.DivClassName
{
background-color: #E4ADEF;
}
.BgClassName
{
background-color: #E4ADEF;
}
</style>
border-color css
<style>
span { border-color: #E4ADEF; }
span { border-color: rgb(228,173,239); }
td.TdClassName
{
border-color: #E4ADEF;
}
.TagClassName
{
border-color: #E4ADEF;
}
</style>