Shades of Mauvelous #EE8BAB
Tints of Mauvelous #EE8BAB
RGB
CMYK
RGB Variations
Color information
#EE8BAB (or 0xEE8BAB) is known color: Mauvelous. HEX triplet: EE, 8B and AB. RGB value is (238,139,171). Sum of RGB (Red+Green+Blue) = 238+139+171=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8BAB is #117454. Grayscale: #ACACAC. Windows color (decimal): -1143893 or 11242478. OLE color: 11242478.
HSL color Cylindrical-coordinate representation of color #EE8BAB: hue angle of 340.61º 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 #EE8BAB is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 171 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.07 |
| HSL | 340.61º | 0.74% | 0.74% | - |
| HSV(B) | 340.61º | 0.42% | 0.93% | - |
| XYZ | 51.84 | 39.58 | 43.44 | - |
| YUV | 172.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 171 | 0 | 0.42 | 0.28 | 0.07 | 340.61 | 0.74 | 0.74 |
| Hex | EE | 8B | AB | 0 | 2A | 1C | 7 | 155 | 4A | 4A |
| Octal | 356 | 213 | 253 | 0 | 52 | 34 | 7 | 525 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10101011 | 0 | 101010 | 11100 | 111 | 101010101 | 1001010 | 1001010 |
Color Harmonies of #EE8BAB
Complementary color
Monochromatic Colors of #EE8BAB
Black with #EE8BAB
Text Example
Text Example
White with #EE8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BAB; }
p { color: rgb(238,139,171); }
H1.HeaderClassName
{
color: #EE8BAB;
}
.AnyTagClassName
{
color: #EE8BAB;
}
</style>
background-color css
<style>
a { background-color: #EE8BAB; }
a { background-color: rgb(238,139,171); }
div.DivClassName
{
background-color: #EE8BAB;
}
.BgClassName
{
background-color: #EE8BAB;
}
</style>
border-color css
<style>
span { border-color: #EE8BAB; }
span { border-color: rgb(238,139,171); }
td.TdClassName
{
border-color: #EE8BAB;
}
.TagClassName
{
border-color: #EE8BAB;
}
</style>