Shades of Mauve #EDA1FC
Tints of Mauve #EDA1FC
RGB
CMYK
RGB Variations
Color information
#EDA1FC (or 0xEDA1FC) is known color: Mauve. HEX triplet: ED, A1 and FC. RGB value is (237,161,252). Sum of RGB (Red+Green+Blue) = 237+161+252=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FC is #125E03. Grayscale: #C1C1C1. Windows color (decimal): -1203716 or 16556525. OLE color: 16556525.
HSL color Cylindrical-coordinate representation of color #EDA1FC: hue angle of 290.11º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA1FC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 161 | 252 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.01 |
| HSL | 290.11º | 0.94% | 0.81% | - |
| HSV(B) | 290.11º | 0.36% | 0.99% | - |
| XYZ | 65.24 | 50.52 | 98.41 | - |
| YUV | 194.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 252 | 0.06 | 0.36 | 0 | 0.01 | 290.11 | 0.94 | 0.81 |
| Hex | ED | A1 | FC | 6 | 24 | 0 | 1 | 122 | 5E | 51 |
| Octal | 355 | 241 | 374 | 6 | 44 | 0 | 1 | 442 | 136 | 121 |
| Binary | 11101101 | 10100001 | 11111100 | 110 | 100100 | 0 | 1 | 100100010 | 1011110 | 1010001 |
Color Harmonies of #EDA1FC
Complementary color
Monochromatic Colors of #EDA1FC
Black with #EDA1FC
Text Example
Text Example
White with #EDA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1FC; }
p { color: rgb(237,161,252); }
H1.HeaderClassName
{
color: #EDA1FC;
}
.AnyTagClassName
{
color: #EDA1FC;
}
</style>
background-color css
<style>
a { background-color: #EDA1FC; }
a { background-color: rgb(237,161,252); }
div.DivClassName
{
background-color: #EDA1FC;
}
.BgClassName
{
background-color: #EDA1FC;
}
</style>
border-color css
<style>
span { border-color: #EDA1FC; }
span { border-color: rgb(237,161,252); }
td.TdClassName
{
border-color: #EDA1FC;
}
.TagClassName
{
border-color: #EDA1FC;
}
</style>