Shades of Amour #EBE5E9
Tints of Amour #EBE5E9
RGB
CMYK
RGB Variations
Color information
#EBE5E9 (or 0xEBE5E9) is known color: Amour. HEX triplet: EB, E5 and E9. RGB value is (235,229,233). Sum of RGB (Red+Green+Blue) = 235+229+233=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5E9 is #141A16. Grayscale: #E7E7E7. Windows color (decimal): -1317399 or 15328747. OLE color: 15328747.
HSL color Cylindrical-coordinate representation of color #EBE5E9: hue angle of 320º 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 #EBE5E9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 233 | - |
CMYK | 0 | 0.03 | 0.01 | 0.08 |
HSL | 320º | 0.13% | 0.91% | - |
HSV(B) | 320º | 0.03% | 0.92% | - |
XYZ | 76.99 | 79.58 | 88.39 | - |
YUV | 231.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 233 | 0 | 0.03 | 0.01 | 0.08 | 320 | 0.13 | 0.91 |
Hex | EB | E5 | E9 | 0 | 3 | 1 | 8 | 140 | D | 5B |
Octal | 353 | 345 | 351 | 0 | 3 | 1 | 10 | 500 | 15 | 133 |
Binary | 11101011 | 11100101 | 11101001 | 0 | 11 | 1 | 1000 | 101000000 | 1101 | 1011011 |
Color Harmonies of #EBE5E9
Complementary color
Monochromatic Colors of #EBE5E9
Black with #EBE5E9
Text Example
Text Example
White with #EBE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5E9; }
p { color: rgb(235,229,233); }
H1.HeaderClassName
{
color: #EBE5E9;
}
.AnyTagClassName
{
color: #EBE5E9;
}
</style>
background-color css
<style>
a { background-color: #EBE5E9; }
a { background-color: rgb(235,229,233); }
div.DivClassName
{
background-color: #EBE5E9;
}
.BgClassName
{
background-color: #EBE5E9;
}
</style>
border-color css
<style>
span { border-color: #EBE5E9; }
span { border-color: rgb(235,229,233); }
td.TdClassName
{
border-color: #EBE5E9;
}
.TagClassName
{
border-color: #EBE5E9;
}
</style>