Shades of Mauve #EEA8FD
Tints of Mauve #EEA8FD
RGB
CMYK
RGB Variations
Color information
#EEA8FD (or 0xEEA8FD) is known color: Mauve. HEX triplet: EE, A8 and FD. RGB value is (238,168,253). Sum of RGB (Red+Green+Blue) = 238+168+253=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8FD is #115702. Grayscale: #C6C6C6. Windows color (decimal): -1136387 or 16623854. OLE color: 16623854.
HSL color Cylindrical-coordinate representation of color #EEA8FD: hue angle of 289.41º 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 #EEA8FD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 168 | 253 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.01 |
| HSL | 289.41º | 0.96% | 0.83% | - |
| HSV(B) | 289.41º | 0.34% | 0.99% | - |
| XYZ | 66.99 | 53.27 | 99.68 | - |
| YUV | 198.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 253 | 0.06 | 0.34 | 0 | 0.01 | 289.41 | 0.96 | 0.83 |
| Hex | EE | A8 | FD | 6 | 22 | 0 | 1 | 121 | 60 | 53 |
| Octal | 356 | 250 | 375 | 6 | 42 | 0 | 1 | 441 | 140 | 123 |
| Binary | 11101110 | 10101000 | 11111101 | 110 | 100010 | 0 | 1 | 100100001 | 1100000 | 1010011 |
Color Harmonies of #EEA8FD
Complementary color
Monochromatic Colors of #EEA8FD
Black with #EEA8FD
Text Example
Text Example
White with #EEA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8FD; }
p { color: rgb(238,168,253); }
H1.HeaderClassName
{
color: #EEA8FD;
}
.AnyTagClassName
{
color: #EEA8FD;
}
</style>
background-color css
<style>
a { background-color: #EEA8FD; }
a { background-color: rgb(238,168,253); }
div.DivClassName
{
background-color: #EEA8FD;
}
.BgClassName
{
background-color: #EEA8FD;
}
</style>
border-color css
<style>
span { border-color: #EEA8FD; }
span { border-color: rgb(238,168,253); }
td.TdClassName
{
border-color: #EEA8FD;
}
.TagClassName
{
border-color: #EEA8FD;
}
</style>