Shades of Mauve #EABCFC
Tints of Mauve #EABCFC
RGB
CMYK
RGB Variations
Color information
#EABCFC (or 0xEABCFC) is known color: Mauve. HEX triplet: EA, BC and FC. RGB value is (234,188,252). Sum of RGB (Red+Green+Blue) = 234+188+252=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #EABCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFC is #154303. Grayscale: #D0D0D0. Windows color (decimal): -1393412 or 16563434. OLE color: 16563434.
HSL color Cylindrical-coordinate representation of color #EABCFC: hue angle of 283.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABCFC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 188 | 252 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.01 |
| HSL | 283.13º | 0.91% | 0.86% | - |
| HSV(B) | 283.13º | 0.25% | 0.99% | - |
| XYZ | 69.49 | 60.49 | 100.11 | - |
| YUV | 209.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 252 | 0.07 | 0.25 | 0 | 0.01 | 283.13 | 0.91 | 0.86 |
| Hex | EA | BC | FC | 7 | 19 | 0 | 1 | 11B | 5B | 56 |
| Octal | 352 | 274 | 374 | 7 | 31 | 0 | 1 | 433 | 133 | 126 |
| Binary | 11101010 | 10111100 | 11111100 | 111 | 11001 | 0 | 1 | 100011011 | 1011011 | 1010110 |
Color Harmonies of #EABCFC
Complementary color
Monochromatic Colors of #EABCFC
Black with #EABCFC
Text Example
Text Example
White with #EABCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCFC; }
p { color: rgb(234,188,252); }
H1.HeaderClassName
{
color: #EABCFC;
}
.AnyTagClassName
{
color: #EABCFC;
}
</style>
background-color css
<style>
a { background-color: #EABCFC; }
a { background-color: rgb(234,188,252); }
div.DivClassName
{
background-color: #EABCFC;
}
.BgClassName
{
background-color: #EABCFC;
}
</style>
border-color css
<style>
span { border-color: #EABCFC; }
span { border-color: rgb(234,188,252); }
td.TdClassName
{
border-color: #EABCFC;
}
.TagClassName
{
border-color: #EABCFC;
}
</style>