Shades of Mauve #EDA5FC
Tints of Mauve #EDA5FC
RGB
CMYK
RGB Variations
Color information
#EDA5FC (or 0xEDA5FC) is known color: Mauve. HEX triplet: ED, A5 and FC. RGB value is (237,165,252). Sum of RGB (Red+Green+Blue) = 237+165+252=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5FC is #125A03. Grayscale: #C4C4C4. Windows color (decimal): -1202692 or 16557549. OLE color: 16557549.
HSL color Cylindrical-coordinate representation of color #EDA5FC: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA5FC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 165 | 252 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.01 |
| HSL | 289.66º | 0.94% | 0.82% | - |
| HSV(B) | 289.66º | 0.35% | 0.99% | - |
| XYZ | 65.95 | 51.94 | 98.65 | - |
| YUV | 196.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 252 | 0.06 | 0.35 | 0 | 0.01 | 289.66 | 0.94 | 0.82 |
| Hex | ED | A5 | FC | 6 | 23 | 0 | 1 | 122 | 5E | 52 |
| Octal | 355 | 245 | 374 | 6 | 43 | 0 | 1 | 442 | 136 | 122 |
| Binary | 11101101 | 10100101 | 11111100 | 110 | 100011 | 0 | 1 | 100100010 | 1011110 | 1010010 |
Color Harmonies of #EDA5FC
Complementary color
Monochromatic Colors of #EDA5FC
Black with #EDA5FC
Text Example
Text Example
White with #EDA5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5FC; }
p { color: rgb(237,165,252); }
H1.HeaderClassName
{
color: #EDA5FC;
}
.AnyTagClassName
{
color: #EDA5FC;
}
</style>
background-color css
<style>
a { background-color: #EDA5FC; }
a { background-color: rgb(237,165,252); }
div.DivClassName
{
background-color: #EDA5FC;
}
.BgClassName
{
background-color: #EDA5FC;
}
</style>
border-color css
<style>
span { border-color: #EDA5FC; }
span { border-color: rgb(237,165,252); }
td.TdClassName
{
border-color: #EDA5FC;
}
.TagClassName
{
border-color: #EDA5FC;
}
</style>