Shades of Mauvelous #EB9BA5
Tints of Mauvelous #EB9BA5
RGB
CMYK
RGB Variations
Color information
#EB9BA5 (or 0xEB9BA5) is known color: Mauvelous. HEX triplet: EB, 9B and A5. RGB value is (235,155,165). Sum of RGB (Red+Green+Blue) = 235+155+165=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA5 is #14645A. Grayscale: #B4B4B4. Windows color (decimal): -1336411 or 10853355. OLE color: 10853355.
HSL color Cylindrical-coordinate representation of color #EB9BA5: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 155 | 165 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.08 |
| HSL | 352.5º | 0.67% | 0.76% | - |
| HSV(B) | 352.5º | 0.34% | 0.92% | - |
| XYZ | 52.77 | 43.82 | 41.27 | - |
| YUV | 180.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 155 | 165 | 0 | 0.34 | 0.30 | 0.08 | 352.5 | 0.67 | 0.76 |
| Hex | EB | 9B | A5 | 0 | 22 | 1E | 8 | 160 | 43 | 4C |
| Octal | 353 | 233 | 245 | 0 | 42 | 36 | 10 | 540 | 103 | 114 |
| Binary | 11101011 | 10011011 | 10100101 | 0 | 100010 | 11110 | 1000 | 101100000 | 1000011 | 1001100 |
Color Harmonies of #EB9BA5
Complementary color
Monochromatic Colors of #EB9BA5
Black with #EB9BA5
Text Example
Text Example
White with #EB9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9BA5; }
p { color: rgb(235,155,165); }
H1.HeaderClassName
{
color: #EB9BA5;
}
.AnyTagClassName
{
color: #EB9BA5;
}
</style>
background-color css
<style>
a { background-color: #EB9BA5; }
a { background-color: rgb(235,155,165); }
div.DivClassName
{
background-color: #EB9BA5;
}
.BgClassName
{
background-color: #EB9BA5;
}
</style>
border-color css
<style>
span { border-color: #EB9BA5; }
span { border-color: rgb(235,155,165); }
td.TdClassName
{
border-color: #EB9BA5;
}
.TagClassName
{
border-color: #EB9BA5;
}
</style>