Shades of Mauve #EBC0F6
Tints of Mauve #EBC0F6
RGB
CMYK
RGB Variations
Color information
#EBC0F6 (or 0xEBC0F6) is known color: Mauve. HEX triplet: EB, C0 and F6. RGB value is (235,192,246). Sum of RGB (Red+Green+Blue) = 235+192+246=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBC0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0F6 is #143F09. Grayscale: #D2D2D2. Windows color (decimal): -1326858 or 16171243. OLE color: 16171243.
HSL color Cylindrical-coordinate representation of color #EBC0F6: hue angle of 287.78º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC0F6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 192 | 246 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 287.78º | 0.75% | 0.86% | - |
| HSV(B) | 287.78º | 0.22% | 0.96% | - |
| XYZ | 69.75 | 62.02 | 95.48 | - |
| YUV | 211.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 246 | 0.04 | 0.22 | 0 | 0.04 | 287.78 | 0.75 | 0.86 |
| Hex | EB | C0 | F6 | 4 | 16 | 0 | 4 | 120 | 4B | 56 |
| Octal | 353 | 300 | 366 | 4 | 26 | 0 | 4 | 440 | 113 | 126 |
| Binary | 11101011 | 11000000 | 11110110 | 100 | 10110 | 0 | 100 | 100100000 | 1001011 | 1010110 |
Color Harmonies of #EBC0F6
Complementary color
Monochromatic Colors of #EBC0F6
Black with #EBC0F6
Text Example
Text Example
White with #EBC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0F6; }
p { color: rgb(235,192,246); }
H1.HeaderClassName
{
color: #EBC0F6;
}
.AnyTagClassName
{
color: #EBC0F6;
}
</style>
background-color css
<style>
a { background-color: #EBC0F6; }
a { background-color: rgb(235,192,246); }
div.DivClassName
{
background-color: #EBC0F6;
}
.BgClassName
{
background-color: #EBC0F6;
}
</style>
border-color css
<style>
span { border-color: #EBC0F6; }
span { border-color: rgb(235,192,246); }
td.TdClassName
{
border-color: #EBC0F6;
}
.TagClassName
{
border-color: #EBC0F6;
}
</style>