Shades of Mauve #E6ADF5
Tints of Mauve #E6ADF5
RGB
CMYK
RGB Variations
Color information
#E6ADF5 (or 0xE6ADF5) is known color: Mauve. HEX triplet: E6, AD and F5. RGB value is (230,173,245). Sum of RGB (Red+Green+Blue) = 230+173+245=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6ADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADF5 is #19520A. Grayscale: #C6C6C6. Windows color (decimal): -1659403 or 16100838. OLE color: 16100838.
HSL color Cylindrical-coordinate representation of color #E6ADF5: hue angle of 287.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6ADF5 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 173 | 245 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.04 |
| HSL | 287.5º | 0.78% | 0.82% | - |
| HSV(B) | 287.5º | 0.29% | 0.96% | - |
| XYZ | 64.06 | 53.3 | 93.3 | - |
| YUV | 198.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 245 | 0.06 | 0.29 | 0 | 0.04 | 287.5 | 0.78 | 0.82 |
| Hex | E6 | AD | F5 | 6 | 1D | 0 | 4 | 120 | 4E | 52 |
| Octal | 346 | 255 | 365 | 6 | 35 | 0 | 4 | 440 | 116 | 122 |
| Binary | 11100110 | 10101101 | 11110101 | 110 | 11101 | 0 | 100 | 100100000 | 1001110 | 1010010 |
Color Harmonies of #E6ADF5
Complementary color
Monochromatic Colors of #E6ADF5
Black with #E6ADF5
Text Example
Text Example
White with #E6ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADF5; }
p { color: rgb(230,173,245); }
H1.HeaderClassName
{
color: #E6ADF5;
}
.AnyTagClassName
{
color: #E6ADF5;
}
</style>
background-color css
<style>
a { background-color: #E6ADF5; }
a { background-color: rgb(230,173,245); }
div.DivClassName
{
background-color: #E6ADF5;
}
.BgClassName
{
background-color: #E6ADF5;
}
</style>
border-color css
<style>
span { border-color: #E6ADF5; }
span { border-color: rgb(230,173,245); }
td.TdClassName
{
border-color: #E6ADF5;
}
.TagClassName
{
border-color: #E6ADF5;
}
</style>