Shades of Mauvelous #EE8BAC
Tints of Mauvelous #EE8BAC
RGB
CMYK
RGB Variations
Color information
#EE8BAC (or 0xEE8BAC) is known color: Mauvelous. HEX triplet: EE, 8B and AC. RGB value is (238,139,172). Sum of RGB (Red+Green+Blue) = 238+139+172=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8BAC is #117453. Grayscale: #ACACAC. Windows color (decimal): -1143892 or 11308014. OLE color: 11308014.
HSL color Cylindrical-coordinate representation of color #EE8BAC: hue angle of 340º 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 #EE8BAC is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 172 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.07 |
| HSL | 340º | 0.74% | 0.74% | - |
| HSV(B) | 340º | 0.42% | 0.93% | - |
| XYZ | 51.94 | 39.62 | 43.94 | - |
| YUV | 172.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 172 | 0 | 0.42 | 0.28 | 0.07 | 340 | 0.74 | 0.74 |
| Hex | EE | 8B | AC | 0 | 2A | 1C | 7 | 154 | 4A | 4A |
| Octal | 356 | 213 | 254 | 0 | 52 | 34 | 7 | 524 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10101100 | 0 | 101010 | 11100 | 111 | 101010100 | 1001010 | 1001010 |
Color Harmonies of #EE8BAC
Complementary color
Monochromatic Colors of #EE8BAC
Black with #EE8BAC
Text Example
Text Example
White with #EE8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BAC; }
p { color: rgb(238,139,172); }
H1.HeaderClassName
{
color: #EE8BAC;
}
.AnyTagClassName
{
color: #EE8BAC;
}
</style>
background-color css
<style>
a { background-color: #EE8BAC; }
a { background-color: rgb(238,139,172); }
div.DivClassName
{
background-color: #EE8BAC;
}
.BgClassName
{
background-color: #EE8BAC;
}
</style>
border-color css
<style>
span { border-color: #EE8BAC; }
span { border-color: rgb(238,139,172); }
td.TdClassName
{
border-color: #EE8BAC;
}
.TagClassName
{
border-color: #EE8BAC;
}
</style>