Shades of Amour #EBE5E7
Tints of Amour #EBE5E7
RGB
CMYK
RGB Variations
Color information
#EBE5E7 (or 0xEBE5E7) is known color: Amour. HEX triplet: EB, E5 and E7. RGB value is (235,229,231). Sum of RGB (Red+Green+Blue) = 235+229+231=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5E7 is #141A18. Grayscale: #E7E7E7. Windows color (decimal): -1317401 or 15197675. OLE color: 15197675.
HSL color Cylindrical-coordinate representation of color #EBE5E7: hue angle of 340º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE5E7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 231 | - |
CMYK | 0 | 0.03 | 0.02 | 0.08 |
HSL | 340º | 0.13% | 0.91% | - |
HSV(B) | 340º | 0.03% | 0.92% | - |
XYZ | 76.7 | 79.47 | 86.9 | - |
YUV | 231.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 231 | 0 | 0.03 | 0.02 | 0.08 | 340 | 0.13 | 0.91 |
Hex | EB | E5 | E7 | 0 | 3 | 2 | 8 | 154 | D | 5B |
Octal | 353 | 345 | 347 | 0 | 3 | 2 | 10 | 524 | 15 | 133 |
Binary | 11101011 | 11100101 | 11100111 | 0 | 11 | 10 | 1000 | 101010100 | 1101 | 1011011 |
Color Harmonies of #EBE5E7
Complementary color
Monochromatic Colors of #EBE5E7
Black with #EBE5E7
Text Example
Text Example
White with #EBE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5E7; }
p { color: rgb(235,229,231); }
H1.HeaderClassName
{
color: #EBE5E7;
}
.AnyTagClassName
{
color: #EBE5E7;
}
</style>
background-color css
<style>
a { background-color: #EBE5E7; }
a { background-color: rgb(235,229,231); }
div.DivClassName
{
background-color: #EBE5E7;
}
.BgClassName
{
background-color: #EBE5E7;
}
</style>
border-color css
<style>
span { border-color: #EBE5E7; }
span { border-color: rgb(235,229,231); }
td.TdClassName
{
border-color: #EBE5E7;
}
.TagClassName
{
border-color: #EBE5E7;
}
</style>