Shades of Mauve #EABFF3
Tints of Mauve #EABFF3
RGB
CMYK
RGB Variations
Color information
#EABFF3 (or 0xEABFF3) is known color: Mauve. HEX triplet: EA, BF and F3. RGB value is (234,191,243). Sum of RGB (Red+Green+Blue) = 234+191+243=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #EABFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF3 is #15400C. Grayscale: #D1D1D1. Windows color (decimal): -1392653 or 15974378. OLE color: 15974378.
HSL color Cylindrical-coordinate representation of color #EABFF3: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABFF3 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 191 | 243 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.05 |
| HSL | 289.62º | 0.68% | 0.85% | - |
| HSV(B) | 289.62º | 0.21% | 0.95% | - |
| XYZ | 68.74 | 61.23 | 92.99 | - |
| YUV | 209.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 243 | 0.04 | 0.21 | 0 | 0.05 | 289.62 | 0.68 | 0.85 |
| Hex | EA | BF | F3 | 4 | 15 | 0 | 5 | 122 | 44 | 55 |
| Octal | 352 | 277 | 363 | 4 | 25 | 0 | 5 | 442 | 104 | 125 |
| Binary | 11101010 | 10111111 | 11110011 | 100 | 10101 | 0 | 101 | 100100010 | 1000100 | 1010101 |
Color Harmonies of #EABFF3
Complementary color
Monochromatic Colors of #EABFF3
Black with #EABFF3
Text Example
Text Example
White with #EABFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFF3; }
p { color: rgb(234,191,243); }
H1.HeaderClassName
{
color: #EABFF3;
}
.AnyTagClassName
{
color: #EABFF3;
}
</style>
background-color css
<style>
a { background-color: #EABFF3; }
a { background-color: rgb(234,191,243); }
div.DivClassName
{
background-color: #EABFF3;
}
.BgClassName
{
background-color: #EABFF3;
}
</style>
border-color css
<style>
span { border-color: #EABFF3; }
span { border-color: rgb(234,191,243); }
td.TdClassName
{
border-color: #EABFF3;
}
.TagClassName
{
border-color: #EABFF3;
}
</style>