Shades of Mauvelous #EB8CA2
Tints of Mauvelous #EB8CA2
RGB
CMYK
RGB Variations
Color information
#EB8CA2 (or 0xEB8CA2) is known color: Mauvelous. HEX triplet: EB, 8C and A2. RGB value is (235,140,162). Sum of RGB (Red+Green+Blue) = 235+140+162=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8CA2 is #14735D. Grayscale: #AAAAAA. Windows color (decimal): -1340254 or 10652907. OLE color: 10652907.
HSL color Cylindrical-coordinate representation of color #EB8CA2: hue angle of 346.11º 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 #EB8CA2 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 162 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.08 |
| HSL | 346.11º | 0.7% | 0.74% | - |
| HSV(B) | 346.11º | 0.4% | 0.92% | - |
| XYZ | 50.16 | 39.03 | 39.07 | - |
| YUV | 170.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 162 | 0 | 0.40 | 0.31 | 0.08 | 346.11 | 0.7 | 0.74 |
| Hex | EB | 8C | A2 | 0 | 28 | 1F | 8 | 15A | 46 | 4A |
| Octal | 353 | 214 | 242 | 0 | 50 | 37 | 10 | 532 | 106 | 112 |
| Binary | 11101011 | 10001100 | 10100010 | 0 | 101000 | 11111 | 1000 | 101011010 | 1000110 | 1001010 |
Color Harmonies of #EB8CA2
Complementary color
Monochromatic Colors of #EB8CA2
Black with #EB8CA2
Text Example
Text Example
White with #EB8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CA2; }
p { color: rgb(235,140,162); }
H1.HeaderClassName
{
color: #EB8CA2;
}
.AnyTagClassName
{
color: #EB8CA2;
}
</style>
background-color css
<style>
a { background-color: #EB8CA2; }
a { background-color: rgb(235,140,162); }
div.DivClassName
{
background-color: #EB8CA2;
}
.BgClassName
{
background-color: #EB8CA2;
}
</style>
border-color css
<style>
span { border-color: #EB8CA2; }
span { border-color: rgb(235,140,162); }
td.TdClassName
{
border-color: #EB8CA2;
}
.TagClassName
{
border-color: #EB8CA2;
}
</style>