Shades of Mauve #EEB3F7
Tints of Mauve #EEB3F7
RGB
CMYK
RGB Variations
Color information
#EEB3F7 (or 0xEEB3F7) is known color: Mauve. HEX triplet: EE, B3 and F7. RGB value is (238,179,247). Sum of RGB (Red+Green+Blue) = 238+179+247=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEB3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB3F7 is #114C08. Grayscale: #CCCCCC. Windows color (decimal): -1133577 or 16233454. OLE color: 16233454.
HSL color Cylindrical-coordinate representation of color #EEB3F7: hue angle of 292.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB3F7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 179 | 247 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.03 |
| HSL | 292.06º | 0.81% | 0.84% | - |
| HSV(B) | 292.06º | 0.28% | 0.97% | - |
| XYZ | 68.17 | 57.13 | 95.43 | - |
| YUV | 204.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 247 | 0.04 | 0.28 | 0 | 0.03 | 292.06 | 0.81 | 0.84 |
| Hex | EE | B3 | F7 | 4 | 1C | 0 | 3 | 124 | 51 | 54 |
| Octal | 356 | 263 | 367 | 4 | 34 | 0 | 3 | 444 | 121 | 124 |
| Binary | 11101110 | 10110011 | 11110111 | 100 | 11100 | 0 | 11 | 100100100 | 1010001 | 1010100 |
Color Harmonies of #EEB3F7
Complementary color
Monochromatic Colors of #EEB3F7
Black with #EEB3F7
Text Example
Text Example
White with #EEB3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3F7; }
p { color: rgb(238,179,247); }
H1.HeaderClassName
{
color: #EEB3F7;
}
.AnyTagClassName
{
color: #EEB3F7;
}
</style>
background-color css
<style>
a { background-color: #EEB3F7; }
a { background-color: rgb(238,179,247); }
div.DivClassName
{
background-color: #EEB3F7;
}
.BgClassName
{
background-color: #EEB3F7;
}
</style>
border-color css
<style>
span { border-color: #EEB3F7; }
span { border-color: rgb(238,179,247); }
td.TdClassName
{
border-color: #EEB3F7;
}
.TagClassName
{
border-color: #EEB3F7;
}
</style>