Shades of Mauve #EBB0FF
Tints of Mauve #EBB0FF
RGB
CMYK
RGB Variations
Color information
#EBB0FF (or 0xEBB0FF) is known color: Mauve. HEX triplet: EB, B0 and FF. RGB value is (235,176,255). Sum of RGB (Red+Green+Blue) = 235+176+255=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0FF is #144F00. Grayscale: #CACACA. Windows color (decimal): -1330945 or 16756971. OLE color: 16756971.
HSL color Cylindrical-coordinate representation of color #EBB0FF: hue angle of 284.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBB0FF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 176 | 255 | - |
| CMYK | 0.08 | 0.31 | 0 | 0 |
| HSL | 284.81º | 1% | 0.85% | - |
| HSV(B) | 284.81º | 0.31% | 1% | - |
| XYZ | 67.84 | 55.93 | 101.83 | - |
| YUV | 202.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 255 | 0.08 | 0.31 | 0 | 0 | 284.81 | 1 | 0.85 |
| Hex | EB | B0 | FF | 8 | 1F | 0 | 0 | 11D | 64 | 55 |
| Octal | 353 | 260 | 377 | 10 | 37 | 0 | 0 | 435 | 144 | 125 |
| Binary | 11101011 | 10110000 | 11111111 | 1000 | 11111 | 0 | 0 | 100011101 | 1100100 | 1010101 |
Color Harmonies of #EBB0FF
Complementary color
Monochromatic Colors of #EBB0FF
Black with #EBB0FF
Text Example
Text Example
White with #EBB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0FF; }
p { color: rgb(235,176,255); }
H1.HeaderClassName
{
color: #EBB0FF;
}
.AnyTagClassName
{
color: #EBB0FF;
}
</style>
background-color css
<style>
a { background-color: #EBB0FF; }
a { background-color: rgb(235,176,255); }
div.DivClassName
{
background-color: #EBB0FF;
}
.BgClassName
{
background-color: #EBB0FF;
}
</style>
border-color css
<style>
span { border-color: #EBB0FF; }
span { border-color: rgb(235,176,255); }
td.TdClassName
{
border-color: #EBB0FF;
}
.TagClassName
{
border-color: #EBB0FF;
}
</style>