Shades of Mauve #EBB3FF
Tints of Mauve #EBB3FF
RGB
CMYK
RGB Variations
Color information
#EBB3FF (or 0xEBB3FF) is known color: Mauve. HEX triplet: EB, B3 and FF. RGB value is (235,179,255). Sum of RGB (Red+Green+Blue) = 235+179+255=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3FF is #144C00. Grayscale: #CCCCCC. Windows color (decimal): -1330177 or 16757739. OLE color: 16757739.
HSL color Cylindrical-coordinate representation of color #EBB3FF: hue angle of 284.21º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB3FF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 179 | 255 | - |
| CMYK | 0.08 | 0.30 | 0 | 0 |
| HSL | 284.21º | 1% | 0.85% | - |
| HSV(B) | 284.21º | 0.3% | 1% | - |
| XYZ | 68.43 | 57.12 | 102.03 | - |
| YUV | 204.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 255 | 0.08 | 0.30 | 0 | 0 | 284.21 | 1 | 0.85 |
| Hex | EB | B3 | FF | 8 | 1E | 0 | 0 | 11C | 64 | 55 |
| Octal | 353 | 263 | 377 | 10 | 36 | 0 | 0 | 434 | 144 | 125 |
| Binary | 11101011 | 10110011 | 11111111 | 1000 | 11110 | 0 | 0 | 100011100 | 1100100 | 1010101 |
Color Harmonies of #EBB3FF
Complementary color
Monochromatic Colors of #EBB3FF
Black with #EBB3FF
Text Example
Text Example
White with #EBB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3FF; }
p { color: rgb(235,179,255); }
H1.HeaderClassName
{
color: #EBB3FF;
}
.AnyTagClassName
{
color: #EBB3FF;
}
</style>
background-color css
<style>
a { background-color: #EBB3FF; }
a { background-color: rgb(235,179,255); }
div.DivClassName
{
background-color: #EBB3FF;
}
.BgClassName
{
background-color: #EBB3FF;
}
</style>
border-color css
<style>
span { border-color: #EBB3FF; }
span { border-color: rgb(235,179,255); }
td.TdClassName
{
border-color: #EBB3FF;
}
.TagClassName
{
border-color: #EBB3FF;
}
</style>