Shades of Mauve #EAA4FE
Tints of Mauve #EAA4FE
RGB
CMYK
RGB Variations
Color information
#EAA4FE (or 0xEAA4FE) is known color: Mauve. HEX triplet: EA, A4 and FE. RGB value is (234,164,254). Sum of RGB (Red+Green+Blue) = 234+164+254=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4FE is #155B01. Grayscale: #C2C2C2. Windows color (decimal): -1399554 or 16688362. OLE color: 16688362.
HSL color Cylindrical-coordinate representation of color #EAA4FE: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA4FE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 164 | 254 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.00 |
| HSL | 286.67º | 0.98% | 0.82% | - |
| HSV(B) | 286.67º | 0.35% | 1% | - |
| XYZ | 65.1 | 51.2 | 100.22 | - |
| YUV | 195.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 254 | 0.08 | 0.35 | 0 | 0.00 | 286.67 | 0.98 | 0.82 |
| Hex | EA | A4 | FE | 8 | 23 | 0 | 0 | 11F | 62 | 52 |
| Octal | 352 | 244 | 376 | 10 | 43 | 0 | 0 | 437 | 142 | 122 |
| Binary | 11101010 | 10100100 | 11111110 | 1000 | 100011 | 0 | 0 | 100011111 | 1100010 | 1010010 |
Color Harmonies of #EAA4FE
Complementary color
Monochromatic Colors of #EAA4FE
Black with #EAA4FE
Text Example
Text Example
White with #EAA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4FE; }
p { color: rgb(234,164,254); }
H1.HeaderClassName
{
color: #EAA4FE;
}
.AnyTagClassName
{
color: #EAA4FE;
}
</style>
background-color css
<style>
a { background-color: #EAA4FE; }
a { background-color: rgb(234,164,254); }
div.DivClassName
{
background-color: #EAA4FE;
}
.BgClassName
{
background-color: #EAA4FE;
}
</style>
border-color css
<style>
span { border-color: #EAA4FE; }
span { border-color: rgb(234,164,254); }
td.TdClassName
{
border-color: #EAA4FE;
}
.TagClassName
{
border-color: #EAA4FE;
}
</style>