Shades of Amour #EBE1E3
Tints of Amour #EBE1E3
RGB
CMYK
RGB Variations
Color information
#EBE1E3 (or 0xEBE1E3) is known color: Amour. HEX triplet: EB, E1 and E3. RGB value is (235,225,227). Sum of RGB (Red+Green+Blue) = 235+225+227=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1E3 is #141E1C. Grayscale: #E4E4E4. Windows color (decimal): -1318429 or 14934507. OLE color: 14934507.
HSL color Cylindrical-coordinate representation of color #EBE1E3: hue angle of 348º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE1E3 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 227 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.08 |
| HSL | 348º | 0.2% | 0.9% | - |
| HSV(B) | 348º | 0.04% | 0.92% | - |
| XYZ | 75.05 | 77.06 | 83.59 | - |
| YUV | 228.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 227 | 0 | 0.04 | 0.03 | 0.08 | 348 | 0.2 | 0.9 |
| Hex | EB | E1 | E3 | 0 | 4 | 3 | 8 | 15C | 14 | 5A |
| Octal | 353 | 341 | 343 | 0 | 4 | 3 | 10 | 534 | 24 | 132 |
| Binary | 11101011 | 11100001 | 11100011 | 0 | 100 | 11 | 1000 | 101011100 | 10100 | 1011010 |
Color Harmonies of #EBE1E3
Complementary color
Monochromatic Colors of #EBE1E3
Black with #EBE1E3
Text Example
Text Example
White with #EBE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1E3; }
p { color: rgb(235,225,227); }
H1.HeaderClassName
{
color: #EBE1E3;
}
.AnyTagClassName
{
color: #EBE1E3;
}
</style>
background-color css
<style>
a { background-color: #EBE1E3; }
a { background-color: rgb(235,225,227); }
div.DivClassName
{
background-color: #EBE1E3;
}
.BgClassName
{
background-color: #EBE1E3;
}
</style>
border-color css
<style>
span { border-color: #EBE1E3; }
span { border-color: rgb(235,225,227); }
td.TdClassName
{
border-color: #EBE1E3;
}
.TagClassName
{
border-color: #EBE1E3;
}
</style>