Shades of Mauve #ED9FFC
Tints of Mauve #ED9FFC
RGB
CMYK
RGB Variations
Color information
#ED9FFC (or 0xED9FFC) is known color: Mauve. HEX triplet: ED, 9F and FC. RGB value is (237,159,252). Sum of RGB (Red+Green+Blue) = 237+159+252=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFC is #126003. Grayscale: #C0C0C0. Windows color (decimal): -1204228 or 16556013. OLE color: 16556013.
HSL color Cylindrical-coordinate representation of color #ED9FFC: hue angle of 290.32º degrees, saturation: 0.94, 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 #ED9FFC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 159 | 252 | - |
CMYK | 0.06 | 0.37 | 0 | 0.01 |
HSL | 290.32º | 0.94% | 0.81% | - |
HSV(B) | 290.32º | 0.37% | 0.99% | - |
XYZ | 64.89 | 49.83 | 98.29 | - |
YUV | 192.92 | 161.34 | 159.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 159 | 252 | 0.06 | 0.37 | 0 | 0.01 | 290.32 | 0.94 | 0.81 |
Hex | ED | 9F | FC | 6 | 25 | 0 | 1 | 122 | 5E | 51 |
Octal | 355 | 237 | 374 | 6 | 45 | 0 | 1 | 442 | 136 | 121 |
Binary | 11101101 | 10011111 | 11111100 | 110 | 100101 | 0 | 1 | 100100010 | 1011110 | 1010001 |
Color Harmonies of #ED9FFC
Complementary color
Monochromatic Colors of #ED9FFC
Black with #ED9FFC
Text Example
Text Example
White with #ED9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FFC; }
p { color: rgb(237,159,252); }
H1.HeaderClassName
{
color: #ED9FFC;
}
.AnyTagClassName
{
color: #ED9FFC;
}
</style>
background-color css
<style>
a { background-color: #ED9FFC; }
a { background-color: rgb(237,159,252); }
div.DivClassName
{
background-color: #ED9FFC;
}
.BgClassName
{
background-color: #ED9FFC;
}
</style>
border-color css
<style>
span { border-color: #ED9FFC; }
span { border-color: rgb(237,159,252); }
td.TdClassName
{
border-color: #ED9FFC;
}
.TagClassName
{
border-color: #ED9FFC;
}
</style>