Shades of Mauve #EEAEFF
Tints of Mauve #EEAEFF
RGB
CMYK
RGB Variations
Color information
#EEAEFF (or 0xEEAEFF) is known color: Mauve. HEX triplet: EE, AE and FF. RGB value is (238,174,255). Sum of RGB (Red+Green+Blue) = 238+174+255=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEFF is #115100. Grayscale: #CACACA. Windows color (decimal): -1134849 or 16756462. OLE color: 16756462.
HSL color Cylindrical-coordinate representation of color #EEAEFF: hue angle of 287.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEAEFF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 174 | 255 | - |
| CMYK | 0.07 | 0.32 | 0 | 0 |
| HSL | 287.41º | 1% | 0.84% | - |
| HSV(B) | 287.41º | 0.32% | 1% | - |
| XYZ | 68.45 | 55.67 | 101.75 | - |
| YUV | 202.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 255 | 0.07 | 0.32 | 0 | 0 | 287.41 | 1 | 0.84 |
| Hex | EE | AE | FF | 7 | 20 | 0 | 0 | 11F | 64 | 54 |
| Octal | 356 | 256 | 377 | 7 | 40 | 0 | 0 | 437 | 144 | 124 |
| Binary | 11101110 | 10101110 | 11111111 | 111 | 100000 | 0 | 0 | 100011111 | 1100100 | 1010100 |
Color Harmonies of #EEAEFF
Complementary color
Monochromatic Colors of #EEAEFF
Black with #EEAEFF
Text Example
Text Example
White with #EEAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEFF; }
p { color: rgb(238,174,255); }
H1.HeaderClassName
{
color: #EEAEFF;
}
.AnyTagClassName
{
color: #EEAEFF;
}
</style>
background-color css
<style>
a { background-color: #EEAEFF; }
a { background-color: rgb(238,174,255); }
div.DivClassName
{
background-color: #EEAEFF;
}
.BgClassName
{
background-color: #EEAEFF;
}
</style>
border-color css
<style>
span { border-color: #EEAEFF; }
span { border-color: rgb(238,174,255); }
td.TdClassName
{
border-color: #EEAEFF;
}
.TagClassName
{
border-color: #EEAEFF;
}
</style>