Shades of Mauve #EBAEFE
Tints of Mauve #EBAEFE
RGB
CMYK
RGB Variations
Color information
#EBAEFE (or 0xEBAEFE) is known color: Mauve. HEX triplet: EB, AE and FE. RGB value is (235,174,254). Sum of RGB (Red+Green+Blue) = 235+174+254=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEFE is #145101. Grayscale: #C9C9C9. Windows color (decimal): -1331458 or 16690923. OLE color: 16690923.
HSL color Cylindrical-coordinate representation of color #EBAEFE: hue angle of 285.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBAEFE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 174 | 254 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.00 |
| HSL | 285.75º | 0.98% | 0.84% | - |
| HSV(B) | 285.75º | 0.31% | 1% | - |
| XYZ | 67.29 | 55.09 | 100.85 | - |
| YUV | 201.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 254 | 0.07 | 0.31 | 0 | 0.00 | 285.75 | 0.98 | 0.84 |
| Hex | EB | AE | FE | 7 | 1F | 0 | 0 | 11E | 62 | 54 |
| Octal | 353 | 256 | 376 | 7 | 37 | 0 | 0 | 436 | 142 | 124 |
| Binary | 11101011 | 10101110 | 11111110 | 111 | 11111 | 0 | 0 | 100011110 | 1100010 | 1010100 |
Color Harmonies of #EBAEFE
Complementary color
Monochromatic Colors of #EBAEFE
Black with #EBAEFE
Text Example
Text Example
White with #EBAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEFE; }
p { color: rgb(235,174,254); }
H1.HeaderClassName
{
color: #EBAEFE;
}
.AnyTagClassName
{
color: #EBAEFE;
}
</style>
background-color css
<style>
a { background-color: #EBAEFE; }
a { background-color: rgb(235,174,254); }
div.DivClassName
{
background-color: #EBAEFE;
}
.BgClassName
{
background-color: #EBAEFE;
}
</style>
border-color css
<style>
span { border-color: #EBAEFE; }
span { border-color: rgb(235,174,254); }
td.TdClassName
{
border-color: #EBAEFE;
}
.TagClassName
{
border-color: #EBAEFE;
}
</style>