Shades of Mauve #EEB3FA
Tints of Mauve #EEB3FA
RGB
CMYK
RGB Variations
Color information
#EEB3FA (or 0xEEB3FA) is known color: Mauve. HEX triplet: EE, B3 and FA. RGB value is (238,179,250). Sum of RGB (Red+Green+Blue) = 238+179+250=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB3FA is #114C05. Grayscale: #CCCCCC. Windows color (decimal): -1133574 or 16430062. OLE color: 16430062.
HSL color Cylindrical-coordinate representation of color #EEB3FA: hue angle of 289.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB3FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 179 | 250 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.02 |
| HSL | 289.86º | 0.88% | 0.84% | - |
| HSV(B) | 289.86º | 0.28% | 0.98% | - |
| XYZ | 68.64 | 57.32 | 97.89 | - |
| YUV | 204.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 250 | 0.05 | 0.28 | 0 | 0.02 | 289.86 | 0.88 | 0.84 |
| Hex | EE | B3 | FA | 5 | 1C | 0 | 2 | 122 | 58 | 54 |
| Octal | 356 | 263 | 372 | 5 | 34 | 0 | 2 | 442 | 130 | 124 |
| Binary | 11101110 | 10110011 | 11111010 | 101 | 11100 | 0 | 10 | 100100010 | 1011000 | 1010100 |
Color Harmonies of #EEB3FA
Complementary color
Monochromatic Colors of #EEB3FA
Black with #EEB3FA
Text Example
Text Example
White with #EEB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3FA; }
p { color: rgb(238,179,250); }
H1.HeaderClassName
{
color: #EEB3FA;
}
.AnyTagClassName
{
color: #EEB3FA;
}
</style>
background-color css
<style>
a { background-color: #EEB3FA; }
a { background-color: rgb(238,179,250); }
div.DivClassName
{
background-color: #EEB3FA;
}
.BgClassName
{
background-color: #EEB3FA;
}
</style>
border-color css
<style>
span { border-color: #EEB3FA; }
span { border-color: rgb(238,179,250); }
td.TdClassName
{
border-color: #EEB3FA;
}
.TagClassName
{
border-color: #EEB3FA;
}
</style>