Shades of Mauve #EBB8FF
Tints of Mauve #EBB8FF
RGB
CMYK
RGB Variations
Color information
#EBB8FF (or 0xEBB8FF) is known color: Mauve. HEX triplet: EB, B8 and FF. RGB value is (235,184,255). Sum of RGB (Red+Green+Blue) = 235+184+255=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 184 (72.27% from 255 or 27.30% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8FF is #144700. Grayscale: #CFCFCF. Windows color (decimal): -1328897 or 16759019. OLE color: 16759019.
HSL color Cylindrical-coordinate representation of color #EBB8FF: hue angle of 283.1º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB8FF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 184 | 255 | - |
| CMYK | 0.08 | 0.28 | 0 | 0 |
| HSL | 283.1º | 1% | 0.86% | - |
| HSV(B) | 283.1º | 0.28% | 1% | - |
| XYZ | 69.45 | 59.16 | 102.37 | - |
| YUV | 207.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 255 | 0.08 | 0.28 | 0 | 0 | 283.1 | 1 | 0.86 |
| Hex | EB | B8 | FF | 8 | 1C | 0 | 0 | 11B | 64 | 56 |
| Octal | 353 | 270 | 377 | 10 | 34 | 0 | 0 | 433 | 144 | 126 |
| Binary | 11101011 | 10111000 | 11111111 | 1000 | 11100 | 0 | 0 | 100011011 | 1100100 | 1010110 |
Color Harmonies of #EBB8FF
Complementary color
Monochromatic Colors of #EBB8FF
Black with #EBB8FF
Text Example
Text Example
White with #EBB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8FF; }
p { color: rgb(235,184,255); }
H1.HeaderClassName
{
color: #EBB8FF;
}
.AnyTagClassName
{
color: #EBB8FF;
}
</style>
background-color css
<style>
a { background-color: #EBB8FF; }
a { background-color: rgb(235,184,255); }
div.DivClassName
{
background-color: #EBB8FF;
}
.BgClassName
{
background-color: #EBB8FF;
}
</style>
border-color css
<style>
span { border-color: #EBB8FF; }
span { border-color: rgb(235,184,255); }
td.TdClassName
{
border-color: #EBB8FF;
}
.TagClassName
{
border-color: #EBB8FF;
}
</style>