Shades of Mauve #EEB4FA
Tints of Mauve #EEB4FA
RGB
CMYK
RGB Variations
Color information
#EEB4FA (or 0xEEB4FA) is known color: Mauve. HEX triplet: EE, B4 and FA. RGB value is (238,180,250). Sum of RGB (Red+Green+Blue) = 238+180+250=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB4FA is #114B05. Grayscale: #CDCDCD. Windows color (decimal): -1133318 or 16430318. OLE color: 16430318.
HSL color Cylindrical-coordinate representation of color #EEB4FA: hue angle of 289.71º 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 #EEB4FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 180 | 250 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.02 |
| HSL | 289.71º | 0.88% | 0.84% | - |
| HSV(B) | 289.71º | 0.28% | 0.98% | - |
| XYZ | 68.84 | 57.72 | 97.96 | - |
| YUV | 205.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 250 | 0.05 | 0.28 | 0 | 0.02 | 289.71 | 0.88 | 0.84 |
| Hex | EE | B4 | FA | 5 | 1C | 0 | 2 | 122 | 58 | 54 |
| Octal | 356 | 264 | 372 | 5 | 34 | 0 | 2 | 442 | 130 | 124 |
| Binary | 11101110 | 10110100 | 11111010 | 101 | 11100 | 0 | 10 | 100100010 | 1011000 | 1010100 |
Color Harmonies of #EEB4FA
Complementary color
Monochromatic Colors of #EEB4FA
Black with #EEB4FA
Text Example
Text Example
White with #EEB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4FA; }
p { color: rgb(238,180,250); }
H1.HeaderClassName
{
color: #EEB4FA;
}
.AnyTagClassName
{
color: #EEB4FA;
}
</style>
background-color css
<style>
a { background-color: #EEB4FA; }
a { background-color: rgb(238,180,250); }
div.DivClassName
{
background-color: #EEB4FA;
}
.BgClassName
{
background-color: #EEB4FA;
}
</style>
border-color css
<style>
span { border-color: #EEB4FA; }
span { border-color: rgb(238,180,250); }
td.TdClassName
{
border-color: #EEB4FA;
}
.TagClassName
{
border-color: #EEB4FA;
}
</style>