Shades of Mauvelous #EE9BA8
Tints of Mauvelous #EE9BA8
RGB
CMYK
RGB Variations
Color information
#EE9BA8 (or 0xEE9BA8) is known color: Mauvelous. HEX triplet: EE, 9B and A8. RGB value is (238,155,168). Sum of RGB (Red+Green+Blue) = 238+155+168=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9BA8 is #116457. Grayscale: #B5B5B5. Windows color (decimal): -1139800 or 11049966. OLE color: 11049966.
HSL color Cylindrical-coordinate representation of color #EE9BA8: hue angle of 350.6º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BA8 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 168 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.07 |
| HSL | 350.6º | 0.71% | 0.77% | - |
| HSV(B) | 350.6º | 0.35% | 0.93% | - |
| XYZ | 54.05 | 44.45 | 42.78 | - |
| YUV | 181.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 168 | 0 | 0.35 | 0.29 | 0.07 | 350.6 | 0.71 | 0.77 |
| Hex | EE | 9B | A8 | 0 | 23 | 1D | 7 | 15F | 47 | 4D |
| Octal | 356 | 233 | 250 | 0 | 43 | 35 | 7 | 537 | 107 | 115 |
| Binary | 11101110 | 10011011 | 10101000 | 0 | 100011 | 11101 | 111 | 101011111 | 1000111 | 1001101 |
Color Harmonies of #EE9BA8
Complementary color
Monochromatic Colors of #EE9BA8
Black with #EE9BA8
Text Example
Text Example
White with #EE9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BA8; }
p { color: rgb(238,155,168); }
H1.HeaderClassName
{
color: #EE9BA8;
}
.AnyTagClassName
{
color: #EE9BA8;
}
</style>
background-color css
<style>
a { background-color: #EE9BA8; }
a { background-color: rgb(238,155,168); }
div.DivClassName
{
background-color: #EE9BA8;
}
.BgClassName
{
background-color: #EE9BA8;
}
</style>
border-color css
<style>
span { border-color: #EE9BA8; }
span { border-color: rgb(238,155,168); }
td.TdClassName
{
border-color: #EE9BA8;
}
.TagClassName
{
border-color: #EE9BA8;
}
</style>