Shades of Mauve #EDA4FE
Tints of Mauve #EDA4FE
RGB
CMYK
RGB Variations
Color information
#EDA4FE (or 0xEDA4FE) is known color: Mauve. HEX triplet: ED, A4 and FE. RGB value is (237,164,254). Sum of RGB (Red+Green+Blue) = 237+164+254=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 164 (64.45% from 255 or 25.04% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4FE is #125B01. Grayscale: #C3C3C3. Windows color (decimal): -1202946 or 16688365. OLE color: 16688365.
HSL color Cylindrical-coordinate representation of color #EDA4FE: hue angle of 288.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA4FE is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 164 | 254 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.00 |
| HSL | 288.67º | 0.98% | 0.82% | - |
| HSV(B) | 288.67º | 0.35% | 1% | - |
| XYZ | 66.09 | 51.71 | 100.26 | - |
| YUV | 196.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 254 | 0.07 | 0.35 | 0 | 0.00 | 288.67 | 0.98 | 0.82 |
| Hex | ED | A4 | FE | 7 | 23 | 0 | 0 | 121 | 62 | 52 |
| Octal | 355 | 244 | 376 | 7 | 43 | 0 | 0 | 441 | 142 | 122 |
| Binary | 11101101 | 10100100 | 11111110 | 111 | 100011 | 0 | 0 | 100100001 | 1100010 | 1010010 |
Color Harmonies of #EDA4FE
Complementary color
Monochromatic Colors of #EDA4FE
Black with #EDA4FE
Text Example
Text Example
White with #EDA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4FE; }
p { color: rgb(237,164,254); }
H1.HeaderClassName
{
color: #EDA4FE;
}
.AnyTagClassName
{
color: #EDA4FE;
}
</style>
background-color css
<style>
a { background-color: #EDA4FE; }
a { background-color: rgb(237,164,254); }
div.DivClassName
{
background-color: #EDA4FE;
}
.BgClassName
{
background-color: #EDA4FE;
}
</style>
border-color css
<style>
span { border-color: #EDA4FE; }
span { border-color: rgb(237,164,254); }
td.TdClassName
{
border-color: #EDA4FE;
}
.TagClassName
{
border-color: #EDA4FE;
}
</style>