Shades of Mauve #EEB0FA
Tints of Mauve #EEB0FA
RGB
CMYK
RGB Variations
Color information
#EEB0FA (or 0xEEB0FA) is known color: Mauve. HEX triplet: EE, B0 and FA. RGB value is (238,176,250). Sum of RGB (Red+Green+Blue) = 238+176+250=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0FA is #114F05. Grayscale: #CACACA. Windows color (decimal): -1134342 or 16429294. OLE color: 16429294.
HSL color Cylindrical-coordinate representation of color #EEB0FA: hue angle of 290.27º degrees, saturation: 0.88, 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 #EEB0FA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 176 | 250 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.02 |
| HSL | 290.27º | 0.88% | 0.84% | - |
| HSV(B) | 290.27º | 0.3% | 0.98% | - |
| XYZ | 68.04 | 56.13 | 97.69 | - |
| YUV | 202.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 250 | 0.05 | 0.30 | 0 | 0.02 | 290.27 | 0.88 | 0.84 |
| Hex | EE | B0 | FA | 5 | 1E | 0 | 2 | 122 | 58 | 54 |
| Octal | 356 | 260 | 372 | 5 | 36 | 0 | 2 | 442 | 130 | 124 |
| Binary | 11101110 | 10110000 | 11111010 | 101 | 11110 | 0 | 10 | 100100010 | 1011000 | 1010100 |
Color Harmonies of #EEB0FA
Complementary color
Monochromatic Colors of #EEB0FA
Black with #EEB0FA
Text Example
Text Example
White with #EEB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0FA; }
p { color: rgb(238,176,250); }
H1.HeaderClassName
{
color: #EEB0FA;
}
.AnyTagClassName
{
color: #EEB0FA;
}
</style>
background-color css
<style>
a { background-color: #EEB0FA; }
a { background-color: rgb(238,176,250); }
div.DivClassName
{
background-color: #EEB0FA;
}
.BgClassName
{
background-color: #EEB0FA;
}
</style>
border-color css
<style>
span { border-color: #EEB0FA; }
span { border-color: rgb(238,176,250); }
td.TdClassName
{
border-color: #EEB0FA;
}
.TagClassName
{
border-color: #EEB0FA;
}
</style>