Shades of Mauve #EDA1F8
Tints of Mauve #EDA1F8
RGB
CMYK
RGB Variations
Color information
#EDA1F8 (or 0xEDA1F8) is known color: Mauve. HEX triplet: ED, A1 and F8. RGB value is (237,161,248). Sum of RGB (Red+Green+Blue) = 237+161+248=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDA1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1F8 is #125E07. Grayscale: #C1C1C1. Windows color (decimal): -1203720 or 16294381. OLE color: 16294381.
HSL color Cylindrical-coordinate representation of color #EDA1F8: hue angle of 292.41º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA1F8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 161 | 248 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.03 |
| HSL | 292.41º | 0.86% | 0.8% | - |
| HSV(B) | 292.41º | 0.35% | 0.97% | - |
| XYZ | 64.61 | 50.27 | 95.1 | - |
| YUV | 193.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 248 | 0.04 | 0.35 | 0 | 0.03 | 292.41 | 0.86 | 0.8 |
| Hex | ED | A1 | F8 | 4 | 23 | 0 | 3 | 124 | 56 | 50 |
| Octal | 355 | 241 | 370 | 4 | 43 | 0 | 3 | 444 | 126 | 120 |
| Binary | 11101101 | 10100001 | 11111000 | 100 | 100011 | 0 | 11 | 100100100 | 1010110 | 1010000 |
Color Harmonies of #EDA1F8
Complementary color
Monochromatic Colors of #EDA1F8
Black with #EDA1F8
Text Example
Text Example
White with #EDA1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1F8; }
p { color: rgb(237,161,248); }
H1.HeaderClassName
{
color: #EDA1F8;
}
.AnyTagClassName
{
color: #EDA1F8;
}
</style>
background-color css
<style>
a { background-color: #EDA1F8; }
a { background-color: rgb(237,161,248); }
div.DivClassName
{
background-color: #EDA1F8;
}
.BgClassName
{
background-color: #EDA1F8;
}
</style>
border-color css
<style>
span { border-color: #EDA1F8; }
span { border-color: rgb(237,161,248); }
td.TdClassName
{
border-color: #EDA1F8;
}
.TagClassName
{
border-color: #EDA1F8;
}
</style>