Shades of Mauve #EBAEF2
Tints of Mauve #EBAEF2
RGB
CMYK
RGB Variations
Color information
#EBAEF2 (or 0xEBAEF2) is known color: Mauve. HEX triplet: EB, AE and F2. RGB value is (235,174,242). Sum of RGB (Red+Green+Blue) = 235+174+242=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF2 is #14510D. Grayscale: #C7C7C7. Windows color (decimal): -1331470 or 15904491. OLE color: 15904491.
HSL color Cylindrical-coordinate representation of color #EBAEF2: hue angle of 293.82º degrees, saturation: 0.72, 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 #EBAEF2 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 174 | 242 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.05 |
| HSL | 293.82º | 0.72% | 0.82% | - |
| HSV(B) | 293.82º | 0.28% | 0.95% | - |
| XYZ | 65.42 | 54.35 | 91.05 | - |
| YUV | 199.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 242 | 0.03 | 0.28 | 0 | 0.05 | 293.82 | 0.72 | 0.82 |
| Hex | EB | AE | F2 | 3 | 1C | 0 | 5 | 126 | 48 | 52 |
| Octal | 353 | 256 | 362 | 3 | 34 | 0 | 5 | 446 | 110 | 122 |
| Binary | 11101011 | 10101110 | 11110010 | 11 | 11100 | 0 | 101 | 100100110 | 1001000 | 1010010 |
Color Harmonies of #EBAEF2
Complementary color
Monochromatic Colors of #EBAEF2
Black with #EBAEF2
Text Example
Text Example
White with #EBAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEF2; }
p { color: rgb(235,174,242); }
H1.HeaderClassName
{
color: #EBAEF2;
}
.AnyTagClassName
{
color: #EBAEF2;
}
</style>
background-color css
<style>
a { background-color: #EBAEF2; }
a { background-color: rgb(235,174,242); }
div.DivClassName
{
background-color: #EBAEF2;
}
.BgClassName
{
background-color: #EBAEF2;
}
</style>
border-color css
<style>
span { border-color: #EBAEF2; }
span { border-color: rgb(235,174,242); }
td.TdClassName
{
border-color: #EBAEF2;
}
.TagClassName
{
border-color: #EBAEF2;
}
</style>