Shades of Mauve #EBB0F8
Tints of Mauve #EBB0F8
RGB
CMYK
RGB Variations
Color information
#EBB0F8 (or 0xEBB0F8) is known color: Mauve. HEX triplet: EB, B0 and F8. RGB value is (235,176,248). Sum of RGB (Red+Green+Blue) = 235+176+248=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBB0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0F8 is #144F07. Grayscale: #C9C9C9. Windows color (decimal): -1330952 or 16298219. OLE color: 16298219.
HSL color Cylindrical-coordinate representation of color #EBB0F8: hue angle of 289.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBB0F8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 176 | 248 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.03 |
| HSL | 289.17º | 0.84% | 0.83% | - |
| HSV(B) | 289.17º | 0.29% | 0.97% | - |
| XYZ | 66.73 | 55.49 | 96 | - |
| YUV | 201.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 248 | 0.05 | 0.29 | 0 | 0.03 | 289.17 | 0.84 | 0.83 |
| Hex | EB | B0 | F8 | 5 | 1D | 0 | 3 | 121 | 54 | 53 |
| Octal | 353 | 260 | 370 | 5 | 35 | 0 | 3 | 441 | 124 | 123 |
| Binary | 11101011 | 10110000 | 11111000 | 101 | 11101 | 0 | 11 | 100100001 | 1010100 | 1010011 |
Color Harmonies of #EBB0F8
Complementary color
Monochromatic Colors of #EBB0F8
Black with #EBB0F8
Text Example
Text Example
White with #EBB0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0F8; }
p { color: rgb(235,176,248); }
H1.HeaderClassName
{
color: #EBB0F8;
}
.AnyTagClassName
{
color: #EBB0F8;
}
</style>
background-color css
<style>
a { background-color: #EBB0F8; }
a { background-color: rgb(235,176,248); }
div.DivClassName
{
background-color: #EBB0F8;
}
.BgClassName
{
background-color: #EBB0F8;
}
</style>
border-color css
<style>
span { border-color: #EBB0F8; }
span { border-color: rgb(235,176,248); }
td.TdClassName
{
border-color: #EBB0F8;
}
.TagClassName
{
border-color: #EBB0F8;
}
</style>