Shades of Mauve #EDA2FD
Tints of Mauve #EDA2FD
RGB
CMYK
RGB Variations
Color information
#EDA2FD (or 0xEDA2FD) is known color: Mauve. HEX triplet: ED, A2 and FD. RGB value is (237,162,253). Sum of RGB (Red+Green+Blue) = 237+162+253=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FD is #125D02. Grayscale: #C2C2C2. Windows color (decimal): -1203459 or 16622317. OLE color: 16622317.
HSL color Cylindrical-coordinate representation of color #EDA2FD: hue angle of 289.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA2FD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 162 | 253 | - |
CMYK | 0.06 | 0.36 | 0 | 0.01 |
HSL | 289.45º | 0.96% | 0.81% | - |
HSV(B) | 289.45º | 0.36% | 0.99% | - |
XYZ | 65.58 | 50.94 | 99.3 | - |
YUV | 194.8 | 160.85 | 158.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 162 | 253 | 0.06 | 0.36 | 0 | 0.01 | 289.45 | 0.96 | 0.81 |
Hex | ED | A2 | FD | 6 | 24 | 0 | 1 | 121 | 60 | 51 |
Octal | 355 | 242 | 375 | 6 | 44 | 0 | 1 | 441 | 140 | 121 |
Binary | 11101101 | 10100010 | 11111101 | 110 | 100100 | 0 | 1 | 100100001 | 1100000 | 1010001 |
Color Harmonies of #EDA2FD
Complementary color
Monochromatic Colors of #EDA2FD
Black with #EDA2FD
Text Example
Text Example
White with #EDA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2FD; }
p { color: rgb(237,162,253); }
H1.HeaderClassName
{
color: #EDA2FD;
}
.AnyTagClassName
{
color: #EDA2FD;
}
</style>
background-color css
<style>
a { background-color: #EDA2FD; }
a { background-color: rgb(237,162,253); }
div.DivClassName
{
background-color: #EDA2FD;
}
.BgClassName
{
background-color: #EDA2FD;
}
</style>
border-color css
<style>
span { border-color: #EDA2FD; }
span { border-color: rgb(237,162,253); }
td.TdClassName
{
border-color: #EDA2FD;
}
.TagClassName
{
border-color: #EDA2FD;
}
</style>