Shades of Mauve #EDA2FB
Tints of Mauve #EDA2FB
RGB
CMYK
RGB Variations
Color information
#EDA2FB (or 0xEDA2FB) is known color: Mauve. HEX triplet: ED, A2 and FB. RGB value is (237,162,251). Sum of RGB (Red+Green+Blue) = 237+162+251=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FB is #125D04. Grayscale: #C2C2C2. Windows color (decimal): -1203461 or 16491245. OLE color: 16491245.
HSL color Cylindrical-coordinate representation of color #EDA2FB: hue angle of 290.56º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA2FB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 162 | 251 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.02 |
| HSL | 290.56º | 0.92% | 0.81% | - |
| HSV(B) | 290.56º | 0.35% | 0.98% | - |
| XYZ | 65.26 | 50.81 | 97.63 | - |
| YUV | 194.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 251 | 0.06 | 0.35 | 0 | 0.02 | 290.56 | 0.92 | 0.81 |
| Hex | ED | A2 | FB | 6 | 23 | 0 | 2 | 123 | 5C | 51 |
| Octal | 355 | 242 | 373 | 6 | 43 | 0 | 2 | 443 | 134 | 121 |
| Binary | 11101101 | 10100010 | 11111011 | 110 | 100011 | 0 | 10 | 100100011 | 1011100 | 1010001 |
Color Harmonies of #EDA2FB
Complementary color
Monochromatic Colors of #EDA2FB
Black with #EDA2FB
Text Example
Text Example
White with #EDA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2FB; }
p { color: rgb(237,162,251); }
H1.HeaderClassName
{
color: #EDA2FB;
}
.AnyTagClassName
{
color: #EDA2FB;
}
</style>
background-color css
<style>
a { background-color: #EDA2FB; }
a { background-color: rgb(237,162,251); }
div.DivClassName
{
background-color: #EDA2FB;
}
.BgClassName
{
background-color: #EDA2FB;
}
</style>
border-color css
<style>
span { border-color: #EDA2FB; }
span { border-color: rgb(237,162,251); }
td.TdClassName
{
border-color: #EDA2FB;
}
.TagClassName
{
border-color: #EDA2FB;
}
</style>