Shades of Mauve #EABFF9
Tints of Mauve #EABFF9
RGB
CMYK
RGB Variations
Color information
#EABFF9 (or 0xEABFF9) is known color: Mauve. HEX triplet: EA, BF and F9. RGB value is (234,191,249). Sum of RGB (Red+Green+Blue) = 234+191+249=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #EABFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF9 is #154006. Grayscale: #D2D2D2. Windows color (decimal): -1392647 or 16367594. OLE color: 16367594.
HSL color Cylindrical-coordinate representation of color #EABFF9: hue angle of 284.48º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABFF9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 191 | 249 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.02 |
| HSL | 284.48º | 0.83% | 0.86% | - |
| HSV(B) | 284.48º | 0.23% | 0.98% | - |
| XYZ | 69.66 | 61.59 | 97.84 | - |
| YUV | 210.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 249 | 0.06 | 0.23 | 0 | 0.02 | 284.48 | 0.83 | 0.86 |
| Hex | EA | BF | F9 | 6 | 17 | 0 | 2 | 11C | 53 | 56 |
| Octal | 352 | 277 | 371 | 6 | 27 | 0 | 2 | 434 | 123 | 126 |
| Binary | 11101010 | 10111111 | 11111001 | 110 | 10111 | 0 | 10 | 100011100 | 1010011 | 1010110 |
Color Harmonies of #EABFF9
Complementary color
Monochromatic Colors of #EABFF9
Black with #EABFF9
Text Example
Text Example
White with #EABFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFF9; }
p { color: rgb(234,191,249); }
H1.HeaderClassName
{
color: #EABFF9;
}
.AnyTagClassName
{
color: #EABFF9;
}
</style>
background-color css
<style>
a { background-color: #EABFF9; }
a { background-color: rgb(234,191,249); }
div.DivClassName
{
background-color: #EABFF9;
}
.BgClassName
{
background-color: #EABFF9;
}
</style>
border-color css
<style>
span { border-color: #EABFF9; }
span { border-color: rgb(234,191,249); }
td.TdClassName
{
border-color: #EABFF9;
}
.TagClassName
{
border-color: #EABFF9;
}
</style>