Shades of Mauve #EBB3F1
Tints of Mauve #EBB3F1
RGB
CMYK
RGB Variations
Color information
#EBB3F1 (or 0xEBB3F1) is known color: Mauve. HEX triplet: EB, B3 and F1. RGB value is (235,179,241). Sum of RGB (Red+Green+Blue) = 235+179+241=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 179 (70.31% from 255 or 27.33% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3F1 is #144C0E. Grayscale: #CACACA. Windows color (decimal): -1330191 or 15840235. OLE color: 15840235.
HSL color Cylindrical-coordinate representation of color #EBB3F1: hue angle of 294.19º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB3F1 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 179 | 241 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.05 |
| HSL | 294.19º | 0.69% | 0.82% | - |
| HSV(B) | 294.19º | 0.26% | 0.95% | - |
| XYZ | 66.26 | 56.25 | 90.58 | - |
| YUV | 202.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 241 | 0.02 | 0.26 | 0 | 0.05 | 294.19 | 0.69 | 0.82 |
| Hex | EB | B3 | F1 | 2 | 1A | 0 | 5 | 126 | 45 | 52 |
| Octal | 353 | 263 | 361 | 2 | 32 | 0 | 5 | 446 | 105 | 122 |
| Binary | 11101011 | 10110011 | 11110001 | 10 | 11010 | 0 | 101 | 100100110 | 1000101 | 1010010 |
Color Harmonies of #EBB3F1
Complementary color
Monochromatic Colors of #EBB3F1
Black with #EBB3F1
Text Example
Text Example
White with #EBB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3F1; }
p { color: rgb(235,179,241); }
H1.HeaderClassName
{
color: #EBB3F1;
}
.AnyTagClassName
{
color: #EBB3F1;
}
</style>
background-color css
<style>
a { background-color: #EBB3F1; }
a { background-color: rgb(235,179,241); }
div.DivClassName
{
background-color: #EBB3F1;
}
.BgClassName
{
background-color: #EBB3F1;
}
</style>
border-color css
<style>
span { border-color: #EBB3F1; }
span { border-color: rgb(235,179,241); }
td.TdClassName
{
border-color: #EBB3F1;
}
.TagClassName
{
border-color: #EBB3F1;
}
</style>