Shades of Mauve #EDA1FF
Tints of Mauve #EDA1FF
RGB
CMYK
RGB Variations
Color information
#EDA1FF (or 0xEDA1FF) is known color: Mauve. HEX triplet: ED, A1 and FF. RGB value is (237,161,255). Sum of RGB (Red+Green+Blue) = 237+161+255=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FF is #125E00. Grayscale: #C2C2C2. Windows color (decimal): -1203713 or 16753133. OLE color: 16753133.
HSL color Cylindrical-coordinate representation of color #EDA1FF: hue angle of 288.51º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA1FF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 161 | 255 | - |
| CMYK | 0.07 | 0.37 | 0 | 0 |
| HSL | 288.51º | 1% | 0.82% | - |
| HSV(B) | 288.51º | 0.37% | 1% | - |
| XYZ | 65.72 | 50.71 | 100.93 | - |
| YUV | 194.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 255 | 0.07 | 0.37 | 0 | 0 | 288.51 | 1 | 0.82 |
| Hex | ED | A1 | FF | 7 | 25 | 0 | 0 | 121 | 64 | 52 |
| Octal | 355 | 241 | 377 | 7 | 45 | 0 | 0 | 441 | 144 | 122 |
| Binary | 11101101 | 10100001 | 11111111 | 111 | 100101 | 0 | 0 | 100100001 | 1100100 | 1010010 |
Color Harmonies of #EDA1FF
Complementary color
Monochromatic Colors of #EDA1FF
Black with #EDA1FF
Text Example
Text Example
White with #EDA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1FF; }
p { color: rgb(237,161,255); }
H1.HeaderClassName
{
color: #EDA1FF;
}
.AnyTagClassName
{
color: #EDA1FF;
}
</style>
background-color css
<style>
a { background-color: #EDA1FF; }
a { background-color: rgb(237,161,255); }
div.DivClassName
{
background-color: #EDA1FF;
}
.BgClassName
{
background-color: #EDA1FF;
}
</style>
border-color css
<style>
span { border-color: #EDA1FF; }
span { border-color: rgb(237,161,255); }
td.TdClassName
{
border-color: #EDA1FF;
}
.TagClassName
{
border-color: #EDA1FF;
}
</style>