Shades of Mauve #EE9AFF
Tints of Mauve #EE9AFF
RGB
CMYK
RGB Variations
Color information
#EE9AFF (or 0xEE9AFF) is known color: Mauve. HEX triplet: EE, 9A and FF. RGB value is (238,154,255). Sum of RGB (Red+Green+Blue) = 238+154+255=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AFF is #116500. Grayscale: #BEBEBE. Windows color (decimal): -1139969 or 16751342. OLE color: 16751342.
HSL color Cylindrical-coordinate representation of color #EE9AFF: hue angle of 289.9º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE9AFF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 154 | 255 | - |
| CMYK | 0.07 | 0.40 | 0 | 0 |
| HSL | 289.9º | 1% | 0.8% | - |
| HSV(B) | 289.9º | 0.4% | 1% | - |
| XYZ | 64.87 | 48.51 | 100.55 | - |
| YUV | 190.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 255 | 0.07 | 0.40 | 0 | 0 | 289.9 | 1 | 0.8 |
| Hex | EE | 9A | FF | 7 | 28 | 0 | 0 | 122 | 64 | 50 |
| Octal | 356 | 232 | 377 | 7 | 50 | 0 | 0 | 442 | 144 | 120 |
| Binary | 11101110 | 10011010 | 11111111 | 111 | 101000 | 0 | 0 | 100100010 | 1100100 | 1010000 |
Color Harmonies of #EE9AFF
Complementary color
Monochromatic Colors of #EE9AFF
Black with #EE9AFF
Text Example
Text Example
White with #EE9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AFF; }
p { color: rgb(238,154,255); }
H1.HeaderClassName
{
color: #EE9AFF;
}
.AnyTagClassName
{
color: #EE9AFF;
}
</style>
background-color css
<style>
a { background-color: #EE9AFF; }
a { background-color: rgb(238,154,255); }
div.DivClassName
{
background-color: #EE9AFF;
}
.BgClassName
{
background-color: #EE9AFF;
}
</style>
border-color css
<style>
span { border-color: #EE9AFF; }
span { border-color: rgb(238,154,255); }
td.TdClassName
{
border-color: #EE9AFF;
}
.TagClassName
{
border-color: #EE9AFF;
}
</style>