Shades of Mauve #EBC0FC
Tints of Mauve #EBC0FC
RGB
CMYK
RGB Variations
Color information
#EBC0FC (or 0xEBC0FC) is known color: Mauve. HEX triplet: EB, C0 and FC. RGB value is (235,192,252). Sum of RGB (Red+Green+Blue) = 235+192+252=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0FC is #143F03. Grayscale: #D3D3D3. Windows color (decimal): -1326852 or 16564459. OLE color: 16564459.
HSL color Cylindrical-coordinate representation of color #EBC0FC: hue angle of 283º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC0FC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 192 | 252 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.01 |
| HSL | 283º | 0.91% | 0.87% | - |
| HSV(B) | 283º | 0.24% | 0.99% | - |
| XYZ | 70.68 | 62.39 | 100.41 | - |
| YUV | 211.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 252 | 0.07 | 0.24 | 0 | 0.01 | 283 | 0.91 | 0.87 |
| Hex | EB | C0 | FC | 7 | 18 | 0 | 1 | 11B | 5B | 57 |
| Octal | 353 | 300 | 374 | 7 | 30 | 0 | 1 | 433 | 133 | 127 |
| Binary | 11101011 | 11000000 | 11111100 | 111 | 11000 | 0 | 1 | 100011011 | 1011011 | 1010111 |
Color Harmonies of #EBC0FC
Complementary color
Monochromatic Colors of #EBC0FC
Black with #EBC0FC
Text Example
Text Example
White with #EBC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0FC; }
p { color: rgb(235,192,252); }
H1.HeaderClassName
{
color: #EBC0FC;
}
.AnyTagClassName
{
color: #EBC0FC;
}
</style>
background-color css
<style>
a { background-color: #EBC0FC; }
a { background-color: rgb(235,192,252); }
div.DivClassName
{
background-color: #EBC0FC;
}
.BgClassName
{
background-color: #EBC0FC;
}
</style>
border-color css
<style>
span { border-color: #EBC0FC; }
span { border-color: rgb(235,192,252); }
td.TdClassName
{
border-color: #EBC0FC;
}
.TagClassName
{
border-color: #EBC0FC;
}
</style>