Shades of Mauve #EDA1F9
Tints of Mauve #EDA1F9
RGB
CMYK
RGB Variations
Color information
#EDA1F9 (or 0xEDA1F9) is known color: Mauve. HEX triplet: ED, A1 and F9. RGB value is (237,161,249). Sum of RGB (Red+Green+Blue) = 237+161+249=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1F9 is #125E06. Grayscale: #C1C1C1. Windows color (decimal): -1203719 or 16359917. OLE color: 16359917.
HSL color Cylindrical-coordinate representation of color #EDA1F9: hue angle of 291.82º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA1F9 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 161 | 249 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.02 |
| HSL | 291.82º | 0.88% | 0.8% | - |
| HSV(B) | 291.82º | 0.35% | 0.98% | - |
| XYZ | 64.77 | 50.33 | 95.92 | - |
| YUV | 193.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 249 | 0.05 | 0.35 | 0 | 0.02 | 291.82 | 0.88 | 0.8 |
| Hex | ED | A1 | F9 | 5 | 23 | 0 | 2 | 124 | 58 | 50 |
| Octal | 355 | 241 | 371 | 5 | 43 | 0 | 2 | 444 | 130 | 120 |
| Binary | 11101101 | 10100001 | 11111001 | 101 | 100011 | 0 | 10 | 100100100 | 1011000 | 1010000 |
Color Harmonies of #EDA1F9
Complementary color
Monochromatic Colors of #EDA1F9
Black with #EDA1F9
Text Example
Text Example
White with #EDA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1F9; }
p { color: rgb(237,161,249); }
H1.HeaderClassName
{
color: #EDA1F9;
}
.AnyTagClassName
{
color: #EDA1F9;
}
</style>
background-color css
<style>
a { background-color: #EDA1F9; }
a { background-color: rgb(237,161,249); }
div.DivClassName
{
background-color: #EDA1F9;
}
.BgClassName
{
background-color: #EDA1F9;
}
</style>
border-color css
<style>
span { border-color: #EDA1F9; }
span { border-color: rgb(237,161,249); }
td.TdClassName
{
border-color: #EDA1F9;
}
.TagClassName
{
border-color: #EDA1F9;
}
</style>