Shades of Mauve #EBB6F2
Tints of Mauve #EBB6F2
RGB
CMYK
RGB Variations
Color information
#EBB6F2 (or 0xEBB6F2) is known color: Mauve. HEX triplet: EB, B6 and F2. RGB value is (235,182,242). Sum of RGB (Red+Green+Blue) = 235+182+242=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6F2 is #14490D. Grayscale: #CCCCCC. Windows color (decimal): -1329422 or 15906539. OLE color: 15906539.
HSL color Cylindrical-coordinate representation of color #EBB6F2: hue angle of 293º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB6F2 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 182 | 242 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.05 |
| HSL | 293º | 0.7% | 0.83% | - |
| HSV(B) | 293º | 0.25% | 0.95% | - |
| XYZ | 67.02 | 57.53 | 91.58 | - |
| YUV | 204.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 242 | 0.03 | 0.25 | 0 | 0.05 | 293 | 0.7 | 0.83 |
| Hex | EB | B6 | F2 | 3 | 19 | 0 | 5 | 125 | 46 | 53 |
| Octal | 353 | 266 | 362 | 3 | 31 | 0 | 5 | 445 | 106 | 123 |
| Binary | 11101011 | 10110110 | 11110010 | 11 | 11001 | 0 | 101 | 100100101 | 1000110 | 1010011 |
Color Harmonies of #EBB6F2
Complementary color
Monochromatic Colors of #EBB6F2
Black with #EBB6F2
Text Example
Text Example
White with #EBB6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6F2; }
p { color: rgb(235,182,242); }
H1.HeaderClassName
{
color: #EBB6F2;
}
.AnyTagClassName
{
color: #EBB6F2;
}
</style>
background-color css
<style>
a { background-color: #EBB6F2; }
a { background-color: rgb(235,182,242); }
div.DivClassName
{
background-color: #EBB6F2;
}
.BgClassName
{
background-color: #EBB6F2;
}
</style>
border-color css
<style>
span { border-color: #EBB6F2; }
span { border-color: rgb(235,182,242); }
td.TdClassName
{
border-color: #EBB6F2;
}
.TagClassName
{
border-color: #EBB6F2;
}
</style>