Shades of Amour #EBE4E8
Tints of Amour #EBE4E8
RGB
CMYK
RGB Variations
Color information
#EBE4E8 (or 0xEBE4E8) is known color: Amour. HEX triplet: EB, E4 and E8. RGB value is (235,228,232). Sum of RGB (Red+Green+Blue) = 235+228+232=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4E8 is #141B17. Grayscale: #E6E6E6. Windows color (decimal): -1317656 or 15262955. OLE color: 15262955.
HSL color Cylindrical-coordinate representation of color #EBE4E8: hue angle of 325.71º degrees, saturation: 0.15, 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 #EBE4E8 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 228 | 232 | - |
CMYK | 0 | 0.03 | 0.01 | 0.08 |
HSL | 325.71º | 0.15% | 0.91% | - |
HSV(B) | 325.71º | 0.03% | 0.92% | - |
XYZ | 76.57 | 78.98 | 87.55 | - |
YUV | 230.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 228 | 232 | 0 | 0.03 | 0.01 | 0.08 | 325.71 | 0.15 | 0.91 |
Hex | EB | E4 | E8 | 0 | 3 | 1 | 8 | 146 | F | 5B |
Octal | 353 | 344 | 350 | 0 | 3 | 1 | 10 | 506 | 17 | 133 |
Binary | 11101011 | 11100100 | 11101000 | 0 | 11 | 1 | 1000 | 101000110 | 1111 | 1011011 |
Color Harmonies of #EBE4E8
Complementary color
Monochromatic Colors of #EBE4E8
Black with #EBE4E8
Text Example
Text Example
White with #EBE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4E8; }
p { color: rgb(235,228,232); }
H1.HeaderClassName
{
color: #EBE4E8;
}
.AnyTagClassName
{
color: #EBE4E8;
}
</style>
background-color css
<style>
a { background-color: #EBE4E8; }
a { background-color: rgb(235,228,232); }
div.DivClassName
{
background-color: #EBE4E8;
}
.BgClassName
{
background-color: #EBE4E8;
}
</style>
border-color css
<style>
span { border-color: #EBE4E8; }
span { border-color: rgb(235,228,232); }
td.TdClassName
{
border-color: #EBE4E8;
}
.TagClassName
{
border-color: #EBE4E8;
}
</style>