Shades of Mauve #EDA7F5
Tints of Mauve #EDA7F5
RGB
CMYK
RGB Variations
Color information
#EDA7F5 (or 0xEDA7F5) is known color: Mauve. HEX triplet: ED, A7 and F5. RGB value is (237,167,245). Sum of RGB (Red+Green+Blue) = 237+167+245=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7F5 is #12580A. Grayscale: #C4C4C4. Windows color (decimal): -1202187 or 16099309. OLE color: 16099309.
HSL color Cylindrical-coordinate representation of color #EDA7F5: hue angle of 293.85º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA7F5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 167 | 245 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.04 |
| HSL | 293.85º | 0.8% | 0.81% | - |
| HSV(B) | 293.85º | 0.32% | 0.96% | - |
| XYZ | 65.23 | 52.23 | 93.03 | - |
| YUV | 196.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 245 | 0.03 | 0.32 | 0 | 0.04 | 293.85 | 0.8 | 0.81 |
| Hex | ED | A7 | F5 | 3 | 20 | 0 | 4 | 126 | 50 | 51 |
| Octal | 355 | 247 | 365 | 3 | 40 | 0 | 4 | 446 | 120 | 121 |
| Binary | 11101101 | 10100111 | 11110101 | 11 | 100000 | 0 | 100 | 100100110 | 1010000 | 1010001 |
Color Harmonies of #EDA7F5
Complementary color
Monochromatic Colors of #EDA7F5
Black with #EDA7F5
Text Example
Text Example
White with #EDA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7F5; }
p { color: rgb(237,167,245); }
H1.HeaderClassName
{
color: #EDA7F5;
}
.AnyTagClassName
{
color: #EDA7F5;
}
</style>
background-color css
<style>
a { background-color: #EDA7F5; }
a { background-color: rgb(237,167,245); }
div.DivClassName
{
background-color: #EDA7F5;
}
.BgClassName
{
background-color: #EDA7F5;
}
</style>
border-color css
<style>
span { border-color: #EDA7F5; }
span { border-color: rgb(237,167,245); }
td.TdClassName
{
border-color: #EDA7F5;
}
.TagClassName
{
border-color: #EDA7F5;
}
</style>