Shades of Mauvelous #EB8BA1
Tints of Mauvelous #EB8BA1
RGB
CMYK
RGB Variations
Color information
#EB8BA1 (or 0xEB8BA1) is known color: Mauvelous. HEX triplet: EB, 8B and A1. RGB value is (235,139,161). Sum of RGB (Red+Green+Blue) = 235+139+161=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BA1 is #14745E. Grayscale: #AAAAAA. Windows color (decimal): -1340511 or 10587115. OLE color: 10587115.
HSL color Cylindrical-coordinate representation of color #EB8BA1: hue angle of 346.25º 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 #EB8BA1 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 161 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.08 |
| HSL | 346.25º | 0.71% | 0.73% | - |
| HSV(B) | 346.25º | 0.41% | 0.92% | - |
| XYZ | 49.93 | 38.7 | 38.56 | - |
| YUV | 170.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 161 | 0 | 0.41 | 0.31 | 0.08 | 346.25 | 0.71 | 0.73 |
| Hex | EB | 8B | A1 | 0 | 29 | 1F | 8 | 15A | 47 | 49 |
| Octal | 353 | 213 | 241 | 0 | 51 | 37 | 10 | 532 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10100001 | 0 | 101001 | 11111 | 1000 | 101011010 | 1000111 | 1001001 |
Color Harmonies of #EB8BA1
Complementary color
Monochromatic Colors of #EB8BA1
Black with #EB8BA1
Text Example
Text Example
White with #EB8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BA1; }
p { color: rgb(235,139,161); }
H1.HeaderClassName
{
color: #EB8BA1;
}
.AnyTagClassName
{
color: #EB8BA1;
}
</style>
background-color css
<style>
a { background-color: #EB8BA1; }
a { background-color: rgb(235,139,161); }
div.DivClassName
{
background-color: #EB8BA1;
}
.BgClassName
{
background-color: #EB8BA1;
}
</style>
border-color css
<style>
span { border-color: #EB8BA1; }
span { border-color: rgb(235,139,161); }
td.TdClassName
{
border-color: #EB8BA1;
}
.TagClassName
{
border-color: #EB8BA1;
}
</style>