Shades of Mauve #EAA8FD
Tints of Mauve #EAA8FD
RGB
CMYK
RGB Variations
Color information
#EAA8FD (or 0xEAA8FD) is known color: Mauve. HEX triplet: EA, A8 and FD. RGB value is (234,168,253). Sum of RGB (Red+Green+Blue) = 234+168+253=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FD is #155702. Grayscale: #C5C5C5. Windows color (decimal): -1398531 or 16623850. OLE color: 16623850.
HSL color Cylindrical-coordinate representation of color #EAA8FD: hue angle of 286.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA8FD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 168 | 253 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.01 |
| HSL | 286.59º | 0.96% | 0.83% | - |
| HSV(B) | 286.59º | 0.34% | 0.99% | - |
| XYZ | 65.66 | 52.59 | 99.62 | - |
| YUV | 197.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 253 | 0.08 | 0.34 | 0 | 0.01 | 286.59 | 0.96 | 0.83 |
| Hex | EA | A8 | FD | 8 | 22 | 0 | 1 | 11F | 60 | 53 |
| Octal | 352 | 250 | 375 | 10 | 42 | 0 | 1 | 437 | 140 | 123 |
| Binary | 11101010 | 10101000 | 11111101 | 1000 | 100010 | 0 | 1 | 100011111 | 1100000 | 1010011 |
Color Harmonies of #EAA8FD
Complementary color
Monochromatic Colors of #EAA8FD
Black with #EAA8FD
Text Example
Text Example
White with #EAA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8FD; }
p { color: rgb(234,168,253); }
H1.HeaderClassName
{
color: #EAA8FD;
}
.AnyTagClassName
{
color: #EAA8FD;
}
</style>
background-color css
<style>
a { background-color: #EAA8FD; }
a { background-color: rgb(234,168,253); }
div.DivClassName
{
background-color: #EAA8FD;
}
.BgClassName
{
background-color: #EAA8FD;
}
</style>
border-color css
<style>
span { border-color: #EAA8FD; }
span { border-color: rgb(234,168,253); }
td.TdClassName
{
border-color: #EAA8FD;
}
.TagClassName
{
border-color: #EAA8FD;
}
</style>