Shades of Mauve #EABFFD
Tints of Mauve #EABFFD
RGB
CMYK
RGB Variations
Color information
#EABFFD (or 0xEABFFD) is known color: Mauve. HEX triplet: EA, BF and FD. RGB value is (234,191,253). Sum of RGB (Red+Green+Blue) = 234+191+253=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFD is #154002. Grayscale: #D2D2D2. Windows color (decimal): -1392643 or 16629738. OLE color: 16629738.
HSL color Cylindrical-coordinate representation of color #EABFFD: hue angle of 281.61º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABFFD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 191 | 253 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.01 |
| HSL | 281.61º | 0.94% | 0.87% | - |
| HSV(B) | 281.61º | 0.25% | 0.99% | - |
| XYZ | 70.29 | 61.85 | 101.16 | - |
| YUV | 210.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 253 | 0.08 | 0.25 | 0 | 0.01 | 281.61 | 0.94 | 0.87 |
| Hex | EA | BF | FD | 8 | 19 | 0 | 1 | 11A | 5E | 57 |
| Octal | 352 | 277 | 375 | 10 | 31 | 0 | 1 | 432 | 136 | 127 |
| Binary | 11101010 | 10111111 | 11111101 | 1000 | 11001 | 0 | 1 | 100011010 | 1011110 | 1010111 |
Color Harmonies of #EABFFD
Complementary color
Monochromatic Colors of #EABFFD
Black with #EABFFD
Text Example
Text Example
White with #EABFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFFD; }
p { color: rgb(234,191,253); }
H1.HeaderClassName
{
color: #EABFFD;
}
.AnyTagClassName
{
color: #EABFFD;
}
</style>
background-color css
<style>
a { background-color: #EABFFD; }
a { background-color: rgb(234,191,253); }
div.DivClassName
{
background-color: #EABFFD;
}
.BgClassName
{
background-color: #EABFFD;
}
</style>
border-color css
<style>
span { border-color: #EABFFD; }
span { border-color: rgb(234,191,253); }
td.TdClassName
{
border-color: #EABFFD;
}
.TagClassName
{
border-color: #EABFFD;
}
</style>