Shades of Mauve #EAB6FE
Tints of Mauve #EAB6FE
RGB
CMYK
RGB Variations
Color information
#EAB6FE (or 0xEAB6FE) is known color: Mauve. HEX triplet: EA, B6 and FE. RGB value is (234,182,254). Sum of RGB (Red+Green+Blue) = 234+182+254=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6FE is #154901. Grayscale: #CDCDCD. Windows color (decimal): -1394946 or 16692970. OLE color: 16692970.
HSL color Cylindrical-coordinate representation of color #EAB6FE: hue angle of 283.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB6FE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 182 | 254 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.00 |
| HSL | 283.33º | 0.97% | 0.85% | - |
| HSV(B) | 283.33º | 0.28% | 1% | - |
| XYZ | 68.55 | 58.1 | 101.37 | - |
| YUV | 205.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 254 | 0.08 | 0.28 | 0 | 0.00 | 283.33 | 0.97 | 0.85 |
| Hex | EA | B6 | FE | 8 | 1C | 0 | 0 | 11B | 61 | 55 |
| Octal | 352 | 266 | 376 | 10 | 34 | 0 | 0 | 433 | 141 | 125 |
| Binary | 11101010 | 10110110 | 11111110 | 1000 | 11100 | 0 | 0 | 100011011 | 1100001 | 1010101 |
Color Harmonies of #EAB6FE
Complementary color
Monochromatic Colors of #EAB6FE
Black with #EAB6FE
Text Example
Text Example
White with #EAB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6FE; }
p { color: rgb(234,182,254); }
H1.HeaderClassName
{
color: #EAB6FE;
}
.AnyTagClassName
{
color: #EAB6FE;
}
</style>
background-color css
<style>
a { background-color: #EAB6FE; }
a { background-color: rgb(234,182,254); }
div.DivClassName
{
background-color: #EAB6FE;
}
.BgClassName
{
background-color: #EAB6FE;
}
</style>
border-color css
<style>
span { border-color: #EAB6FE; }
span { border-color: rgb(234,182,254); }
td.TdClassName
{
border-color: #EAB6FE;
}
.TagClassName
{
border-color: #EAB6FE;
}
</style>