Shades of Mauvelous #EB8BA0
Tints of Mauvelous #EB8BA0
RGB
CMYK
RGB Variations
Color information
#EB8BA0 (or 0xEB8BA0) is known color: Mauvelous. HEX triplet: EB, 8B and A0. RGB value is (235,139,160). Sum of RGB (Red+Green+Blue) = 235+139+160=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BA0 is #14745F. Grayscale: #AAAAAA. Windows color (decimal): -1340512 or 10521579. OLE color: 10521579.
HSL color Cylindrical-coordinate representation of color #EB8BA0: hue angle of 346.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BA0 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 160 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.08 |
| HSL | 346.88º | 0.71% | 0.73% | - |
| HSV(B) | 346.88º | 0.41% | 0.92% | - |
| XYZ | 49.84 | 38.67 | 38.09 | - |
| YUV | 170.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 160 | 0 | 0.41 | 0.32 | 0.08 | 346.88 | 0.71 | 0.73 |
| Hex | EB | 8B | A0 | 0 | 29 | 20 | 8 | 15B | 47 | 49 |
| Octal | 353 | 213 | 240 | 0 | 51 | 40 | 10 | 533 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10100000 | 0 | 101001 | 100000 | 1000 | 101011011 | 1000111 | 1001001 |
Color Harmonies of #EB8BA0
Complementary color
Monochromatic Colors of #EB8BA0
Black with #EB8BA0
Text Example
Text Example
White with #EB8BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BA0; }
p { color: rgb(235,139,160); }
H1.HeaderClassName
{
color: #EB8BA0;
}
.AnyTagClassName
{
color: #EB8BA0;
}
</style>
background-color css
<style>
a { background-color: #EB8BA0; }
a { background-color: rgb(235,139,160); }
div.DivClassName
{
background-color: #EB8BA0;
}
.BgClassName
{
background-color: #EB8BA0;
}
</style>
border-color css
<style>
span { border-color: #EB8BA0; }
span { border-color: rgb(235,139,160); }
td.TdClassName
{
border-color: #EB8BA0;
}
.TagClassName
{
border-color: #EB8BA0;
}
</style>