Shades of Mauve #EE9CFD
Tints of Mauve #EE9CFD
RGB
CMYK
RGB Variations
Color information
#EE9CFD (or 0xEE9CFD) is known color: Mauve. HEX triplet: EE, 9C and FD. RGB value is (238,156,253). Sum of RGB (Red+Green+Blue) = 238+156+253=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CFD is #116302. Grayscale: #BFBFBF. Windows color (decimal): -1139459 or 16620782. OLE color: 16620782.
HSL color Cylindrical-coordinate representation of color #EE9CFD: hue angle of 290.72º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9CFD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 156 | 253 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.01 |
| HSL | 290.72º | 0.96% | 0.8% | - |
| HSV(B) | 290.72º | 0.38% | 0.99% | - |
| XYZ | 64.88 | 49.05 | 98.98 | - |
| YUV | 191.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 253 | 0.06 | 0.38 | 0 | 0.01 | 290.72 | 0.96 | 0.8 |
| Hex | EE | 9C | FD | 6 | 26 | 0 | 1 | 123 | 60 | 50 |
| Octal | 356 | 234 | 375 | 6 | 46 | 0 | 1 | 443 | 140 | 120 |
| Binary | 11101110 | 10011100 | 11111101 | 110 | 100110 | 0 | 1 | 100100011 | 1100000 | 1010000 |
Color Harmonies of #EE9CFD
Complementary color
Monochromatic Colors of #EE9CFD
Black with #EE9CFD
Text Example
Text Example
White with #EE9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CFD; }
p { color: rgb(238,156,253); }
H1.HeaderClassName
{
color: #EE9CFD;
}
.AnyTagClassName
{
color: #EE9CFD;
}
</style>
background-color css
<style>
a { background-color: #EE9CFD; }
a { background-color: rgb(238,156,253); }
div.DivClassName
{
background-color: #EE9CFD;
}
.BgClassName
{
background-color: #EE9CFD;
}
</style>
border-color css
<style>
span { border-color: #EE9CFD; }
span { border-color: rgb(238,156,253); }
td.TdClassName
{
border-color: #EE9CFD;
}
.TagClassName
{
border-color: #EE9CFD;
}
</style>