Shades of Mauve #EAB8FB
Tints of Mauve #EAB8FB
RGB
CMYK
RGB Variations
Color information
#EAB8FB (or 0xEAB8FB) is known color: Mauve. HEX triplet: EA, B8 and FB. RGB value is (234,184,251). Sum of RGB (Red+Green+Blue) = 234+184+251=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAB8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8FB is #154704. Grayscale: #CECECE. Windows color (decimal): -1394437 or 16496874. OLE color: 16496874.
HSL color Cylindrical-coordinate representation of color #EAB8FB: hue angle of 284.78º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB8FB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 184 | 251 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.02 |
| HSL | 284.78º | 0.89% | 0.85% | - |
| HSV(B) | 284.78º | 0.27% | 0.98% | - |
| XYZ | 68.48 | 58.74 | 98.99 | - |
| YUV | 206.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 251 | 0.07 | 0.27 | 0 | 0.02 | 284.78 | 0.89 | 0.85 |
| Hex | EA | B8 | FB | 7 | 1B | 0 | 2 | 11D | 59 | 55 |
| Octal | 352 | 270 | 373 | 7 | 33 | 0 | 2 | 435 | 131 | 125 |
| Binary | 11101010 | 10111000 | 11111011 | 111 | 11011 | 0 | 10 | 100011101 | 1011001 | 1010101 |
Color Harmonies of #EAB8FB
Complementary color
Monochromatic Colors of #EAB8FB
Black with #EAB8FB
Text Example
Text Example
White with #EAB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8FB; }
p { color: rgb(234,184,251); }
H1.HeaderClassName
{
color: #EAB8FB;
}
.AnyTagClassName
{
color: #EAB8FB;
}
</style>
background-color css
<style>
a { background-color: #EAB8FB; }
a { background-color: rgb(234,184,251); }
div.DivClassName
{
background-color: #EAB8FB;
}
.BgClassName
{
background-color: #EAB8FB;
}
</style>
border-color css
<style>
span { border-color: #EAB8FB; }
span { border-color: rgb(234,184,251); }
td.TdClassName
{
border-color: #EAB8FB;
}
.TagClassName
{
border-color: #EAB8FB;
}
</style>