Shades of Mauvelous #EB8CA0
Tints of Mauvelous #EB8CA0
RGB
CMYK
RGB Variations
Color information
#EB8CA0 (or 0xEB8CA0) is known color: Mauvelous. HEX triplet: EB, 8C and A0. RGB value is (235,140,160). Sum of RGB (Red+Green+Blue) = 235+140+160=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8CA0 is #14735F. Grayscale: #AAAAAA. Windows color (decimal): -1340256 or 10521835. OLE color: 10521835.
HSL color Cylindrical-coordinate representation of color #EB8CA0: hue angle of 347.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CA0 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 160 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.08 |
| HSL | 347.37º | 0.7% | 0.74% | - |
| HSV(B) | 347.37º | 0.4% | 0.92% | - |
| XYZ | 49.98 | 38.96 | 38.14 | - |
| YUV | 170.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 160 | 0 | 0.40 | 0.32 | 0.08 | 347.37 | 0.7 | 0.74 |
| Hex | EB | 8C | A0 | 0 | 28 | 20 | 8 | 15B | 46 | 4A |
| Octal | 353 | 214 | 240 | 0 | 50 | 40 | 10 | 533 | 106 | 112 |
| Binary | 11101011 | 10001100 | 10100000 | 0 | 101000 | 100000 | 1000 | 101011011 | 1000110 | 1001010 |
Color Harmonies of #EB8CA0
Complementary color
Monochromatic Colors of #EB8CA0
Black with #EB8CA0
Text Example
Text Example
White with #EB8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CA0; }
p { color: rgb(235,140,160); }
H1.HeaderClassName
{
color: #EB8CA0;
}
.AnyTagClassName
{
color: #EB8CA0;
}
</style>
background-color css
<style>
a { background-color: #EB8CA0; }
a { background-color: rgb(235,140,160); }
div.DivClassName
{
background-color: #EB8CA0;
}
.BgClassName
{
background-color: #EB8CA0;
}
</style>
border-color css
<style>
span { border-color: #EB8CA0; }
span { border-color: rgb(235,140,160); }
td.TdClassName
{
border-color: #EB8CA0;
}
.TagClassName
{
border-color: #EB8CA0;
}
</style>