Shades of Mauve #EAAEFF
Tints of Mauve #EAAEFF
RGB
CMYK
RGB Variations
Color information
#EAAEFF (or 0xEAAEFF) is known color: Mauve. HEX triplet: EA, AE and FF. RGB value is (234,174,255). Sum of RGB (Red+Green+Blue) = 234+174+255=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFF is #155100. Grayscale: #C8C8C8. Windows color (decimal): -1396993 or 16756458. OLE color: 16756458.
HSL color Cylindrical-coordinate representation of color #EAAEFF: hue angle of 284.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAAEFF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 174 | 255 | - |
| CMYK | 0.08 | 0.32 | 0 | 0 |
| HSL | 284.44º | 1% | 0.84% | - |
| HSV(B) | 284.44º | 0.32% | 1% | - |
| XYZ | 67.12 | 54.98 | 101.68 | - |
| YUV | 201.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 255 | 0.08 | 0.32 | 0 | 0 | 284.44 | 1 | 0.84 |
| Hex | EA | AE | FF | 8 | 20 | 0 | 0 | 11C | 64 | 54 |
| Octal | 352 | 256 | 377 | 10 | 40 | 0 | 0 | 434 | 144 | 124 |
| Binary | 11101010 | 10101110 | 11111111 | 1000 | 100000 | 0 | 0 | 100011100 | 1100100 | 1010100 |
Color Harmonies of #EAAEFF
Complementary color
Monochromatic Colors of #EAAEFF
Black with #EAAEFF
Text Example
Text Example
White with #EAAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEFF; }
p { color: rgb(234,174,255); }
H1.HeaderClassName
{
color: #EAAEFF;
}
.AnyTagClassName
{
color: #EAAEFF;
}
</style>
background-color css
<style>
a { background-color: #EAAEFF; }
a { background-color: rgb(234,174,255); }
div.DivClassName
{
background-color: #EAAEFF;
}
.BgClassName
{
background-color: #EAAEFF;
}
</style>
border-color css
<style>
span { border-color: #EAAEFF; }
span { border-color: rgb(234,174,255); }
td.TdClassName
{
border-color: #EAAEFF;
}
.TagClassName
{
border-color: #EAAEFF;
}
</style>