Shades of Mauve #EBAFF7
Tints of Mauve #EBAFF7
RGB
CMYK
RGB Variations
Color information
#EBAFF7 (or 0xEBAFF7) is known color: Mauve. HEX triplet: EB, AF and F7. RGB value is (235,175,247). Sum of RGB (Red+Green+Blue) = 235+175+247=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBAFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF7 is #145008. Grayscale: #C8C8C8. Windows color (decimal): -1331209 or 16232427. OLE color: 16232427.
HSL color Cylindrical-coordinate representation of color #EBAFF7: hue angle of 290º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAFF7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 175 | 247 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.03 |
| HSL | 290º | 0.82% | 0.83% | - |
| HSV(B) | 290º | 0.29% | 0.97% | - |
| XYZ | 66.38 | 55.04 | 95.12 | - |
| YUV | 201.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 247 | 0.05 | 0.29 | 0 | 0.03 | 290 | 0.82 | 0.83 |
| Hex | EB | AF | F7 | 5 | 1D | 0 | 3 | 122 | 52 | 53 |
| Octal | 353 | 257 | 367 | 5 | 35 | 0 | 3 | 442 | 122 | 123 |
| Binary | 11101011 | 10101111 | 11110111 | 101 | 11101 | 0 | 11 | 100100010 | 1010010 | 1010011 |
Color Harmonies of #EBAFF7
Complementary color
Monochromatic Colors of #EBAFF7
Black with #EBAFF7
Text Example
Text Example
White with #EBAFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFF7; }
p { color: rgb(235,175,247); }
H1.HeaderClassName
{
color: #EBAFF7;
}
.AnyTagClassName
{
color: #EBAFF7;
}
</style>
background-color css
<style>
a { background-color: #EBAFF7; }
a { background-color: rgb(235,175,247); }
div.DivClassName
{
background-color: #EBAFF7;
}
.BgClassName
{
background-color: #EBAFF7;
}
</style>
border-color css
<style>
span { border-color: #EBAFF7; }
span { border-color: rgb(235,175,247); }
td.TdClassName
{
border-color: #EBAFF7;
}
.TagClassName
{
border-color: #EBAFF7;
}
</style>