Shades of Mauve #EBB9F2
Tints of Mauve #EBB9F2
RGB
CMYK
RGB Variations
Color information
#EBB9F2 (or 0xEBB9F2) is known color: Mauve. HEX triplet: EB, B9 and F2. RGB value is (235,185,242). Sum of RGB (Red+Green+Blue) = 235+185+242=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9F2 is #14460D. Grayscale: #CECECE. Windows color (decimal): -1328654 or 15907307. OLE color: 15907307.
HSL color Cylindrical-coordinate representation of color #EBB9F2: hue angle of 292.63º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB9F2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 185 | 242 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.05 |
| HSL | 292.63º | 0.69% | 0.84% | - |
| HSV(B) | 292.63º | 0.24% | 0.95% | - |
| XYZ | 67.64 | 58.77 | 91.78 | - |
| YUV | 206.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 242 | 0.03 | 0.24 | 0 | 0.05 | 292.63 | 0.69 | 0.84 |
| Hex | EB | B9 | F2 | 3 | 18 | 0 | 5 | 125 | 45 | 54 |
| Octal | 353 | 271 | 362 | 3 | 30 | 0 | 5 | 445 | 105 | 124 |
| Binary | 11101011 | 10111001 | 11110010 | 11 | 11000 | 0 | 101 | 100100101 | 1000101 | 1010100 |
Color Harmonies of #EBB9F2
Complementary color
Monochromatic Colors of #EBB9F2
Black with #EBB9F2
Text Example
Text Example
White with #EBB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9F2; }
p { color: rgb(235,185,242); }
H1.HeaderClassName
{
color: #EBB9F2;
}
.AnyTagClassName
{
color: #EBB9F2;
}
</style>
background-color css
<style>
a { background-color: #EBB9F2; }
a { background-color: rgb(235,185,242); }
div.DivClassName
{
background-color: #EBB9F2;
}
.BgClassName
{
background-color: #EBB9F2;
}
</style>
border-color css
<style>
span { border-color: #EBB9F2; }
span { border-color: rgb(235,185,242); }
td.TdClassName
{
border-color: #EBB9F2;
}
.TagClassName
{
border-color: #EBB9F2;
}
</style>