Shades of Mauve #EDA4F6
Tints of Mauve #EDA4F6
RGB
CMYK
RGB Variations
Color information
#EDA4F6 (or 0xEDA4F6) is known color: Mauve. HEX triplet: ED, A4 and F6. RGB value is (237,164,246). Sum of RGB (Red+Green+Blue) = 237+164+246=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 164 (64.45% from 255 or 25.35% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDA4F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F6 is #125B09. Grayscale: #C2C2C2. Windows color (decimal): -1202954 or 16164077. OLE color: 16164077.
HSL color Cylindrical-coordinate representation of color #EDA4F6: hue angle of 293.41º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA4F6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 164 | 246 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.04 |
| HSL | 293.41º | 0.82% | 0.8% | - |
| HSV(B) | 293.41º | 0.33% | 0.96% | - |
| XYZ | 64.84 | 51.21 | 93.66 | - |
| YUV | 195.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 246 | 0.04 | 0.33 | 0 | 0.04 | 293.41 | 0.82 | 0.8 |
| Hex | ED | A4 | F6 | 4 | 21 | 0 | 4 | 125 | 52 | 50 |
| Octal | 355 | 244 | 366 | 4 | 41 | 0 | 4 | 445 | 122 | 120 |
| Binary | 11101101 | 10100100 | 11110110 | 100 | 100001 | 0 | 100 | 100100101 | 1010010 | 1010000 |
Color Harmonies of #EDA4F6
Complementary color
Monochromatic Colors of #EDA4F6
Black with #EDA4F6
Text Example
Text Example
White with #EDA4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4F6; }
p { color: rgb(237,164,246); }
H1.HeaderClassName
{
color: #EDA4F6;
}
.AnyTagClassName
{
color: #EDA4F6;
}
</style>
background-color css
<style>
a { background-color: #EDA4F6; }
a { background-color: rgb(237,164,246); }
div.DivClassName
{
background-color: #EDA4F6;
}
.BgClassName
{
background-color: #EDA4F6;
}
</style>
border-color css
<style>
span { border-color: #EDA4F6; }
span { border-color: rgb(237,164,246); }
td.TdClassName
{
border-color: #EDA4F6;
}
.TagClassName
{
border-color: #EDA4F6;
}
</style>