Shades of Mauve #EBB5FA
Tints of Mauve #EBB5FA
RGB
CMYK
RGB Variations
Color information
#EBB5FA (or 0xEBB5FA) is known color: Mauve. HEX triplet: EB, B5 and FA. RGB value is (235,181,250). Sum of RGB (Red+Green+Blue) = 235+181+250=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FA is #144A05. Grayscale: #CCCCCC. Windows color (decimal): -1329670 or 16430571. OLE color: 16430571.
HSL color Cylindrical-coordinate representation of color #EBB5FA: hue angle of 286.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB5FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 181 | 250 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.02 |
| HSL | 286.96º | 0.87% | 0.85% | - |
| HSV(B) | 286.96º | 0.28% | 0.98% | - |
| XYZ | 68.04 | 57.61 | 97.98 | - |
| YUV | 205.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 250 | 0.06 | 0.28 | 0 | 0.02 | 286.96 | 0.87 | 0.85 |
| Hex | EB | B5 | FA | 6 | 1C | 0 | 2 | 11F | 57 | 55 |
| Octal | 353 | 265 | 372 | 6 | 34 | 0 | 2 | 437 | 127 | 125 |
| Binary | 11101011 | 10110101 | 11111010 | 110 | 11100 | 0 | 10 | 100011111 | 1010111 | 1010101 |
Color Harmonies of #EBB5FA
Complementary color
Monochromatic Colors of #EBB5FA
Black with #EBB5FA
Text Example
Text Example
White with #EBB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5FA; }
p { color: rgb(235,181,250); }
H1.HeaderClassName
{
color: #EBB5FA;
}
.AnyTagClassName
{
color: #EBB5FA;
}
</style>
background-color css
<style>
a { background-color: #EBB5FA; }
a { background-color: rgb(235,181,250); }
div.DivClassName
{
background-color: #EBB5FA;
}
.BgClassName
{
background-color: #EBB5FA;
}
</style>
border-color css
<style>
span { border-color: #EBB5FA; }
span { border-color: rgb(235,181,250); }
td.TdClassName
{
border-color: #EBB5FA;
}
.TagClassName
{
border-color: #EBB5FA;
}
</style>