Shades of Mauve #EBC0FF
Tints of Mauve #EBC0FF
RGB
CMYK
RGB Variations
Color information
#EBC0FF (or 0xEBC0FF) is known color: Mauve. HEX triplet: EB, C0 and FF. RGB value is (235,192,255). Sum of RGB (Red+Green+Blue) = 235+192+255=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0FF is #143F00. Grayscale: #D3D3D3. Windows color (decimal): -1326849 or 16761067. OLE color: 16761067.
HSL color Cylindrical-coordinate representation of color #EBC0FF: hue angle of 280.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC0FF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 192 | 255 | - |
| CMYK | 0.08 | 0.25 | 0 | 0 |
| HSL | 280.95º | 1% | 0.88% | - |
| HSV(B) | 280.95º | 0.25% | 1% | - |
| XYZ | 71.16 | 62.58 | 102.94 | - |
| YUV | 212.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 255 | 0.08 | 0.25 | 0 | 0 | 280.95 | 1 | 0.88 |
| Hex | EB | C0 | FF | 8 | 19 | 0 | 0 | 119 | 64 | 58 |
| Octal | 353 | 300 | 377 | 10 | 31 | 0 | 0 | 431 | 144 | 130 |
| Binary | 11101011 | 11000000 | 11111111 | 1000 | 11001 | 0 | 0 | 100011001 | 1100100 | 1011000 |
Color Harmonies of #EBC0FF
Complementary color
Monochromatic Colors of #EBC0FF
Black with #EBC0FF
Text Example
Text Example
White with #EBC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0FF; }
p { color: rgb(235,192,255); }
H1.HeaderClassName
{
color: #EBC0FF;
}
.AnyTagClassName
{
color: #EBC0FF;
}
</style>
background-color css
<style>
a { background-color: #EBC0FF; }
a { background-color: rgb(235,192,255); }
div.DivClassName
{
background-color: #EBC0FF;
}
.BgClassName
{
background-color: #EBC0FF;
}
</style>
border-color css
<style>
span { border-color: #EBC0FF; }
span { border-color: rgb(235,192,255); }
td.TdClassName
{
border-color: #EBC0FF;
}
.TagClassName
{
border-color: #EBC0FF;
}
</style>