Shades of Mauve #EAACFF
Tints of Mauve #EAACFF
RGB
CMYK
RGB Variations
Color information
#EAACFF (or 0xEAACFF) is known color: Mauve. HEX triplet: EA, AC and FF. RGB value is (234,172,255). Sum of RGB (Red+Green+Blue) = 234+172+255=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACFF is #155300. Grayscale: #C7C7C7. Windows color (decimal): -1397505 or 16755946. OLE color: 16755946.
HSL color Cylindrical-coordinate representation of color #EAACFF: hue angle of 284.82º 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 #EAACFF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 172 | 255 | - |
| CMYK | 0.08 | 0.33 | 0 | 0 |
| HSL | 284.82º | 1% | 0.84% | - |
| HSV(B) | 284.82º | 0.33% | 1% | - |
| XYZ | 66.73 | 54.22 | 101.56 | - |
| YUV | 200 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 255 | 0.08 | 0.33 | 0 | 0 | 284.82 | 1 | 0.84 |
| Hex | EA | AC | FF | 8 | 21 | 0 | 0 | 11D | 64 | 54 |
| Octal | 352 | 254 | 377 | 10 | 41 | 0 | 0 | 435 | 144 | 124 |
| Binary | 11101010 | 10101100 | 11111111 | 1000 | 100001 | 0 | 0 | 100011101 | 1100100 | 1010100 |
Color Harmonies of #EAACFF
Complementary color
Monochromatic Colors of #EAACFF
Black with #EAACFF
Text Example
Text Example
White with #EAACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACFF; }
p { color: rgb(234,172,255); }
H1.HeaderClassName
{
color: #EAACFF;
}
.AnyTagClassName
{
color: #EAACFF;
}
</style>
background-color css
<style>
a { background-color: #EAACFF; }
a { background-color: rgb(234,172,255); }
div.DivClassName
{
background-color: #EAACFF;
}
.BgClassName
{
background-color: #EAACFF;
}
</style>
border-color css
<style>
span { border-color: #EAACFF; }
span { border-color: rgb(234,172,255); }
td.TdClassName
{
border-color: #EAACFF;
}
.TagClassName
{
border-color: #EAACFF;
}
</style>