Shades of Mauve #EBC1FF
Tints of Mauve #EBC1FF
RGB
CMYK
RGB Variations
Color information
#EBC1FF (or 0xEBC1FF) is known color: Mauve. HEX triplet: EB, C1 and FF. RGB value is (235,193,255). Sum of RGB (Red+Green+Blue) = 235+193+255=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1FF is #143E00. Grayscale: #D4D4D4. Windows color (decimal): -1326593 or 16761323. OLE color: 16761323.
HSL color Cylindrical-coordinate representation of color #EBC1FF: hue angle of 280.65º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC1FF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 193 | 255 | - |
| CMYK | 0.08 | 0.24 | 0 | 0 |
| HSL | 280.65º | 1% | 0.88% | - |
| HSV(B) | 280.65º | 0.24% | 1% | - |
| XYZ | 71.38 | 63.02 | 103.01 | - |
| YUV | 212.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 255 | 0.08 | 0.24 | 0 | 0 | 280.65 | 1 | 0.88 |
| Hex | EB | C1 | FF | 8 | 18 | 0 | 0 | 119 | 64 | 58 |
| Octal | 353 | 301 | 377 | 10 | 30 | 0 | 0 | 431 | 144 | 130 |
| Binary | 11101011 | 11000001 | 11111111 | 1000 | 11000 | 0 | 0 | 100011001 | 1100100 | 1011000 |
Color Harmonies of #EBC1FF
Complementary color
Monochromatic Colors of #EBC1FF
Black with #EBC1FF
Text Example
Text Example
White with #EBC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1FF; }
p { color: rgb(235,193,255); }
H1.HeaderClassName
{
color: #EBC1FF;
}
.AnyTagClassName
{
color: #EBC1FF;
}
</style>
background-color css
<style>
a { background-color: #EBC1FF; }
a { background-color: rgb(235,193,255); }
div.DivClassName
{
background-color: #EBC1FF;
}
.BgClassName
{
background-color: #EBC1FF;
}
</style>
border-color css
<style>
span { border-color: #EBC1FF; }
span { border-color: rgb(235,193,255); }
td.TdClassName
{
border-color: #EBC1FF;
}
.TagClassName
{
border-color: #EBC1FF;
}
</style>