Shades of Mauve #EABCF3
Tints of Mauve #EABCF3
RGB
CMYK
RGB Variations
Color information
#EABCF3 (or 0xEABCF3) is known color: Mauve. HEX triplet: EA, BC and F3. RGB value is (234,188,243). Sum of RGB (Red+Green+Blue) = 234+188+243=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #EABCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF3 is #15430C. Grayscale: #CFCFCF. Windows color (decimal): -1393421 or 15973610. OLE color: 15973610.
HSL color Cylindrical-coordinate representation of color #EABCF3: hue angle of 290.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABCF3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 188 | 243 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.05 |
| HSL | 290.18º | 0.7% | 0.85% | - |
| HSV(B) | 290.18º | 0.23% | 0.95% | - |
| XYZ | 68.09 | 59.93 | 92.77 | - |
| YUV | 208.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 243 | 0.04 | 0.23 | 0 | 0.05 | 290.18 | 0.7 | 0.85 |
| Hex | EA | BC | F3 | 4 | 17 | 0 | 5 | 122 | 46 | 55 |
| Octal | 352 | 274 | 363 | 4 | 27 | 0 | 5 | 442 | 106 | 125 |
| Binary | 11101010 | 10111100 | 11110011 | 100 | 10111 | 0 | 101 | 100100010 | 1000110 | 1010101 |
Color Harmonies of #EABCF3
Complementary color
Monochromatic Colors of #EABCF3
Black with #EABCF3
Text Example
Text Example
White with #EABCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCF3; }
p { color: rgb(234,188,243); }
H1.HeaderClassName
{
color: #EABCF3;
}
.AnyTagClassName
{
color: #EABCF3;
}
</style>
background-color css
<style>
a { background-color: #EABCF3; }
a { background-color: rgb(234,188,243); }
div.DivClassName
{
background-color: #EABCF3;
}
.BgClassName
{
background-color: #EABCF3;
}
</style>
border-color css
<style>
span { border-color: #EABCF3; }
span { border-color: rgb(234,188,243); }
td.TdClassName
{
border-color: #EABCF3;
}
.TagClassName
{
border-color: #EABCF3;
}
</style>