Shades of Mauvelous #EB8BA3
Tints of Mauvelous #EB8BA3
RGB
CMYK
RGB Variations
Color information
#EB8BA3 (or 0xEB8BA3) is known color: Mauvelous. HEX triplet: EB, 8B and A3. RGB value is (235,139,163). Sum of RGB (Red+Green+Blue) = 235+139+163=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BA3 is #14745C. Grayscale: #AAAAAA. Windows color (decimal): -1340509 or 10718187. OLE color: 10718187.
HSL color Cylindrical-coordinate representation of color #EB8BA3: hue angle of 345º 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 #EB8BA3 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 163 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.08 |
| HSL | 345º | 0.71% | 0.73% | - |
| HSV(B) | 345º | 0.41% | 0.92% | - |
| XYZ | 50.1 | 38.77 | 39.49 | - |
| YUV | 170.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 163 | 0 | 0.41 | 0.31 | 0.08 | 345 | 0.71 | 0.73 |
| Hex | EB | 8B | A3 | 0 | 29 | 1F | 8 | 159 | 47 | 49 |
| Octal | 353 | 213 | 243 | 0 | 51 | 37 | 10 | 531 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10100011 | 0 | 101001 | 11111 | 1000 | 101011001 | 1000111 | 1001001 |
Color Harmonies of #EB8BA3
Complementary color
Monochromatic Colors of #EB8BA3
Black with #EB8BA3
Text Example
Text Example
White with #EB8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BA3; }
p { color: rgb(235,139,163); }
H1.HeaderClassName
{
color: #EB8BA3;
}
.AnyTagClassName
{
color: #EB8BA3;
}
</style>
background-color css
<style>
a { background-color: #EB8BA3; }
a { background-color: rgb(235,139,163); }
div.DivClassName
{
background-color: #EB8BA3;
}
.BgClassName
{
background-color: #EB8BA3;
}
</style>
border-color css
<style>
span { border-color: #EB8BA3; }
span { border-color: rgb(235,139,163); }
td.TdClassName
{
border-color: #EB8BA3;
}
.TagClassName
{
border-color: #EB8BA3;
}
</style>