Shades of Mauve #EEB0FB
Tints of Mauve #EEB0FB
RGB
CMYK
RGB Variations
Color information
#EEB0FB (or 0xEEB0FB) is known color: Mauve. HEX triplet: EE, B0 and FB. RGB value is (238,176,251). Sum of RGB (Red+Green+Blue) = 238+176+251=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0FB is #114F04. Grayscale: #CACACA. Windows color (decimal): -1134341 or 16494830. OLE color: 16494830.
HSL color Cylindrical-coordinate representation of color #EEB0FB: hue angle of 289.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB0FB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 176 | 251 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.02 |
| HSL | 289.6º | 0.9% | 0.84% | - |
| HSV(B) | 289.6º | 0.3% | 0.98% | - |
| XYZ | 68.2 | 56.19 | 98.52 | - |
| YUV | 203.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 251 | 0.05 | 0.30 | 0 | 0.02 | 289.6 | 0.9 | 0.84 |
| Hex | EE | B0 | FB | 5 | 1E | 0 | 2 | 122 | 5A | 54 |
| Octal | 356 | 260 | 373 | 5 | 36 | 0 | 2 | 442 | 132 | 124 |
| Binary | 11101110 | 10110000 | 11111011 | 101 | 11110 | 0 | 10 | 100100010 | 1011010 | 1010100 |
Color Harmonies of #EEB0FB
Complementary color
Monochromatic Colors of #EEB0FB
Black with #EEB0FB
Text Example
Text Example
White with #EEB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0FB; }
p { color: rgb(238,176,251); }
H1.HeaderClassName
{
color: #EEB0FB;
}
.AnyTagClassName
{
color: #EEB0FB;
}
</style>
background-color css
<style>
a { background-color: #EEB0FB; }
a { background-color: rgb(238,176,251); }
div.DivClassName
{
background-color: #EEB0FB;
}
.BgClassName
{
background-color: #EEB0FB;
}
</style>
border-color css
<style>
span { border-color: #EEB0FB; }
span { border-color: rgb(238,176,251); }
td.TdClassName
{
border-color: #EEB0FB;
}
.TagClassName
{
border-color: #EEB0FB;
}
</style>