Shades of Mauve #EBAFF4
Tints of Mauve #EBAFF4
RGB
CMYK
RGB Variations
Color information
#EBAFF4 (or 0xEBAFF4) is known color: Mauve. HEX triplet: EB, AF and F4. RGB value is (235,175,244). Sum of RGB (Red+Green+Blue) = 235+175+244=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF4 is #14500B. Grayscale: #C8C8C8. Windows color (decimal): -1331212 or 16035819. OLE color: 16035819.
HSL color Cylindrical-coordinate representation of color #EBAFF4: hue angle of 292.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAFF4 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 175 | 244 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.04 |
| HSL | 292.17º | 0.76% | 0.82% | - |
| HSV(B) | 292.17º | 0.28% | 0.96% | - |
| XYZ | 65.92 | 54.85 | 92.7 | - |
| YUV | 200.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 244 | 0.04 | 0.28 | 0 | 0.04 | 292.17 | 0.76 | 0.82 |
| Hex | EB | AF | F4 | 4 | 1C | 0 | 4 | 124 | 4C | 52 |
| Octal | 353 | 257 | 364 | 4 | 34 | 0 | 4 | 444 | 114 | 122 |
| Binary | 11101011 | 10101111 | 11110100 | 100 | 11100 | 0 | 100 | 100100100 | 1001100 | 1010010 |
Color Harmonies of #EBAFF4
Complementary color
Monochromatic Colors of #EBAFF4
Black with #EBAFF4
Text Example
Text Example
White with #EBAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFF4; }
p { color: rgb(235,175,244); }
H1.HeaderClassName
{
color: #EBAFF4;
}
.AnyTagClassName
{
color: #EBAFF4;
}
</style>
background-color css
<style>
a { background-color: #EBAFF4; }
a { background-color: rgb(235,175,244); }
div.DivClassName
{
background-color: #EBAFF4;
}
.BgClassName
{
background-color: #EBAFF4;
}
</style>
border-color css
<style>
span { border-color: #EBAFF4; }
span { border-color: rgb(235,175,244); }
td.TdClassName
{
border-color: #EBAFF4;
}
.TagClassName
{
border-color: #EBAFF4;
}
</style>