Shades of Mauve #EBA4FC
Tints of Mauve #EBA4FC
RGB
CMYK
RGB Variations
Color information
#EBA4FC (or 0xEBA4FC) is known color: Mauve. HEX triplet: EB, A4 and FC. RGB value is (235,164,252). Sum of RGB (Red+Green+Blue) = 235+164+252=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FC is #145B03. Grayscale: #C2C2C2. Windows color (decimal): -1334020 or 16557291. OLE color: 16557291.
HSL color Cylindrical-coordinate representation of color #EBA4FC: hue angle of 288.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA4FC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 164 | 252 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.01 |
| HSL | 288.41º | 0.94% | 0.82% | - |
| HSV(B) | 288.41º | 0.35% | 0.99% | - |
| XYZ | 65.11 | 51.24 | 98.55 | - |
| YUV | 195.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 252 | 0.07 | 0.35 | 0 | 0.01 | 288.41 | 0.94 | 0.82 |
| Hex | EB | A4 | FC | 7 | 23 | 0 | 1 | 120 | 5E | 52 |
| Octal | 353 | 244 | 374 | 7 | 43 | 0 | 1 | 440 | 136 | 122 |
| Binary | 11101011 | 10100100 | 11111100 | 111 | 100011 | 0 | 1 | 100100000 | 1011110 | 1010010 |
Color Harmonies of #EBA4FC
Complementary color
Monochromatic Colors of #EBA4FC
Black with #EBA4FC
Text Example
Text Example
White with #EBA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4FC; }
p { color: rgb(235,164,252); }
H1.HeaderClassName
{
color: #EBA4FC;
}
.AnyTagClassName
{
color: #EBA4FC;
}
</style>
background-color css
<style>
a { background-color: #EBA4FC; }
a { background-color: rgb(235,164,252); }
div.DivClassName
{
background-color: #EBA4FC;
}
.BgClassName
{
background-color: #EBA4FC;
}
</style>
border-color css
<style>
span { border-color: #EBA4FC; }
span { border-color: rgb(235,164,252); }
td.TdClassName
{
border-color: #EBA4FC;
}
.TagClassName
{
border-color: #EBA4FC;
}
</style>