Shades of Mauve #EBAEF7
Tints of Mauve #EBAEF7
RGB
CMYK
RGB Variations
Color information
#EBAEF7 (or 0xEBAEF7) is known color: Mauve. HEX triplet: EB, AE and F7. RGB value is (235,174,247). Sum of RGB (Red+Green+Blue) = 235+174+247=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBAEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF7 is #145108. Grayscale: #C8C8C8. Windows color (decimal): -1331465 or 16232171. OLE color: 16232171.
HSL color Cylindrical-coordinate representation of color #EBAEF7: hue angle of 290.14º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAEF7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 174 | 247 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.03 |
| HSL | 290.14º | 0.82% | 0.83% | - |
| HSV(B) | 290.14º | 0.3% | 0.97% | - |
| XYZ | 66.19 | 54.65 | 95.06 | - |
| YUV | 200.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 247 | 0.05 | 0.30 | 0 | 0.03 | 290.14 | 0.82 | 0.83 |
| Hex | EB | AE | F7 | 5 | 1E | 0 | 3 | 122 | 52 | 53 |
| Octal | 353 | 256 | 367 | 5 | 36 | 0 | 3 | 442 | 122 | 123 |
| Binary | 11101011 | 10101110 | 11110111 | 101 | 11110 | 0 | 11 | 100100010 | 1010010 | 1010011 |
Color Harmonies of #EBAEF7
Complementary color
Monochromatic Colors of #EBAEF7
Black with #EBAEF7
Text Example
Text Example
White with #EBAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEF7; }
p { color: rgb(235,174,247); }
H1.HeaderClassName
{
color: #EBAEF7;
}
.AnyTagClassName
{
color: #EBAEF7;
}
</style>
background-color css
<style>
a { background-color: #EBAEF7; }
a { background-color: rgb(235,174,247); }
div.DivClassName
{
background-color: #EBAEF7;
}
.BgClassName
{
background-color: #EBAEF7;
}
</style>
border-color css
<style>
span { border-color: #EBAEF7; }
span { border-color: rgb(235,174,247); }
td.TdClassName
{
border-color: #EBAEF7;
}
.TagClassName
{
border-color: #EBAEF7;
}
</style>