Shades of Mauve #EDA0FC
Tints of Mauve #EDA0FC
RGB
CMYK
RGB Variations
Color information
#EDA0FC (or 0xEDA0FC) is known color: Mauve. HEX triplet: ED, A0 and FC. RGB value is (237,160,252). Sum of RGB (Red+Green+Blue) = 237+160+252=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0FC is #125F03. Grayscale: #C1C1C1. Windows color (decimal): -1203972 or 16556269. OLE color: 16556269.
HSL color Cylindrical-coordinate representation of color #EDA0FC: hue angle of 290.22º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA0FC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 160 | 252 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 290.22º | 0.94% | 0.81% | - |
| HSV(B) | 290.22º | 0.37% | 0.99% | - |
| XYZ | 65.07 | 50.17 | 98.35 | - |
| YUV | 193.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 252 | 0.06 | 0.37 | 0 | 0.01 | 290.22 | 0.94 | 0.81 |
| Hex | ED | A0 | FC | 6 | 25 | 0 | 1 | 122 | 5E | 51 |
| Octal | 355 | 240 | 374 | 6 | 45 | 0 | 1 | 442 | 136 | 121 |
| Binary | 11101101 | 10100000 | 11111100 | 110 | 100101 | 0 | 1 | 100100010 | 1011110 | 1010001 |
Color Harmonies of #EDA0FC
Complementary color
Monochromatic Colors of #EDA0FC
Black with #EDA0FC
Text Example
Text Example
White with #EDA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0FC; }
p { color: rgb(237,160,252); }
H1.HeaderClassName
{
color: #EDA0FC;
}
.AnyTagClassName
{
color: #EDA0FC;
}
</style>
background-color css
<style>
a { background-color: #EDA0FC; }
a { background-color: rgb(237,160,252); }
div.DivClassName
{
background-color: #EDA0FC;
}
.BgClassName
{
background-color: #EDA0FC;
}
</style>
border-color css
<style>
span { border-color: #EDA0FC; }
span { border-color: rgb(237,160,252); }
td.TdClassName
{
border-color: #EDA0FC;
}
.TagClassName
{
border-color: #EDA0FC;
}
</style>