Shades of Mauve #E4ADF0
Tints of Mauve #E4ADF0
RGB
CMYK
RGB Variations
Color information
#E4ADF0 (or 0xE4ADF0) is known color: Mauve. HEX triplet: E4, AD and F0. RGB value is (228,173,240). Sum of RGB (Red+Green+Blue) = 228+173+240=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADF0 is #1B520F. Grayscale: #C4C4C4. Windows color (decimal): -1790480 or 15773156. OLE color: 15773156.
HSL color Cylindrical-coordinate representation of color #E4ADF0: hue angle of 289.25º degrees, saturation: 0.69, 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 #E4ADF0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 173 | 240 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.06 |
| HSL | 289.25º | 0.69% | 0.81% | - |
| HSV(B) | 289.25º | 0.28% | 0.94% | - |
| XYZ | 62.67 | 52.67 | 89.3 | - |
| YUV | 197.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 240 | 0.05 | 0.28 | 0 | 0.06 | 289.25 | 0.69 | 0.81 |
| Hex | E4 | AD | F0 | 5 | 1C | 0 | 6 | 121 | 45 | 51 |
| Octal | 344 | 255 | 360 | 5 | 34 | 0 | 6 | 441 | 105 | 121 |
| Binary | 11100100 | 10101101 | 11110000 | 101 | 11100 | 0 | 110 | 100100001 | 1000101 | 1010001 |
Color Harmonies of #E4ADF0
Complementary color
Monochromatic Colors of #E4ADF0
Black with #E4ADF0
Text Example
Text Example
White with #E4ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADF0; }
p { color: rgb(228,173,240); }
H1.HeaderClassName
{
color: #E4ADF0;
}
.AnyTagClassName
{
color: #E4ADF0;
}
</style>
background-color css
<style>
a { background-color: #E4ADF0; }
a { background-color: rgb(228,173,240); }
div.DivClassName
{
background-color: #E4ADF0;
}
.BgClassName
{
background-color: #E4ADF0;
}
</style>
border-color css
<style>
span { border-color: #E4ADF0; }
span { border-color: rgb(228,173,240); }
td.TdClassName
{
border-color: #E4ADF0;
}
.TagClassName
{
border-color: #E4ADF0;
}
</style>