Shades of Amour #FFE7EC
Tints of Amour #FFE7EC
RGB
CMYK
RGB Variations
Color information
#FFE7EC (or 0xFFE7EC) is known color: Amour. HEX triplet: FF, E7 and EC. RGB value is (255,231,236). Sum of RGB (Red+Green+Blue) = 255+231+236=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7EC is #001813. Grayscale: #EEEEEE. Windows color (decimal): -6164 or 15525887. OLE color: 15525887.
HSL color Cylindrical-coordinate representation of color #FFE7EC: hue angle of 347.5º 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 #FFE7EC is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 236 | - |
| CMYK | 0 | 0.09 | 0.07 | 0 |
| HSL | 347.5º | 1% | 0.95% | - |
| HSV(B) | 347.5º | 0.09% | 1% | - |
| XYZ | 84.96 | 84.47 | 91.18 | - |
| YUV | 238.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 236 | 0 | 0.09 | 0.07 | 0 | 347.5 | 1 | 0.95 |
| Hex | FF | E7 | EC | 0 | 9 | 7 | 0 | 15C | 64 | 5F |
| Octal | 377 | 347 | 354 | 0 | 11 | 7 | 0 | 534 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11101100 | 0 | 1001 | 111 | 0 | 101011100 | 1100100 | 1011111 |
Color Harmonies of #FFE7EC
Complementary color
Monochromatic Colors of #FFE7EC
Black with #FFE7EC
Text Example
Text Example
White with #FFE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7EC; }
p { color: rgb(255,231,236); }
H1.HeaderClassName
{
color: #FFE7EC;
}
.AnyTagClassName
{
color: #FFE7EC;
}
</style>
background-color css
<style>
a { background-color: #FFE7EC; }
a { background-color: rgb(255,231,236); }
div.DivClassName
{
background-color: #FFE7EC;
}
.BgClassName
{
background-color: #FFE7EC;
}
</style>
border-color css
<style>
span { border-color: #FFE7EC; }
span { border-color: rgb(255,231,236); }
td.TdClassName
{
border-color: #FFE7EC;
}
.TagClassName
{
border-color: #FFE7EC;
}
</style>