Shades of Amour #FFE7EB
Tints of Amour #FFE7EB
RGB
CMYK
RGB Variations
Color information
#FFE7EB (or 0xFFE7EB) is known color: Amour. HEX triplet: FF, E7 and EB. RGB value is (255,231,235). Sum of RGB (Red+Green+Blue) = 255+231+235=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 235 (92.19% from 255 or 32.59% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7EB is #001814. Grayscale: #EEEEEE. Windows color (decimal): -6165 or 15460351. OLE color: 15460351.
HSL color Cylindrical-coordinate representation of color #FFE7EB: hue angle of 350º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE7EB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 235 | - |
| CMYK | 0 | 0.09 | 0.08 | 0 |
| HSL | 350º | 1% | 0.95% | - |
| HSV(B) | 350º | 0.09% | 1% | - |
| XYZ | 84.81 | 84.41 | 90.42 | - |
| YUV | 238.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 235 | 0 | 0.09 | 0.08 | 0 | 350 | 1 | 0.95 |
| Hex | FF | E7 | EB | 0 | 9 | 8 | 0 | 15E | 64 | 5F |
| Octal | 377 | 347 | 353 | 0 | 11 | 10 | 0 | 536 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11101011 | 0 | 1001 | 1000 | 0 | 101011110 | 1100100 | 1011111 |
Color Harmonies of #FFE7EB
Complementary color
Monochromatic Colors of #FFE7EB
Black with #FFE7EB
Text Example
Text Example
White with #FFE7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7EB; }
p { color: rgb(255,231,235); }
H1.HeaderClassName
{
color: #FFE7EB;
}
.AnyTagClassName
{
color: #FFE7EB;
}
</style>
background-color css
<style>
a { background-color: #FFE7EB; }
a { background-color: rgb(255,231,235); }
div.DivClassName
{
background-color: #FFE7EB;
}
.BgClassName
{
background-color: #FFE7EB;
}
</style>
border-color css
<style>
span { border-color: #FFE7EB; }
span { border-color: rgb(255,231,235); }
td.TdClassName
{
border-color: #FFE7EB;
}
.TagClassName
{
border-color: #FFE7EB;
}
</style>