Shades of Mauve #EBB6F5
Tints of Mauve #EBB6F5
RGB
CMYK
RGB Variations
Color information
#EBB6F5 (or 0xEBB6F5) is known color: Mauve. HEX triplet: EB, B6 and F5. RGB value is (235,182,245). Sum of RGB (Red+Green+Blue) = 235+182+245=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBB6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6F5 is #14490A. Grayscale: #CCCCCC. Windows color (decimal): -1329419 or 16103147. OLE color: 16103147.
HSL color Cylindrical-coordinate representation of color #EBB6F5: hue angle of 290.48º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB6F5 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 182 | 245 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.04 |
| HSL | 290.48º | 0.76% | 0.84% | - |
| HSV(B) | 290.48º | 0.26% | 0.96% | - |
| XYZ | 67.47 | 57.71 | 93.97 | - |
| YUV | 205.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 245 | 0.04 | 0.26 | 0 | 0.04 | 290.48 | 0.76 | 0.84 |
| Hex | EB | B6 | F5 | 4 | 1A | 0 | 4 | 122 | 4C | 54 |
| Octal | 353 | 266 | 365 | 4 | 32 | 0 | 4 | 442 | 114 | 124 |
| Binary | 11101011 | 10110110 | 11110101 | 100 | 11010 | 0 | 100 | 100100010 | 1001100 | 1010100 |
Color Harmonies of #EBB6F5
Complementary color
Monochromatic Colors of #EBB6F5
Black with #EBB6F5
Text Example
Text Example
White with #EBB6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6F5; }
p { color: rgb(235,182,245); }
H1.HeaderClassName
{
color: #EBB6F5;
}
.AnyTagClassName
{
color: #EBB6F5;
}
</style>
background-color css
<style>
a { background-color: #EBB6F5; }
a { background-color: rgb(235,182,245); }
div.DivClassName
{
background-color: #EBB6F5;
}
.BgClassName
{
background-color: #EBB6F5;
}
</style>
border-color css
<style>
span { border-color: #EBB6F5; }
span { border-color: rgb(235,182,245); }
td.TdClassName
{
border-color: #EBB6F5;
}
.TagClassName
{
border-color: #EBB6F5;
}
</style>