Shades of Mauve #EEA0FD
Tints of Mauve #EEA0FD
RGB
CMYK
RGB Variations
Color information
#EEA0FD (or 0xEEA0FD) is known color: Mauve. HEX triplet: EE, A0 and FD. RGB value is (238,160,253). Sum of RGB (Red+Green+Blue) = 238+160+253=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FD is #115F02. Grayscale: #C1C1C1. Windows color (decimal): -1138435 or 16621806. OLE color: 16621806.
HSL color Cylindrical-coordinate representation of color #EEA0FD: hue angle of 290.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA0FD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 160 | 253 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 290.32º | 0.96% | 0.81% | - |
| HSV(B) | 290.32º | 0.37% | 0.99% | - |
| XYZ | 65.56 | 50.41 | 99.2 | - |
| YUV | 193.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 253 | 0.06 | 0.37 | 0 | 0.01 | 290.32 | 0.96 | 0.81 |
| Hex | EE | A0 | FD | 6 | 25 | 0 | 1 | 122 | 60 | 51 |
| Octal | 356 | 240 | 375 | 6 | 45 | 0 | 1 | 442 | 140 | 121 |
| Binary | 11101110 | 10100000 | 11111101 | 110 | 100101 | 0 | 1 | 100100010 | 1100000 | 1010001 |
Color Harmonies of #EEA0FD
Complementary color
Monochromatic Colors of #EEA0FD
Black with #EEA0FD
Text Example
Text Example
White with #EEA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0FD; }
p { color: rgb(238,160,253); }
H1.HeaderClassName
{
color: #EEA0FD;
}
.AnyTagClassName
{
color: #EEA0FD;
}
</style>
background-color css
<style>
a { background-color: #EEA0FD; }
a { background-color: rgb(238,160,253); }
div.DivClassName
{
background-color: #EEA0FD;
}
.BgClassName
{
background-color: #EEA0FD;
}
</style>
border-color css
<style>
span { border-color: #EEA0FD; }
span { border-color: rgb(238,160,253); }
td.TdClassName
{
border-color: #EEA0FD;
}
.TagClassName
{
border-color: #EEA0FD;
}
</style>