Shades of Mauve #EDA1FB
Tints of Mauve #EDA1FB
RGB
CMYK
RGB Variations
Color information
#EDA1FB (or 0xEDA1FB) is known color: Mauve. HEX triplet: ED, A1 and FB. RGB value is (237,161,251). Sum of RGB (Red+Green+Blue) = 237+161+251=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FB is #125E04. Grayscale: #C1C1C1. Windows color (decimal): -1203717 or 16490989. OLE color: 16490989.
HSL color Cylindrical-coordinate representation of color #EDA1FB: hue angle of 290.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA1FB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 161 | 251 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.02 |
| HSL | 290.67º | 0.92% | 0.81% | - |
| HSV(B) | 290.67º | 0.36% | 0.98% | - |
| XYZ | 65.08 | 50.46 | 97.58 | - |
| YUV | 193.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 251 | 0.06 | 0.36 | 0 | 0.02 | 290.67 | 0.92 | 0.81 |
| Hex | ED | A1 | FB | 6 | 24 | 0 | 2 | 123 | 5C | 51 |
| Octal | 355 | 241 | 373 | 6 | 44 | 0 | 2 | 443 | 134 | 121 |
| Binary | 11101101 | 10100001 | 11111011 | 110 | 100100 | 0 | 10 | 100100011 | 1011100 | 1010001 |
Color Harmonies of #EDA1FB
Complementary color
Monochromatic Colors of #EDA1FB
Black with #EDA1FB
Text Example
Text Example
White with #EDA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1FB; }
p { color: rgb(237,161,251); }
H1.HeaderClassName
{
color: #EDA1FB;
}
.AnyTagClassName
{
color: #EDA1FB;
}
</style>
background-color css
<style>
a { background-color: #EDA1FB; }
a { background-color: rgb(237,161,251); }
div.DivClassName
{
background-color: #EDA1FB;
}
.BgClassName
{
background-color: #EDA1FB;
}
</style>
border-color css
<style>
span { border-color: #EDA1FB; }
span { border-color: rgb(237,161,251); }
td.TdClassName
{
border-color: #EDA1FB;
}
.TagClassName
{
border-color: #EDA1FB;
}
</style>