Shades of Mauve #EBB6F7
Tints of Mauve #EBB6F7
RGB
CMYK
RGB Variations
Color information
#EBB6F7 (or 0xEBB6F7) is known color: Mauve. HEX triplet: EB, B6 and F7. RGB value is (235,182,247). Sum of RGB (Red+Green+Blue) = 235+182+247=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 182 (71.48% from 255 or 27.41% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBB6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6F7 is #144908. Grayscale: #CDCDCD. Windows color (decimal): -1329417 or 16234219. OLE color: 16234219.
HSL color Cylindrical-coordinate representation of color #EBB6F7: hue angle of 288.92º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB6F7 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 182 | 247 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.03 |
| HSL | 288.92º | 0.8% | 0.84% | - |
| HSV(B) | 288.92º | 0.26% | 0.97% | - |
| XYZ | 67.78 | 57.83 | 95.59 | - |
| YUV | 205.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 247 | 0.05 | 0.26 | 0 | 0.03 | 288.92 | 0.8 | 0.84 |
| Hex | EB | B6 | F7 | 5 | 1A | 0 | 3 | 121 | 50 | 54 |
| Octal | 353 | 266 | 367 | 5 | 32 | 0 | 3 | 441 | 120 | 124 |
| Binary | 11101011 | 10110110 | 11110111 | 101 | 11010 | 0 | 11 | 100100001 | 1010000 | 1010100 |
Color Harmonies of #EBB6F7
Complementary color
Monochromatic Colors of #EBB6F7
Black with #EBB6F7
Text Example
Text Example
White with #EBB6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6F7; }
p { color: rgb(235,182,247); }
H1.HeaderClassName
{
color: #EBB6F7;
}
.AnyTagClassName
{
color: #EBB6F7;
}
</style>
background-color css
<style>
a { background-color: #EBB6F7; }
a { background-color: rgb(235,182,247); }
div.DivClassName
{
background-color: #EBB6F7;
}
.BgClassName
{
background-color: #EBB6F7;
}
</style>
border-color css
<style>
span { border-color: #EBB6F7; }
span { border-color: rgb(235,182,247); }
td.TdClassName
{
border-color: #EBB6F7;
}
.TagClassName
{
border-color: #EBB6F7;
}
</style>