Shades of Mauve #EBA4F7
Tints of Mauve #EBA4F7
RGB
CMYK
RGB Variations
Color information
#EBA4F7 (or 0xEBA4F7) is known color: Mauve. HEX triplet: EB, A4 and F7. RGB value is (235,164,247). Sum of RGB (Red+Green+Blue) = 235+164+247=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBA4F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4F7 is #145B08. Grayscale: #C2C2C2. Windows color (decimal): -1334025 or 16229611. OLE color: 16229611.
HSL color Cylindrical-coordinate representation of color #EBA4F7: hue angle of 291.33º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA4F7 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 164 | 247 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.03 |
| HSL | 291.33º | 0.84% | 0.81% | - |
| HSV(B) | 291.33º | 0.34% | 0.97% | - |
| XYZ | 64.32 | 50.93 | 94.44 | - |
| YUV | 194.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 247 | 0.05 | 0.34 | 0 | 0.03 | 291.33 | 0.84 | 0.81 |
| Hex | EB | A4 | F7 | 5 | 22 | 0 | 3 | 123 | 54 | 51 |
| Octal | 353 | 244 | 367 | 5 | 42 | 0 | 3 | 443 | 124 | 121 |
| Binary | 11101011 | 10100100 | 11110111 | 101 | 100010 | 0 | 11 | 100100011 | 1010100 | 1010001 |
Color Harmonies of #EBA4F7
Complementary color
Monochromatic Colors of #EBA4F7
Black with #EBA4F7
Text Example
Text Example
White with #EBA4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4F7; }
p { color: rgb(235,164,247); }
H1.HeaderClassName
{
color: #EBA4F7;
}
.AnyTagClassName
{
color: #EBA4F7;
}
</style>
background-color css
<style>
a { background-color: #EBA4F7; }
a { background-color: rgb(235,164,247); }
div.DivClassName
{
background-color: #EBA4F7;
}
.BgClassName
{
background-color: #EBA4F7;
}
</style>
border-color css
<style>
span { border-color: #EBA4F7; }
span { border-color: rgb(235,164,247); }
td.TdClassName
{
border-color: #EBA4F7;
}
.TagClassName
{
border-color: #EBA4F7;
}
</style>