Shades of Mauvelous #EE8AAA
Tints of Mauvelous #EE8AAA
RGB
CMYK
RGB Variations
Color information
#EE8AAA (or 0xEE8AAA) is known color: Mauvelous. HEX triplet: EE, 8A and AA. RGB value is (238,138,170). Sum of RGB (Red+Green+Blue) = 238+138+170=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8AAA is #117555. Grayscale: #ABABAB. Windows color (decimal): -1144150 or 11176686. OLE color: 11176686.
HSL color Cylindrical-coordinate representation of color #EE8AAA: hue angle of 340.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8AAA is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 170 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.07 |
| HSL | 340.8º | 0.75% | 0.74% | - |
| HSV(B) | 340.8º | 0.42% | 0.93% | - |
| XYZ | 51.6 | 39.26 | 42.89 | - |
| YUV | 171.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 170 | 0 | 0.42 | 0.29 | 0.07 | 340.8 | 0.75 | 0.74 |
| Hex | EE | 8A | AA | 0 | 2A | 1D | 7 | 155 | 4B | 4A |
| Octal | 356 | 212 | 252 | 0 | 52 | 35 | 7 | 525 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10101010 | 0 | 101010 | 11101 | 111 | 101010101 | 1001011 | 1001010 |
Color Harmonies of #EE8AAA
Complementary color
Monochromatic Colors of #EE8AAA
Black with #EE8AAA
Text Example
Text Example
White with #EE8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AAA; }
p { color: rgb(238,138,170); }
H1.HeaderClassName
{
color: #EE8AAA;
}
.AnyTagClassName
{
color: #EE8AAA;
}
</style>
background-color css
<style>
a { background-color: #EE8AAA; }
a { background-color: rgb(238,138,170); }
div.DivClassName
{
background-color: #EE8AAA;
}
.BgClassName
{
background-color: #EE8AAA;
}
</style>
border-color css
<style>
span { border-color: #EE8AAA; }
span { border-color: rgb(238,138,170); }
td.TdClassName
{
border-color: #EE8AAA;
}
.TagClassName
{
border-color: #EE8AAA;
}
</style>