Shades of Mauve #ED9CFC
Tints of Mauve #ED9CFC
RGB
CMYK
RGB Variations
Color information
#ED9CFC (or 0xED9CFC) is known color: Mauve. HEX triplet: ED, 9C and FC. RGB value is (237,156,252). Sum of RGB (Red+Green+Blue) = 237+156+252=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFC is #126303. Grayscale: #BEBEBE. Windows color (decimal): -1204996 or 16555245. OLE color: 16555245.
HSL color Cylindrical-coordinate representation of color #ED9CFC: hue angle of 290.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9CFC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 156 | 252 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.01 |
| HSL | 290.63º | 0.94% | 0.8% | - |
| HSV(B) | 290.63º | 0.38% | 0.99% | - |
| XYZ | 64.38 | 48.81 | 98.12 | - |
| YUV | 191.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 252 | 0.06 | 0.38 | 0 | 0.01 | 290.63 | 0.94 | 0.8 |
| Hex | ED | 9C | FC | 6 | 26 | 0 | 1 | 123 | 5E | 50 |
| Octal | 355 | 234 | 374 | 6 | 46 | 0 | 1 | 443 | 136 | 120 |
| Binary | 11101101 | 10011100 | 11111100 | 110 | 100110 | 0 | 1 | 100100011 | 1011110 | 1010000 |
Color Harmonies of #ED9CFC
Complementary color
Monochromatic Colors of #ED9CFC
Black with #ED9CFC
Text Example
Text Example
White with #ED9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CFC; }
p { color: rgb(237,156,252); }
H1.HeaderClassName
{
color: #ED9CFC;
}
.AnyTagClassName
{
color: #ED9CFC;
}
</style>
background-color css
<style>
a { background-color: #ED9CFC; }
a { background-color: rgb(237,156,252); }
div.DivClassName
{
background-color: #ED9CFC;
}
.BgClassName
{
background-color: #ED9CFC;
}
</style>
border-color css
<style>
span { border-color: #ED9CFC; }
span { border-color: rgb(237,156,252); }
td.TdClassName
{
border-color: #ED9CFC;
}
.TagClassName
{
border-color: #ED9CFC;
}
</style>