Shades of Mauve #EDA5FF
Tints of Mauve #EDA5FF
RGB
CMYK
RGB Variations
Color information
#EDA5FF (or 0xEDA5FF) is known color: Mauve. HEX triplet: ED, A5 and FF. RGB value is (237,165,255). Sum of RGB (Red+Green+Blue) = 237+165+255=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5FF is #125A00. Grayscale: #C4C4C4. Windows color (decimal): -1202689 or 16754157. OLE color: 16754157.
HSL color Cylindrical-coordinate representation of color #EDA5FF: hue angle of 288º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA5FF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 165 | 255 | - |
| CMYK | 0.07 | 0.35 | 0 | 0 |
| HSL | 288º | 1% | 0.82% | - |
| HSV(B) | 288º | 0.35% | 1% | - |
| XYZ | 66.43 | 52.13 | 101.17 | - |
| YUV | 196.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 255 | 0.07 | 0.35 | 0 | 0 | 288 | 1 | 0.82 |
| Hex | ED | A5 | FF | 7 | 23 | 0 | 0 | 120 | 64 | 52 |
| Octal | 355 | 245 | 377 | 7 | 43 | 0 | 0 | 440 | 144 | 122 |
| Binary | 11101101 | 10100101 | 11111111 | 111 | 100011 | 0 | 0 | 100100000 | 1100100 | 1010010 |
Color Harmonies of #EDA5FF
Complementary color
Monochromatic Colors of #EDA5FF
Black with #EDA5FF
Text Example
Text Example
White with #EDA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5FF; }
p { color: rgb(237,165,255); }
H1.HeaderClassName
{
color: #EDA5FF;
}
.AnyTagClassName
{
color: #EDA5FF;
}
</style>
background-color css
<style>
a { background-color: #EDA5FF; }
a { background-color: rgb(237,165,255); }
div.DivClassName
{
background-color: #EDA5FF;
}
.BgClassName
{
background-color: #EDA5FF;
}
</style>
border-color css
<style>
span { border-color: #EDA5FF; }
span { border-color: rgb(237,165,255); }
td.TdClassName
{
border-color: #EDA5FF;
}
.TagClassName
{
border-color: #EDA5FF;
}
</style>