Shades of Mauve #EBAFF3
Tints of Mauve #EBAFF3
RGB
CMYK
RGB Variations
Color information
#EBAFF3 (or 0xEBAFF3) is known color: Mauve. HEX triplet: EB, AF and F3. RGB value is (235,175,243). Sum of RGB (Red+Green+Blue) = 235+175+243=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF3 is #14500C. Grayscale: #C8C8C8. Windows color (decimal): -1331213 or 15970283. OLE color: 15970283.
HSL color Cylindrical-coordinate representation of color #EBAFF3: hue angle of 292.94º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAFF3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 175 | 243 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.05 |
| HSL | 292.94º | 0.74% | 0.82% | - |
| HSV(B) | 292.94º | 0.28% | 0.95% | - |
| XYZ | 65.77 | 54.79 | 91.9 | - |
| YUV | 200.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 243 | 0.03 | 0.28 | 0 | 0.05 | 292.94 | 0.74 | 0.82 |
| Hex | EB | AF | F3 | 3 | 1C | 0 | 5 | 125 | 4A | 52 |
| Octal | 353 | 257 | 363 | 3 | 34 | 0 | 5 | 445 | 112 | 122 |
| Binary | 11101011 | 10101111 | 11110011 | 11 | 11100 | 0 | 101 | 100100101 | 1001010 | 1010010 |
Color Harmonies of #EBAFF3
Complementary color
Monochromatic Colors of #EBAFF3
Black with #EBAFF3
Text Example
Text Example
White with #EBAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFF3; }
p { color: rgb(235,175,243); }
H1.HeaderClassName
{
color: #EBAFF3;
}
.AnyTagClassName
{
color: #EBAFF3;
}
</style>
background-color css
<style>
a { background-color: #EBAFF3; }
a { background-color: rgb(235,175,243); }
div.DivClassName
{
background-color: #EBAFF3;
}
.BgClassName
{
background-color: #EBAFF3;
}
</style>
border-color css
<style>
span { border-color: #EBAFF3; }
span { border-color: rgb(235,175,243); }
td.TdClassName
{
border-color: #EBAFF3;
}
.TagClassName
{
border-color: #EBAFF3;
}
</style>