Shades of Mauve #EDA9FE
Tints of Mauve #EDA9FE
RGB
CMYK
RGB Variations
Color information
#EDA9FE (or 0xEDA9FE) is known color: Mauve. HEX triplet: ED, A9 and FE. RGB value is (237,169,254). Sum of RGB (Red+Green+Blue) = 237+169+254=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 169 (66.41% from 255 or 25.61% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9FE is #125601. Grayscale: #C6C6C6. Windows color (decimal): -1201666 or 16689645. OLE color: 16689645.
HSL color Cylindrical-coordinate representation of color #EDA9FE: hue angle of 288º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA9FE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 169 | 254 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.00 |
| HSL | 288º | 0.98% | 0.83% | - |
| HSV(B) | 288º | 0.33% | 1% | - |
| XYZ | 67 | 53.54 | 100.57 | - |
| YUV | 199.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 254 | 0.07 | 0.33 | 0 | 0.00 | 288 | 0.98 | 0.83 |
| Hex | ED | A9 | FE | 7 | 21 | 0 | 0 | 120 | 62 | 53 |
| Octal | 355 | 251 | 376 | 7 | 41 | 0 | 0 | 440 | 142 | 123 |
| Binary | 11101101 | 10101001 | 11111110 | 111 | 100001 | 0 | 0 | 100100000 | 1100010 | 1010011 |
Color Harmonies of #EDA9FE
Complementary color
Monochromatic Colors of #EDA9FE
Black with #EDA9FE
Text Example
Text Example
White with #EDA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9FE; }
p { color: rgb(237,169,254); }
H1.HeaderClassName
{
color: #EDA9FE;
}
.AnyTagClassName
{
color: #EDA9FE;
}
</style>
background-color css
<style>
a { background-color: #EDA9FE; }
a { background-color: rgb(237,169,254); }
div.DivClassName
{
background-color: #EDA9FE;
}
.BgClassName
{
background-color: #EDA9FE;
}
</style>
border-color css
<style>
span { border-color: #EDA9FE; }
span { border-color: rgb(237,169,254); }
td.TdClassName
{
border-color: #EDA9FE;
}
.TagClassName
{
border-color: #EDA9FE;
}
</style>