Shades of Mauve #E5ADF3
Tints of Mauve #E5ADF3
RGB
CMYK
RGB Variations
Color information
#E5ADF3 (or 0xE5ADF3) is known color: Mauve. HEX triplet: E5, AD and F3. RGB value is (229,173,243). Sum of RGB (Red+Green+Blue) = 229+173+243=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADF3 is #1A520C. Grayscale: #C5C5C5. Windows color (decimal): -1724941 or 15969765. OLE color: 15969765.
HSL color Cylindrical-coordinate representation of color #E5ADF3: hue angle of 288º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5ADF3 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 173 | 243 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.05 |
| HSL | 288º | 0.74% | 0.82% | - |
| HSV(B) | 288º | 0.29% | 0.95% | - |
| XYZ | 63.43 | 53.02 | 91.68 | - |
| YUV | 197.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 243 | 0.06 | 0.29 | 0 | 0.05 | 288 | 0.74 | 0.82 |
| Hex | E5 | AD | F3 | 6 | 1D | 0 | 5 | 120 | 4A | 52 |
| Octal | 345 | 255 | 363 | 6 | 35 | 0 | 5 | 440 | 112 | 122 |
| Binary | 11100101 | 10101101 | 11110011 | 110 | 11101 | 0 | 101 | 100100000 | 1001010 | 1010010 |
Color Harmonies of #E5ADF3
Complementary color
Monochromatic Colors of #E5ADF3
Black with #E5ADF3
Text Example
Text Example
White with #E5ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADF3; }
p { color: rgb(229,173,243); }
H1.HeaderClassName
{
color: #E5ADF3;
}
.AnyTagClassName
{
color: #E5ADF3;
}
</style>
background-color css
<style>
a { background-color: #E5ADF3; }
a { background-color: rgb(229,173,243); }
div.DivClassName
{
background-color: #E5ADF3;
}
.BgClassName
{
background-color: #E5ADF3;
}
</style>
border-color css
<style>
span { border-color: #E5ADF3; }
span { border-color: rgb(229,173,243); }
td.TdClassName
{
border-color: #E5ADF3;
}
.TagClassName
{
border-color: #E5ADF3;
}
</style>