Shades of Mauve #EDA0FD
Tints of Mauve #EDA0FD
RGB
CMYK
RGB Variations
Color information
#EDA0FD (or 0xEDA0FD) is known color: Mauve. HEX triplet: ED, A0 and FD. RGB value is (237,160,253). Sum of RGB (Red+Green+Blue) = 237+160+253=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0FD is #125F02. Grayscale: #C1C1C1. Windows color (decimal): -1203971 or 16621805. OLE color: 16621805.
HSL color Cylindrical-coordinate representation of color #EDA0FD: hue angle of 289.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA0FD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 160 | 253 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 289.68º | 0.96% | 0.81% | - |
| HSV(B) | 289.68º | 0.37% | 0.99% | - |
| XYZ | 65.23 | 50.24 | 99.19 | - |
| YUV | 193.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 253 | 0.06 | 0.37 | 0 | 0.01 | 289.68 | 0.96 | 0.81 |
| Hex | ED | A0 | FD | 6 | 25 | 0 | 1 | 122 | 60 | 51 |
| Octal | 355 | 240 | 375 | 6 | 45 | 0 | 1 | 442 | 140 | 121 |
| Binary | 11101101 | 10100000 | 11111101 | 110 | 100101 | 0 | 1 | 100100010 | 1100000 | 1010001 |
Color Harmonies of #EDA0FD
Complementary color
Monochromatic Colors of #EDA0FD
Black with #EDA0FD
Text Example
Text Example
White with #EDA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0FD; }
p { color: rgb(237,160,253); }
H1.HeaderClassName
{
color: #EDA0FD;
}
.AnyTagClassName
{
color: #EDA0FD;
}
</style>
background-color css
<style>
a { background-color: #EDA0FD; }
a { background-color: rgb(237,160,253); }
div.DivClassName
{
background-color: #EDA0FD;
}
.BgClassName
{
background-color: #EDA0FD;
}
</style>
border-color css
<style>
span { border-color: #EDA0FD; }
span { border-color: rgb(237,160,253); }
td.TdClassName
{
border-color: #EDA0FD;
}
.TagClassName
{
border-color: #EDA0FD;
}
</style>