Shades of Mauvelous #EE8EAA
Tints of Mauvelous #EE8EAA
RGB
CMYK
RGB Variations
Color information
#EE8EAA (or 0xEE8EAA) is known color: Mauvelous. HEX triplet: EE, 8E and AA. RGB value is (238,142,170). Sum of RGB (Red+Green+Blue) = 238+142+170=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8EAA is #117155. Grayscale: #ADADAD. Windows color (decimal): -1143126 or 11177710. OLE color: 11177710.
HSL color Cylindrical-coordinate representation of color #EE8EAA: hue angle of 342.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EAA is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 170 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.07 |
| HSL | 342.5º | 0.74% | 0.75% | - |
| HSV(B) | 342.5º | 0.4% | 0.93% | - |
| XYZ | 52.19 | 40.43 | 43.08 | - |
| YUV | 173.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 170 | 0 | 0.40 | 0.29 | 0.07 | 342.5 | 0.74 | 0.75 |
| Hex | EE | 8E | AA | 0 | 28 | 1D | 7 | 156 | 4A | 4B |
| Octal | 356 | 216 | 252 | 0 | 50 | 35 | 7 | 526 | 112 | 113 |
| Binary | 11101110 | 10001110 | 10101010 | 0 | 101000 | 11101 | 111 | 101010110 | 1001010 | 1001011 |
Color Harmonies of #EE8EAA
Complementary color
Monochromatic Colors of #EE8EAA
Black with #EE8EAA
Text Example
Text Example
White with #EE8EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EAA; }
p { color: rgb(238,142,170); }
H1.HeaderClassName
{
color: #EE8EAA;
}
.AnyTagClassName
{
color: #EE8EAA;
}
</style>
background-color css
<style>
a { background-color: #EE8EAA; }
a { background-color: rgb(238,142,170); }
div.DivClassName
{
background-color: #EE8EAA;
}
.BgClassName
{
background-color: #EE8EAA;
}
</style>
border-color css
<style>
span { border-color: #EE8EAA; }
span { border-color: rgb(238,142,170); }
td.TdClassName
{
border-color: #EE8EAA;
}
.TagClassName
{
border-color: #EE8EAA;
}
</style>