Shades of Mauve #EBB1FE
Tints of Mauve #EBB1FE
RGB
CMYK
RGB Variations
Color information
#EBB1FE (or 0xEBB1FE) is known color: Mauve. HEX triplet: EB, B1 and FE. RGB value is (235,177,254). Sum of RGB (Red+Green+Blue) = 235+177+254=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1FE is #144E01. Grayscale: #CACACA. Windows color (decimal): -1330690 or 16691691. OLE color: 16691691.
HSL color Cylindrical-coordinate representation of color #EBB1FE: hue angle of 285.19º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB1FE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 177 | 254 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.00 |
| HSL | 285.19º | 0.97% | 0.85% | - |
| HSV(B) | 285.19º | 0.3% | 1% | - |
| XYZ | 67.87 | 56.26 | 101.05 | - |
| YUV | 203.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 254 | 0.07 | 0.30 | 0 | 0.00 | 285.19 | 0.97 | 0.85 |
| Hex | EB | B1 | FE | 7 | 1E | 0 | 0 | 11D | 61 | 55 |
| Octal | 353 | 261 | 376 | 7 | 36 | 0 | 0 | 435 | 141 | 125 |
| Binary | 11101011 | 10110001 | 11111110 | 111 | 11110 | 0 | 0 | 100011101 | 1100001 | 1010101 |
Color Harmonies of #EBB1FE
Complementary color
Monochromatic Colors of #EBB1FE
Black with #EBB1FE
Text Example
Text Example
White with #EBB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1FE; }
p { color: rgb(235,177,254); }
H1.HeaderClassName
{
color: #EBB1FE;
}
.AnyTagClassName
{
color: #EBB1FE;
}
</style>
background-color css
<style>
a { background-color: #EBB1FE; }
a { background-color: rgb(235,177,254); }
div.DivClassName
{
background-color: #EBB1FE;
}
.BgClassName
{
background-color: #EBB1FE;
}
</style>
border-color css
<style>
span { border-color: #EBB1FE; }
span { border-color: rgb(235,177,254); }
td.TdClassName
{
border-color: #EBB1FE;
}
.TagClassName
{
border-color: #EBB1FE;
}
</style>