Shades of Mauve #EEACFF
Tints of Mauve #EEACFF
RGB
CMYK
RGB Variations
Color information
#EEACFF (or 0xEEACFF) is known color: Mauve. HEX triplet: EE, AC and FF. RGB value is (238,172,255). Sum of RGB (Red+Green+Blue) = 238+172+255=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACFF is #115300. Grayscale: #C8C8C8. Windows color (decimal): -1135361 or 16755950. OLE color: 16755950.
HSL color Cylindrical-coordinate representation of color #EEACFF: hue angle of 287.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEACFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 172 | 255 | - |
CMYK | 0.07 | 0.33 | 0 | 0 |
HSL | 287.71º | 1% | 0.84% | - |
HSV(B) | 287.71º | 0.33% | 1% | - |
XYZ | 68.06 | 54.9 | 101.62 | - |
YUV | 201.2 | 158.37 | 154.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 255 | 0.07 | 0.33 | 0 | 0 | 287.71 | 1 | 0.84 |
Hex | EE | AC | FF | 7 | 21 | 0 | 0 | 120 | 64 | 54 |
Octal | 356 | 254 | 377 | 7 | 41 | 0 | 0 | 440 | 144 | 124 |
Binary | 11101110 | 10101100 | 11111111 | 111 | 100001 | 0 | 0 | 100100000 | 1100100 | 1010100 |
Color Harmonies of #EEACFF
Complementary color
Monochromatic Colors of #EEACFF
Black with #EEACFF
Text Example
Text Example
White with #EEACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACFF; }
p { color: rgb(238,172,255); }
H1.HeaderClassName
{
color: #EEACFF;
}
.AnyTagClassName
{
color: #EEACFF;
}
</style>
background-color css
<style>
a { background-color: #EEACFF; }
a { background-color: rgb(238,172,255); }
div.DivClassName
{
background-color: #EEACFF;
}
.BgClassName
{
background-color: #EEACFF;
}
</style>
border-color css
<style>
span { border-color: #EEACFF; }
span { border-color: rgb(238,172,255); }
td.TdClassName
{
border-color: #EEACFF;
}
.TagClassName
{
border-color: #EEACFF;
}
</style>