Shades of Amour #EBE5E8
Tints of Amour #EBE5E8
RGB
CMYK
RGB Variations
Color information
#EBE5E8 (or 0xEBE5E8) is known color: Amour. HEX triplet: EB, E5 and E8. RGB value is (235,229,232). Sum of RGB (Red+Green+Blue) = 235+229+232=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5E8 is #141A17. Grayscale: #E7E7E7. Windows color (decimal): -1317400 or 15263211. OLE color: 15263211.
HSL color Cylindrical-coordinate representation of color #EBE5E8: hue angle of 330º 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 #EBE5E8 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 232 | - |
CMYK | 0 | 0.03 | 0.01 | 0.08 |
HSL | 330º | 0.13% | 0.91% | - |
HSV(B) | 330º | 0.03% | 0.92% | - |
XYZ | 76.85 | 79.53 | 87.64 | - |
YUV | 231.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 232 | 0 | 0.03 | 0.01 | 0.08 | 330 | 0.13 | 0.91 |
Hex | EB | E5 | E8 | 0 | 3 | 1 | 8 | 14A | D | 5B |
Octal | 353 | 345 | 350 | 0 | 3 | 1 | 10 | 512 | 15 | 133 |
Binary | 11101011 | 11100101 | 11101000 | 0 | 11 | 1 | 1000 | 101001010 | 1101 | 1011011 |
Color Harmonies of #EBE5E8
Complementary color
Monochromatic Colors of #EBE5E8
Black with #EBE5E8
Text Example
Text Example
White with #EBE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5E8; }
p { color: rgb(235,229,232); }
H1.HeaderClassName
{
color: #EBE5E8;
}
.AnyTagClassName
{
color: #EBE5E8;
}
</style>
background-color css
<style>
a { background-color: #EBE5E8; }
a { background-color: rgb(235,229,232); }
div.DivClassName
{
background-color: #EBE5E8;
}
.BgClassName
{
background-color: #EBE5E8;
}
</style>
border-color css
<style>
span { border-color: #EBE5E8; }
span { border-color: rgb(235,229,232); }
td.TdClassName
{
border-color: #EBE5E8;
}
.TagClassName
{
border-color: #EBE5E8;
}
</style>