Shades of Mauvelous #EE8BAA
Tints of Mauvelous #EE8BAA
RGB
CMYK
RGB Variations
Color information
#EE8BAA (or 0xEE8BAA) is known color: Mauvelous. HEX triplet: EE, 8B and AA. RGB value is (238,139,170). Sum of RGB (Red+Green+Blue) = 238+139+170=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8BAA is #117455. Grayscale: #ACACAC. Windows color (decimal): -1143894 or 11176942. OLE color: 11176942.
HSL color Cylindrical-coordinate representation of color #EE8BAA: hue angle of 341.21º degrees, saturation: 0.74, 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 #EE8BAA is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 170 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.07 |
| HSL | 341.21º | 0.74% | 0.74% | - |
| HSV(B) | 341.21º | 0.42% | 0.93% | - |
| XYZ | 51.75 | 39.54 | 42.94 | - |
| YUV | 172.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 170 | 0 | 0.42 | 0.29 | 0.07 | 341.21 | 0.74 | 0.74 |
| Hex | EE | 8B | AA | 0 | 2A | 1D | 7 | 155 | 4A | 4A |
| Octal | 356 | 213 | 252 | 0 | 52 | 35 | 7 | 525 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10101010 | 0 | 101010 | 11101 | 111 | 101010101 | 1001010 | 1001010 |
Color Harmonies of #EE8BAA
Complementary color
Monochromatic Colors of #EE8BAA
Black with #EE8BAA
Text Example
Text Example
White with #EE8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BAA; }
p { color: rgb(238,139,170); }
H1.HeaderClassName
{
color: #EE8BAA;
}
.AnyTagClassName
{
color: #EE8BAA;
}
</style>
background-color css
<style>
a { background-color: #EE8BAA; }
a { background-color: rgb(238,139,170); }
div.DivClassName
{
background-color: #EE8BAA;
}
.BgClassName
{
background-color: #EE8BAA;
}
</style>
border-color css
<style>
span { border-color: #EE8BAA; }
span { border-color: rgb(238,139,170); }
td.TdClassName
{
border-color: #EE8BAA;
}
.TagClassName
{
border-color: #EE8BAA;
}
</style>