Shades of Mauve #EDA3F9
Tints of Mauve #EDA3F9
RGB
CMYK
RGB Variations
Color information
#EDA3F9 (or 0xEDA3F9) is known color: Mauve. HEX triplet: ED, A3 and F9. RGB value is (237,163,249). Sum of RGB (Red+Green+Blue) = 237+163+249=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 163 (64.06% from 255 or 25.12% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA3F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3F9 is #125C06. Grayscale: #C2C2C2. Windows color (decimal): -1203207 or 16360429. OLE color: 16360429.
HSL color Cylindrical-coordinate representation of color #EDA3F9: hue angle of 291.63º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA3F9 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 163 | 249 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.02 |
| HSL | 291.63º | 0.88% | 0.81% | - |
| HSV(B) | 291.63º | 0.35% | 0.98% | - |
| XYZ | 65.12 | 51.04 | 96.04 | - |
| YUV | 194.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 249 | 0.05 | 0.35 | 0 | 0.02 | 291.63 | 0.88 | 0.81 |
| Hex | ED | A3 | F9 | 5 | 23 | 0 | 2 | 124 | 58 | 51 |
| Octal | 355 | 243 | 371 | 5 | 43 | 0 | 2 | 444 | 130 | 121 |
| Binary | 11101101 | 10100011 | 11111001 | 101 | 100011 | 0 | 10 | 100100100 | 1011000 | 1010001 |
Color Harmonies of #EDA3F9
Complementary color
Monochromatic Colors of #EDA3F9
Black with #EDA3F9
Text Example
Text Example
White with #EDA3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3F9; }
p { color: rgb(237,163,249); }
H1.HeaderClassName
{
color: #EDA3F9;
}
.AnyTagClassName
{
color: #EDA3F9;
}
</style>
background-color css
<style>
a { background-color: #EDA3F9; }
a { background-color: rgb(237,163,249); }
div.DivClassName
{
background-color: #EDA3F9;
}
.BgClassName
{
background-color: #EDA3F9;
}
</style>
border-color css
<style>
span { border-color: #EDA3F9; }
span { border-color: rgb(237,163,249); }
td.TdClassName
{
border-color: #EDA3F9;
}
.TagClassName
{
border-color: #EDA3F9;
}
</style>