Shades of Mauve #EDA9F9
Tints of Mauve #EDA9F9
RGB
CMYK
RGB Variations
Color information
#EDA9F9 (or 0xEDA9F9) is known color: Mauve. HEX triplet: ED, A9 and F9. RGB value is (237,169,249). Sum of RGB (Red+Green+Blue) = 237+169+249=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 169 (66.41% from 255 or 25.80% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA9F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9F9 is #125606. Grayscale: #C6C6C6. Windows color (decimal): -1201671 or 16361965. OLE color: 16361965.
HSL color Cylindrical-coordinate representation of color #EDA9F9: hue angle of 291º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA9F9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 169 | 249 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.02 |
| HSL | 291º | 0.87% | 0.82% | - |
| HSV(B) | 291º | 0.32% | 0.98% | - |
| XYZ | 66.21 | 53.22 | 96.41 | - |
| YUV | 198.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 249 | 0.05 | 0.32 | 0 | 0.02 | 291 | 0.87 | 0.82 |
| Hex | ED | A9 | F9 | 5 | 20 | 0 | 2 | 123 | 57 | 52 |
| Octal | 355 | 251 | 371 | 5 | 40 | 0 | 2 | 443 | 127 | 122 |
| Binary | 11101101 | 10101001 | 11111001 | 101 | 100000 | 0 | 10 | 100100011 | 1010111 | 1010010 |
Color Harmonies of #EDA9F9
Complementary color
Monochromatic Colors of #EDA9F9
Black with #EDA9F9
Text Example
Text Example
White with #EDA9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9F9; }
p { color: rgb(237,169,249); }
H1.HeaderClassName
{
color: #EDA9F9;
}
.AnyTagClassName
{
color: #EDA9F9;
}
</style>
background-color css
<style>
a { background-color: #EDA9F9; }
a { background-color: rgb(237,169,249); }
div.DivClassName
{
background-color: #EDA9F9;
}
.BgClassName
{
background-color: #EDA9F9;
}
</style>
border-color css
<style>
span { border-color: #EDA9F9; }
span { border-color: rgb(237,169,249); }
td.TdClassName
{
border-color: #EDA9F9;
}
.TagClassName
{
border-color: #EDA9F9;
}
</style>