Shades of Mauve #EEC0F9
Tints of Mauve #EEC0F9
RGB
CMYK
RGB Variations
Color information
#EEC0F9 (or 0xEEC0F9) is known color: Mauve. HEX triplet: EE, C0 and F9. RGB value is (238,192,249). Sum of RGB (Red+Green+Blue) = 238+192+249=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEC0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0F9 is #113F06. Grayscale: #D4D4D4. Windows color (decimal): -1130247 or 16367854. OLE color: 16367854.
HSL color Cylindrical-coordinate representation of color #EEC0F9: hue angle of 288.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC0F9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 192 | 249 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.02 |
| HSL | 288.42º | 0.83% | 0.86% | - |
| HSV(B) | 288.42º | 0.23% | 0.98% | - |
| XYZ | 71.21 | 62.72 | 97.97 | - |
| YUV | 212.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 249 | 0.04 | 0.23 | 0 | 0.02 | 288.42 | 0.83 | 0.86 |
| Hex | EE | C0 | F9 | 4 | 17 | 0 | 2 | 120 | 53 | 56 |
| Octal | 356 | 300 | 371 | 4 | 27 | 0 | 2 | 440 | 123 | 126 |
| Binary | 11101110 | 11000000 | 11111001 | 100 | 10111 | 0 | 10 | 100100000 | 1010011 | 1010110 |
Color Harmonies of #EEC0F9
Complementary color
Monochromatic Colors of #EEC0F9
Black with #EEC0F9
Text Example
Text Example
White with #EEC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0F9; }
p { color: rgb(238,192,249); }
H1.HeaderClassName
{
color: #EEC0F9;
}
.AnyTagClassName
{
color: #EEC0F9;
}
</style>
background-color css
<style>
a { background-color: #EEC0F9; }
a { background-color: rgb(238,192,249); }
div.DivClassName
{
background-color: #EEC0F9;
}
.BgClassName
{
background-color: #EEC0F9;
}
</style>
border-color css
<style>
span { border-color: #EEC0F9; }
span { border-color: rgb(238,192,249); }
td.TdClassName
{
border-color: #EEC0F9;
}
.TagClassName
{
border-color: #EEC0F9;
}
</style>