Shades of Mauve #EAADFC
Tints of Mauve #EAADFC
RGB
CMYK
RGB Variations
Color information
#EAADFC (or 0xEAADFC) is known color: Mauve. HEX triplet: EA, AD and FC. RGB value is (234,173,252). Sum of RGB (Red+Green+Blue) = 234+173+252=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFC is #155203. Grayscale: #C7C7C7. Windows color (decimal): -1397252 or 16559594. OLE color: 16559594.
HSL color Cylindrical-coordinate representation of color #EAADFC: hue angle of 286.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAADFC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 173 | 252 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.01 |
| HSL | 286.33º | 0.93% | 0.83% | - |
| HSV(B) | 286.33º | 0.31% | 0.99% | - |
| XYZ | 66.45 | 54.41 | 99.1 | - |
| YUV | 200.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 252 | 0.07 | 0.31 | 0 | 0.01 | 286.33 | 0.93 | 0.83 |
| Hex | EA | AD | FC | 7 | 1F | 0 | 1 | 11E | 5D | 53 |
| Octal | 352 | 255 | 374 | 7 | 37 | 0 | 1 | 436 | 135 | 123 |
| Binary | 11101010 | 10101101 | 11111100 | 111 | 11111 | 0 | 1 | 100011110 | 1011101 | 1010011 |
Color Harmonies of #EAADFC
Complementary color
Monochromatic Colors of #EAADFC
Black with #EAADFC
Text Example
Text Example
White with #EAADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADFC; }
p { color: rgb(234,173,252); }
H1.HeaderClassName
{
color: #EAADFC;
}
.AnyTagClassName
{
color: #EAADFC;
}
</style>
background-color css
<style>
a { background-color: #EAADFC; }
a { background-color: rgb(234,173,252); }
div.DivClassName
{
background-color: #EAADFC;
}
.BgClassName
{
background-color: #EAADFC;
}
</style>
border-color css
<style>
span { border-color: #EAADFC; }
span { border-color: rgb(234,173,252); }
td.TdClassName
{
border-color: #EAADFC;
}
.TagClassName
{
border-color: #EAADFC;
}
</style>