Shades of Mauve #EBB5F6
Tints of Mauve #EBB5F6
RGB
CMYK
RGB Variations
Color information
#EBB5F6 (or 0xEBB5F6) is known color: Mauve. HEX triplet: EB, B5 and F6. RGB value is (235,181,246). Sum of RGB (Red+Green+Blue) = 235+181+246=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBB5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5F6 is #144A09. Grayscale: #CCCCCC. Windows color (decimal): -1329674 or 16168427. OLE color: 16168427.
HSL color Cylindrical-coordinate representation of color #EBB5F6: hue angle of 289.85º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB5F6 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 181 | 246 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.04 |
| HSL | 289.85º | 0.78% | 0.84% | - |
| HSV(B) | 289.85º | 0.26% | 0.96% | - |
| XYZ | 67.42 | 57.36 | 94.71 | - |
| YUV | 204.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 246 | 0.04 | 0.26 | 0 | 0.04 | 289.85 | 0.78 | 0.84 |
| Hex | EB | B5 | F6 | 4 | 1A | 0 | 4 | 122 | 4E | 54 |
| Octal | 353 | 265 | 366 | 4 | 32 | 0 | 4 | 442 | 116 | 124 |
| Binary | 11101011 | 10110101 | 11110110 | 100 | 11010 | 0 | 100 | 100100010 | 1001110 | 1010100 |
Color Harmonies of #EBB5F6
Complementary color
Monochromatic Colors of #EBB5F6
Black with #EBB5F6
Text Example
Text Example
White with #EBB5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5F6; }
p { color: rgb(235,181,246); }
H1.HeaderClassName
{
color: #EBB5F6;
}
.AnyTagClassName
{
color: #EBB5F6;
}
</style>
background-color css
<style>
a { background-color: #EBB5F6; }
a { background-color: rgb(235,181,246); }
div.DivClassName
{
background-color: #EBB5F6;
}
.BgClassName
{
background-color: #EBB5F6;
}
</style>
border-color css
<style>
span { border-color: #EBB5F6; }
span { border-color: rgb(235,181,246); }
td.TdClassName
{
border-color: #EBB5F6;
}
.TagClassName
{
border-color: #EBB5F6;
}
</style>