Shades of Mauve #EAAAFD
Tints of Mauve #EAAAFD
RGB
CMYK
RGB Variations
Color information
#EAAAFD (or 0xEAAAFD) is known color: Mauve. HEX triplet: EA, AA and FD. RGB value is (234,170,253). Sum of RGB (Red+Green+Blue) = 234+170+253=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFD is #155502. Grayscale: #C6C6C6. Windows color (decimal): -1398019 or 16624362. OLE color: 16624362.
HSL color Cylindrical-coordinate representation of color #EAAAFD: hue angle of 286.27º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAAFD is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 170 | 253 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.01 |
| HSL | 286.27º | 0.95% | 0.83% | - |
| HSV(B) | 286.27º | 0.33% | 0.99% | - |
| XYZ | 66.04 | 53.33 | 99.74 | - |
| YUV | 198.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 253 | 0.08 | 0.33 | 0 | 0.01 | 286.27 | 0.95 | 0.83 |
| Hex | EA | AA | FD | 8 | 21 | 0 | 1 | 11E | 5F | 53 |
| Octal | 352 | 252 | 375 | 10 | 41 | 0 | 1 | 436 | 137 | 123 |
| Binary | 11101010 | 10101010 | 11111101 | 1000 | 100001 | 0 | 1 | 100011110 | 1011111 | 1010011 |
Color Harmonies of #EAAAFD
Complementary color
Monochromatic Colors of #EAAAFD
Black with #EAAAFD
Text Example
Text Example
White with #EAAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAFD; }
p { color: rgb(234,170,253); }
H1.HeaderClassName
{
color: #EAAAFD;
}
.AnyTagClassName
{
color: #EAAAFD;
}
</style>
background-color css
<style>
a { background-color: #EAAAFD; }
a { background-color: rgb(234,170,253); }
div.DivClassName
{
background-color: #EAAAFD;
}
.BgClassName
{
background-color: #EAAAFD;
}
</style>
border-color css
<style>
span { border-color: #EAAAFD; }
span { border-color: rgb(234,170,253); }
td.TdClassName
{
border-color: #EAAAFD;
}
.TagClassName
{
border-color: #EAAAFD;
}
</style>