Shades of Mauve #EABBFD
Tints of Mauve #EABBFD
RGB
CMYK
RGB Variations
Color information
#EABBFD (or 0xEABBFD) is known color: Mauve. HEX triplet: EA, BB and FD. RGB value is (234,187,253). Sum of RGB (Red+Green+Blue) = 234+187+253=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 187 (73.44% from 255 or 27.74% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFD is #154402. Grayscale: #D0D0D0. Windows color (decimal): -1393667 or 16628714. OLE color: 16628714.
HSL color Cylindrical-coordinate representation of color #EABBFD: hue angle of 282.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABBFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 187 | 253 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 282.73º | 0.94% | 0.86% | - |
| HSV(B) | 282.73º | 0.26% | 0.99% | - |
| XYZ | 69.43 | 60.12 | 100.87 | - |
| YUV | 208.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 253 | 0.08 | 0.26 | 0 | 0.01 | 282.73 | 0.94 | 0.86 |
| Hex | EA | BB | FD | 8 | 1A | 0 | 1 | 11B | 5E | 56 |
| Octal | 352 | 273 | 375 | 10 | 32 | 0 | 1 | 433 | 136 | 126 |
| Binary | 11101010 | 10111011 | 11111101 | 1000 | 11010 | 0 | 1 | 100011011 | 1011110 | 1010110 |
Color Harmonies of #EABBFD
Complementary color
Monochromatic Colors of #EABBFD
Black with #EABBFD
Text Example
Text Example
White with #EABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBFD; }
p { color: rgb(234,187,253); }
H1.HeaderClassName
{
color: #EABBFD;
}
.AnyTagClassName
{
color: #EABBFD;
}
</style>
background-color css
<style>
a { background-color: #EABBFD; }
a { background-color: rgb(234,187,253); }
div.DivClassName
{
background-color: #EABBFD;
}
.BgClassName
{
background-color: #EABBFD;
}
</style>
border-color css
<style>
span { border-color: #EABBFD; }
span { border-color: rgb(234,187,253); }
td.TdClassName
{
border-color: #EABBFD;
}
.TagClassName
{
border-color: #EABBFD;
}
</style>