Shades of Amour #EBE3E6
Tints of Amour #EBE3E6
RGB
CMYK
RGB Variations
Color information
#EBE3E6 (or 0xEBE3E6) is known color: Amour. HEX triplet: EB, E3 and E6. RGB value is (235,227,230). Sum of RGB (Red+Green+Blue) = 235+227+230=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3E6 is #141C19. Grayscale: #E5E5E5. Windows color (decimal): -1317914 or 15131627. OLE color: 15131627.
HSL color Cylindrical-coordinate representation of color #EBE3E6: hue angle of 337.5º degrees, saturation: 0.17, 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 #EBE3E6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 227 | 230 | - |
CMYK | 0 | 0.03 | 0.02 | 0.08 |
HSL | 337.5º | 0.17% | 0.91% | - |
HSV(B) | 337.5º | 0.03% | 0.92% | - |
XYZ | 76.01 | 78.31 | 85.97 | - |
YUV | 229.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 227 | 230 | 0 | 0.03 | 0.02 | 0.08 | 337.5 | 0.17 | 0.91 |
Hex | EB | E3 | E6 | 0 | 3 | 2 | 8 | 152 | 11 | 5B |
Octal | 353 | 343 | 346 | 0 | 3 | 2 | 10 | 522 | 21 | 133 |
Binary | 11101011 | 11100011 | 11100110 | 0 | 11 | 10 | 1000 | 101010010 | 10001 | 1011011 |
Color Harmonies of #EBE3E6
Complementary color
Monochromatic Colors of #EBE3E6
Black with #EBE3E6
Text Example
Text Example
White with #EBE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3E6; }
p { color: rgb(235,227,230); }
H1.HeaderClassName
{
color: #EBE3E6;
}
.AnyTagClassName
{
color: #EBE3E6;
}
</style>
background-color css
<style>
a { background-color: #EBE3E6; }
a { background-color: rgb(235,227,230); }
div.DivClassName
{
background-color: #EBE3E6;
}
.BgClassName
{
background-color: #EBE3E6;
}
</style>
border-color css
<style>
span { border-color: #EBE3E6; }
span { border-color: rgb(235,227,230); }
td.TdClassName
{
border-color: #EBE3E6;
}
.TagClassName
{
border-color: #EBE3E6;
}
</style>