Shades of Mauve #EBABFE
Tints of Mauve #EBABFE
RGB
CMYK
RGB Variations
Color information
#EBABFE (or 0xEBABFE) is known color: Mauve. HEX triplet: EB, AB and FE. RGB value is (235,171,254). Sum of RGB (Red+Green+Blue) = 235+171+254=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABFE is #145401. Grayscale: #C7C7C7. Windows color (decimal): -1332226 or 16690155. OLE color: 16690155.
HSL color Cylindrical-coordinate representation of color #EBABFE: hue angle of 286.27º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBABFE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 171 | 254 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.00 |
| HSL | 286.27º | 0.98% | 0.83% | - |
| HSV(B) | 286.27º | 0.33% | 1% | - |
| XYZ | 66.71 | 53.94 | 100.66 | - |
| YUV | 199.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 254 | 0.07 | 0.33 | 0 | 0.00 | 286.27 | 0.98 | 0.83 |
| Hex | EB | AB | FE | 7 | 21 | 0 | 0 | 11E | 62 | 53 |
| Octal | 353 | 253 | 376 | 7 | 41 | 0 | 0 | 436 | 142 | 123 |
| Binary | 11101011 | 10101011 | 11111110 | 111 | 100001 | 0 | 0 | 100011110 | 1100010 | 1010011 |
Color Harmonies of #EBABFE
Complementary color
Monochromatic Colors of #EBABFE
Black with #EBABFE
Text Example
Text Example
White with #EBABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABFE; }
p { color: rgb(235,171,254); }
H1.HeaderClassName
{
color: #EBABFE;
}
.AnyTagClassName
{
color: #EBABFE;
}
</style>
background-color css
<style>
a { background-color: #EBABFE; }
a { background-color: rgb(235,171,254); }
div.DivClassName
{
background-color: #EBABFE;
}
.BgClassName
{
background-color: #EBABFE;
}
</style>
border-color css
<style>
span { border-color: #EBABFE; }
span { border-color: rgb(235,171,254); }
td.TdClassName
{
border-color: #EBABFE;
}
.TagClassName
{
border-color: #EBABFE;
}
</style>