Shades of Mauve #EE9DFF
Tints of Mauve #EE9DFF
RGB
CMYK
RGB Variations
Color information
#EE9DFF (or 0xEE9DFF) is known color: Mauve. HEX triplet: EE, 9D and FF. RGB value is (238,157,255). Sum of RGB (Red+Green+Blue) = 238+157+255=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFF is #116200. Grayscale: #C0C0C0. Windows color (decimal): -1139201 or 16752110. OLE color: 16752110.
HSL color Cylindrical-coordinate representation of color #EE9DFF: hue angle of 289.59º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9DFF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 157 | 255 | - |
| CMYK | 0.07 | 0.38 | 0 | 0 |
| HSL | 289.59º | 1% | 0.81% | - |
| HSV(B) | 289.59º | 0.38% | 1% | - |
| XYZ | 65.37 | 49.51 | 100.72 | - |
| YUV | 192.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 255 | 0.07 | 0.38 | 0 | 0 | 289.59 | 1 | 0.81 |
| Hex | EE | 9D | FF | 7 | 26 | 0 | 0 | 122 | 64 | 51 |
| Octal | 356 | 235 | 377 | 7 | 46 | 0 | 0 | 442 | 144 | 121 |
| Binary | 11101110 | 10011101 | 11111111 | 111 | 100110 | 0 | 0 | 100100010 | 1100100 | 1010001 |
Color Harmonies of #EE9DFF
Complementary color
Monochromatic Colors of #EE9DFF
Black with #EE9DFF
Text Example
Text Example
White with #EE9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DFF; }
p { color: rgb(238,157,255); }
H1.HeaderClassName
{
color: #EE9DFF;
}
.AnyTagClassName
{
color: #EE9DFF;
}
</style>
background-color css
<style>
a { background-color: #EE9DFF; }
a { background-color: rgb(238,157,255); }
div.DivClassName
{
background-color: #EE9DFF;
}
.BgClassName
{
background-color: #EE9DFF;
}
</style>
border-color css
<style>
span { border-color: #EE9DFF; }
span { border-color: rgb(238,157,255); }
td.TdClassName
{
border-color: #EE9DFF;
}
.TagClassName
{
border-color: #EE9DFF;
}
</style>