Shades of Mauve #EAACFE
Tints of Mauve #EAACFE
RGB
CMYK
RGB Variations
Color information
#EAACFE (or 0xEAACFE) is known color: Mauve. HEX triplet: EA, AC and FE. RGB value is (234,172,254). Sum of RGB (Red+Green+Blue) = 234+172+254=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACFE is #155301. Grayscale: #C7C7C7. Windows color (decimal): -1397506 or 16690410. OLE color: 16690410.
HSL color Cylindrical-coordinate representation of color #EAACFE: hue angle of 285.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAACFE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 172 | 254 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.00 |
| HSL | 285.37º | 0.98% | 0.84% | - |
| HSV(B) | 285.37º | 0.32% | 1% | - |
| XYZ | 66.57 | 54.15 | 100.71 | - |
| YUV | 199.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 254 | 0.08 | 0.32 | 0 | 0.00 | 285.37 | 0.98 | 0.84 |
| Hex | EA | AC | FE | 8 | 20 | 0 | 0 | 11D | 62 | 54 |
| Octal | 352 | 254 | 376 | 10 | 40 | 0 | 0 | 435 | 142 | 124 |
| Binary | 11101010 | 10101100 | 11111110 | 1000 | 100000 | 0 | 0 | 100011101 | 1100010 | 1010100 |
Color Harmonies of #EAACFE
Complementary color
Monochromatic Colors of #EAACFE
Black with #EAACFE
Text Example
Text Example
White with #EAACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACFE; }
p { color: rgb(234,172,254); }
H1.HeaderClassName
{
color: #EAACFE;
}
.AnyTagClassName
{
color: #EAACFE;
}
</style>
background-color css
<style>
a { background-color: #EAACFE; }
a { background-color: rgb(234,172,254); }
div.DivClassName
{
background-color: #EAACFE;
}
.BgClassName
{
background-color: #EAACFE;
}
</style>
border-color css
<style>
span { border-color: #EAACFE; }
span { border-color: rgb(234,172,254); }
td.TdClassName
{
border-color: #EAACFE;
}
.TagClassName
{
border-color: #EAACFE;
}
</style>