Shades of Mauve #ED9EFE
Tints of Mauve #ED9EFE
RGB
CMYK
RGB Variations
Color information
#ED9EFE (or 0xED9EFE) is known color: Mauve. HEX triplet: ED, 9E and FE. RGB value is (237,158,254). Sum of RGB (Red+Green+Blue) = 237+158+254=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EFE is #126101. Grayscale: #C0C0C0. Windows color (decimal): -1204482 or 16686829. OLE color: 16686829.
HSL color Cylindrical-coordinate representation of color #ED9EFE: hue angle of 289.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9EFE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 158 | 254 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.00 |
| HSL | 289.38º | 0.98% | 0.81% | - |
| HSV(B) | 289.38º | 0.38% | 1% | - |
| XYZ | 65.04 | 49.61 | 99.91 | - |
| YUV | 192.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 254 | 0.07 | 0.38 | 0 | 0.00 | 289.38 | 0.98 | 0.81 |
| Hex | ED | 9E | FE | 7 | 26 | 0 | 0 | 121 | 62 | 51 |
| Octal | 355 | 236 | 376 | 7 | 46 | 0 | 0 | 441 | 142 | 121 |
| Binary | 11101101 | 10011110 | 11111110 | 111 | 100110 | 0 | 0 | 100100001 | 1100010 | 1010001 |
Color Harmonies of #ED9EFE
Complementary color
Monochromatic Colors of #ED9EFE
Black with #ED9EFE
Text Example
Text Example
White with #ED9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EFE; }
p { color: rgb(237,158,254); }
H1.HeaderClassName
{
color: #ED9EFE;
}
.AnyTagClassName
{
color: #ED9EFE;
}
</style>
background-color css
<style>
a { background-color: #ED9EFE; }
a { background-color: rgb(237,158,254); }
div.DivClassName
{
background-color: #ED9EFE;
}
.BgClassName
{
background-color: #ED9EFE;
}
</style>
border-color css
<style>
span { border-color: #ED9EFE; }
span { border-color: rgb(237,158,254); }
td.TdClassName
{
border-color: #ED9EFE;
}
.TagClassName
{
border-color: #ED9EFE;
}
</style>