Shades of Mauve #EBBBF5
Tints of Mauve #EBBBF5
RGB
CMYK
RGB Variations
Color information
#EBBBF5 (or 0xEBBBF5) is known color: Mauve. HEX triplet: EB, BB and F5. RGB value is (235,187,245). Sum of RGB (Red+Green+Blue) = 235+187+245=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF5 is #14440A. Grayscale: #CFCFCF. Windows color (decimal): -1328139 or 16104427. OLE color: 16104427.
HSL color Cylindrical-coordinate representation of color #EBBBF5: hue angle of 289.66º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBBBF5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 187 | 245 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.04 |
| HSL | 289.66º | 0.74% | 0.85% | - |
| HSV(B) | 289.66º | 0.24% | 0.96% | - |
| XYZ | 68.51 | 59.8 | 94.32 | - |
| YUV | 207.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 245 | 0.04 | 0.24 | 0 | 0.04 | 289.66 | 0.74 | 0.85 |
| Hex | EB | BB | F5 | 4 | 18 | 0 | 4 | 122 | 4A | 55 |
| Octal | 353 | 273 | 365 | 4 | 30 | 0 | 4 | 442 | 112 | 125 |
| Binary | 11101011 | 10111011 | 11110101 | 100 | 11000 | 0 | 100 | 100100010 | 1001010 | 1010101 |
Color Harmonies of #EBBBF5
Complementary color
Monochromatic Colors of #EBBBF5
Black with #EBBBF5
Text Example
Text Example
White with #EBBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBF5; }
p { color: rgb(235,187,245); }
H1.HeaderClassName
{
color: #EBBBF5;
}
.AnyTagClassName
{
color: #EBBBF5;
}
</style>
background-color css
<style>
a { background-color: #EBBBF5; }
a { background-color: rgb(235,187,245); }
div.DivClassName
{
background-color: #EBBBF5;
}
.BgClassName
{
background-color: #EBBBF5;
}
</style>
border-color css
<style>
span { border-color: #EBBBF5; }
span { border-color: rgb(235,187,245); }
td.TdClassName
{
border-color: #EBBBF5;
}
.TagClassName
{
border-color: #EBBBF5;
}
</style>