Shades of Mauve #EEA0FC
Tints of Mauve #EEA0FC
RGB
CMYK
RGB Variations
Color information
#EEA0FC (or 0xEEA0FC) is known color: Mauve. HEX triplet: EE, A0 and FC. RGB value is (238,160,252). Sum of RGB (Red+Green+Blue) = 238+160+252=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FC is #115F03. Grayscale: #C1C1C1. Windows color (decimal): -1138436 or 16556270. OLE color: 16556270.
HSL color Cylindrical-coordinate representation of color #EEA0FC: hue angle of 290.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA0FC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 160 | 252 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 290.87º | 0.94% | 0.81% | - |
| HSV(B) | 290.87º | 0.37% | 0.99% | - |
| XYZ | 65.4 | 50.35 | 98.37 | - |
| YUV | 193.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 252 | 0.06 | 0.37 | 0 | 0.01 | 290.87 | 0.94 | 0.81 |
| Hex | EE | A0 | FC | 6 | 25 | 0 | 1 | 123 | 5E | 51 |
| Octal | 356 | 240 | 374 | 6 | 45 | 0 | 1 | 443 | 136 | 121 |
| Binary | 11101110 | 10100000 | 11111100 | 110 | 100101 | 0 | 1 | 100100011 | 1011110 | 1010001 |
Color Harmonies of #EEA0FC
Complementary color
Monochromatic Colors of #EEA0FC
Black with #EEA0FC
Text Example
Text Example
White with #EEA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0FC; }
p { color: rgb(238,160,252); }
H1.HeaderClassName
{
color: #EEA0FC;
}
.AnyTagClassName
{
color: #EEA0FC;
}
</style>
background-color css
<style>
a { background-color: #EEA0FC; }
a { background-color: rgb(238,160,252); }
div.DivClassName
{
background-color: #EEA0FC;
}
.BgClassName
{
background-color: #EEA0FC;
}
</style>
border-color css
<style>
span { border-color: #EEA0FC; }
span { border-color: rgb(238,160,252); }
td.TdClassName
{
border-color: #EEA0FC;
}
.TagClassName
{
border-color: #EEA0FC;
}
</style>