Shades of Amour #FFE5EC
Tints of Amour #FFE5EC
RGB
CMYK
RGB Variations
Color information
#FFE5EC (or 0xFFE5EC) is known color: Amour. HEX triplet: FF, E5 and EC. RGB value is (255,229,236). Sum of RGB (Red+Green+Blue) = 255+229+236=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5EC is #001A13. Grayscale: #EDEDED. Windows color (decimal): -6676 or 15525375. OLE color: 15525375.
HSL color Cylindrical-coordinate representation of color #FFE5EC: hue angle of 343.85º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5EC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 236 | - |
| CMYK | 0 | 0.10 | 0.07 | 0 |
| HSL | 343.85º | 1% | 0.95% | - |
| HSV(B) | 343.85º | 0.1% | 1% | - |
| XYZ | 84.4 | 83.35 | 91 | - |
| YUV | 237.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 236 | 0 | 0.10 | 0.07 | 0 | 343.85 | 1 | 0.95 |
| Hex | FF | E5 | EC | 0 | A | 7 | 0 | 158 | 64 | 5F |
| Octal | 377 | 345 | 354 | 0 | 12 | 7 | 0 | 530 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11101100 | 0 | 1010 | 111 | 0 | 101011000 | 1100100 | 1011111 |
Color Harmonies of #FFE5EC
Complementary color
Monochromatic Colors of #FFE5EC
Black with #FFE5EC
Text Example
Text Example
White with #FFE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5EC; }
p { color: rgb(255,229,236); }
H1.HeaderClassName
{
color: #FFE5EC;
}
.AnyTagClassName
{
color: #FFE5EC;
}
</style>
background-color css
<style>
a { background-color: #FFE5EC; }
a { background-color: rgb(255,229,236); }
div.DivClassName
{
background-color: #FFE5EC;
}
.BgClassName
{
background-color: #FFE5EC;
}
</style>
border-color css
<style>
span { border-color: #FFE5EC; }
span { border-color: rgb(255,229,236); }
td.TdClassName
{
border-color: #FFE5EC;
}
.TagClassName
{
border-color: #FFE5EC;
}
</style>