Shades of Mauve #ED9FFD
Tints of Mauve #ED9FFD
RGB
CMYK
RGB Variations
Color information
#ED9FFD (or 0xED9FFD) is known color: Mauve. HEX triplet: ED, 9F and FD. RGB value is (237,159,253). Sum of RGB (Red+Green+Blue) = 237+159+253=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFD is #126002. Grayscale: #C0C0C0. Windows color (decimal): -1204227 or 16621549. OLE color: 16621549.
HSL color Cylindrical-coordinate representation of color #ED9FFD: hue angle of 289.79º 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 #ED9FFD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 159 | 253 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 289.79º | 0.96% | 0.81% | - |
| HSV(B) | 289.79º | 0.37% | 0.99% | - |
| XYZ | 65.05 | 49.89 | 99.13 | - |
| YUV | 193.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 253 | 0.06 | 0.37 | 0 | 0.01 | 289.79 | 0.96 | 0.81 |
| Hex | ED | 9F | FD | 6 | 25 | 0 | 1 | 122 | 60 | 51 |
| Octal | 355 | 237 | 375 | 6 | 45 | 0 | 1 | 442 | 140 | 121 |
| Binary | 11101101 | 10011111 | 11111101 | 110 | 100101 | 0 | 1 | 100100010 | 1100000 | 1010001 |
Color Harmonies of #ED9FFD
Complementary color
Monochromatic Colors of #ED9FFD
Black with #ED9FFD
Text Example
Text Example
White with #ED9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FFD; }
p { color: rgb(237,159,253); }
H1.HeaderClassName
{
color: #ED9FFD;
}
.AnyTagClassName
{
color: #ED9FFD;
}
</style>
background-color css
<style>
a { background-color: #ED9FFD; }
a { background-color: rgb(237,159,253); }
div.DivClassName
{
background-color: #ED9FFD;
}
.BgClassName
{
background-color: #ED9FFD;
}
</style>
border-color css
<style>
span { border-color: #ED9FFD; }
span { border-color: rgb(237,159,253); }
td.TdClassName
{
border-color: #ED9FFD;
}
.TagClassName
{
border-color: #ED9FFD;
}
</style>