Shades of Amour #FFE5ED
Tints of Amour #FFE5ED
RGB
CMYK
RGB Variations
Color information
#FFE5ED (or 0xFFE5ED) is known color: Amour. HEX triplet: FF, E5 and ED. RGB value is (255,229,237). Sum of RGB (Red+Green+Blue) = 255+229+237=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5ED is #001A12. Grayscale: #EDEDED. Windows color (decimal): -6675 or 15590911. OLE color: 15590911.
HSL color Cylindrical-coordinate representation of color #FFE5ED: hue angle of 341.54º 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 #FFE5ED is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 237 | - |
| CMYK | 0 | 0.10 | 0.07 | 0 |
| HSL | 341.54º | 1% | 0.95% | - |
| HSV(B) | 341.54º | 0.1% | 1% | - |
| XYZ | 84.55 | 83.41 | 91.77 | - |
| YUV | 237.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 237 | 0 | 0.10 | 0.07 | 0 | 341.54 | 1 | 0.95 |
| Hex | FF | E5 | ED | 0 | A | 7 | 0 | 156 | 64 | 5F |
| Octal | 377 | 345 | 355 | 0 | 12 | 7 | 0 | 526 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11101101 | 0 | 1010 | 111 | 0 | 101010110 | 1100100 | 1011111 |
Color Harmonies of #FFE5ED
Complementary color
Monochromatic Colors of #FFE5ED
Black with #FFE5ED
Text Example
Text Example
White with #FFE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5ED; }
p { color: rgb(255,229,237); }
H1.HeaderClassName
{
color: #FFE5ED;
}
.AnyTagClassName
{
color: #FFE5ED;
}
</style>
background-color css
<style>
a { background-color: #FFE5ED; }
a { background-color: rgb(255,229,237); }
div.DivClassName
{
background-color: #FFE5ED;
}
.BgClassName
{
background-color: #FFE5ED;
}
</style>
border-color css
<style>
span { border-color: #FFE5ED; }
span { border-color: rgb(255,229,237); }
td.TdClassName
{
border-color: #FFE5ED;
}
.TagClassName
{
border-color: #FFE5ED;
}
</style>