Shades of Mauve #EEA2FD
Tints of Mauve #EEA2FD
RGB
CMYK
RGB Variations
Color information
#EEA2FD (or 0xEEA2FD) is known color: Mauve. HEX triplet: EE, A2 and FD. RGB value is (238,162,253). Sum of RGB (Red+Green+Blue) = 238+162+253=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2FD is #115D02. Grayscale: #C2C2C2. Windows color (decimal): -1137923 or 16622318. OLE color: 16622318.
HSL color Cylindrical-coordinate representation of color #EEA2FD: hue angle of 290.11º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA2FD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 162 | 253 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.01 |
| HSL | 290.11º | 0.96% | 0.81% | - |
| HSV(B) | 290.11º | 0.36% | 0.99% | - |
| XYZ | 65.91 | 51.11 | 99.32 | - |
| YUV | 195.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 253 | 0.06 | 0.36 | 0 | 0.01 | 290.11 | 0.96 | 0.81 |
| Hex | EE | A2 | FD | 6 | 24 | 0 | 1 | 122 | 60 | 51 |
| Octal | 356 | 242 | 375 | 6 | 44 | 0 | 1 | 442 | 140 | 121 |
| Binary | 11101110 | 10100010 | 11111101 | 110 | 100100 | 0 | 1 | 100100010 | 1100000 | 1010001 |
Color Harmonies of #EEA2FD
Complementary color
Monochromatic Colors of #EEA2FD
Black with #EEA2FD
Text Example
Text Example
White with #EEA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2FD; }
p { color: rgb(238,162,253); }
H1.HeaderClassName
{
color: #EEA2FD;
}
.AnyTagClassName
{
color: #EEA2FD;
}
</style>
background-color css
<style>
a { background-color: #EEA2FD; }
a { background-color: rgb(238,162,253); }
div.DivClassName
{
background-color: #EEA2FD;
}
.BgClassName
{
background-color: #EEA2FD;
}
</style>
border-color css
<style>
span { border-color: #EEA2FD; }
span { border-color: rgb(238,162,253); }
td.TdClassName
{
border-color: #EEA2FD;
}
.TagClassName
{
border-color: #EEA2FD;
}
</style>