Shades of Mauve #EEB1F6
Tints of Mauve #EEB1F6
RGB
CMYK
RGB Variations
Color information
#EEB1F6 (or 0xEEB1F6) is known color: Mauve. HEX triplet: EE, B1 and F6. RGB value is (238,177,246). Sum of RGB (Red+Green+Blue) = 238+177+246=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEB1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1F6 is #114E09. Grayscale: #CACACA. Windows color (decimal): -1134090 or 16167406. OLE color: 16167406.
HSL color Cylindrical-coordinate representation of color #EEB1F6: hue angle of 293.04º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB1F6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 177 | 246 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.04 |
| HSL | 293.04º | 0.79% | 0.83% | - |
| HSV(B) | 293.04º | 0.28% | 0.96% | - |
| XYZ | 67.62 | 56.28 | 94.49 | - |
| YUV | 203.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 246 | 0.03 | 0.28 | 0 | 0.04 | 293.04 | 0.79 | 0.83 |
| Hex | EE | B1 | F6 | 3 | 1C | 0 | 4 | 125 | 4F | 53 |
| Octal | 356 | 261 | 366 | 3 | 34 | 0 | 4 | 445 | 117 | 123 |
| Binary | 11101110 | 10110001 | 11110110 | 11 | 11100 | 0 | 100 | 100100101 | 1001111 | 1010011 |
Color Harmonies of #EEB1F6
Complementary color
Monochromatic Colors of #EEB1F6
Black with #EEB1F6
Text Example
Text Example
White with #EEB1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1F6; }
p { color: rgb(238,177,246); }
H1.HeaderClassName
{
color: #EEB1F6;
}
.AnyTagClassName
{
color: #EEB1F6;
}
</style>
background-color css
<style>
a { background-color: #EEB1F6; }
a { background-color: rgb(238,177,246); }
div.DivClassName
{
background-color: #EEB1F6;
}
.BgClassName
{
background-color: #EEB1F6;
}
</style>
border-color css
<style>
span { border-color: #EEB1F6; }
span { border-color: rgb(238,177,246); }
td.TdClassName
{
border-color: #EEB1F6;
}
.TagClassName
{
border-color: #EEB1F6;
}
</style>