Shades of Amour #FFE5EE
Tints of Amour #FFE5EE
RGB
CMYK
RGB Variations
Color information
#FFE5EE (or 0xFFE5EE) is known color: Amour. HEX triplet: FF, E5 and EE. RGB value is (255,229,238). Sum of RGB (Red+Green+Blue) = 255+229+238=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5EE is #001A11. Grayscale: #EDEDED. Windows color (decimal): -6674 or 15656447. OLE color: 15656447.
HSL color Cylindrical-coordinate representation of color #FFE5EE: hue angle of 339.23º 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 #FFE5EE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 238 | - |
| CMYK | 0 | 0.10 | 0.07 | 0 |
| HSL | 339.23º | 1% | 0.95% | - |
| HSV(B) | 339.23º | 0.1% | 1% | - |
| XYZ | 84.69 | 83.47 | 92.54 | - |
| YUV | 237.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 238 | 0 | 0.10 | 0.07 | 0 | 339.23 | 1 | 0.95 |
| Hex | FF | E5 | EE | 0 | A | 7 | 0 | 153 | 64 | 5F |
| Octal | 377 | 345 | 356 | 0 | 12 | 7 | 0 | 523 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11101110 | 0 | 1010 | 111 | 0 | 101010011 | 1100100 | 1011111 |
Color Harmonies of #FFE5EE
Complementary color
Monochromatic Colors of #FFE5EE
Black with #FFE5EE
Text Example
Text Example
White with #FFE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5EE; }
p { color: rgb(255,229,238); }
H1.HeaderClassName
{
color: #FFE5EE;
}
.AnyTagClassName
{
color: #FFE5EE;
}
</style>
background-color css
<style>
a { background-color: #FFE5EE; }
a { background-color: rgb(255,229,238); }
div.DivClassName
{
background-color: #FFE5EE;
}
.BgClassName
{
background-color: #FFE5EE;
}
</style>
border-color css
<style>
span { border-color: #FFE5EE; }
span { border-color: rgb(255,229,238); }
td.TdClassName
{
border-color: #FFE5EE;
}
.TagClassName
{
border-color: #FFE5EE;
}
</style>