Shades of Mauve #EBBAF2
Tints of Mauve #EBBAF2
RGB
CMYK
RGB Variations
Color information
#EBBAF2 (or 0xEBBAF2) is known color: Mauve. HEX triplet: EB, BA and F2. RGB value is (235,186,242). Sum of RGB (Red+Green+Blue) = 235+186+242=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF2 is #14450D. Grayscale: #CECECE. Windows color (decimal): -1328398 or 15907563. OLE color: 15907563.
HSL color Cylindrical-coordinate representation of color #EBBAF2: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBAF2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 186 | 242 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.05 |
| HSL | 292.5º | 0.68% | 0.84% | - |
| HSV(B) | 292.5º | 0.23% | 0.95% | - |
| XYZ | 67.85 | 59.19 | 91.85 | - |
| YUV | 207.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 242 | 0.03 | 0.23 | 0 | 0.05 | 292.5 | 0.68 | 0.84 |
| Hex | EB | BA | F2 | 3 | 17 | 0 | 5 | 124 | 44 | 54 |
| Octal | 353 | 272 | 362 | 3 | 27 | 0 | 5 | 444 | 104 | 124 |
| Binary | 11101011 | 10111010 | 11110010 | 11 | 10111 | 0 | 101 | 100100100 | 1000100 | 1010100 |
Color Harmonies of #EBBAF2
Complementary color
Monochromatic Colors of #EBBAF2
Black with #EBBAF2
Text Example
Text Example
White with #EBBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAF2; }
p { color: rgb(235,186,242); }
H1.HeaderClassName
{
color: #EBBAF2;
}
.AnyTagClassName
{
color: #EBBAF2;
}
</style>
background-color css
<style>
a { background-color: #EBBAF2; }
a { background-color: rgb(235,186,242); }
div.DivClassName
{
background-color: #EBBAF2;
}
.BgClassName
{
background-color: #EBBAF2;
}
</style>
border-color css
<style>
span { border-color: #EBBAF2; }
span { border-color: rgb(235,186,242); }
td.TdClassName
{
border-color: #EBBAF2;
}
.TagClassName
{
border-color: #EBBAF2;
}
</style>