Shades of Amour #FFE9EE
Tints of Amour #FFE9EE
RGB
CMYK
RGB Variations
Color information
#FFE9EE (or 0xFFE9EE) is known color: Amour. HEX triplet: FF, E9 and EE. RGB value is (255,233,238). Sum of RGB (Red+Green+Blue) = 255+233+238=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 233 (91.41% from 255 or 32.09% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9EE is #001611. Grayscale: #F0F0F0. Windows color (decimal): -5650 or 15657471. OLE color: 15657471.
HSL color Cylindrical-coordinate representation of color #FFE9EE: hue angle of 346.36º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE9EE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 238 | - |
| CMYK | 0 | 0.09 | 0.07 | 0 |
| HSL | 346.36º | 1% | 0.96% | - |
| HSV(B) | 346.36º | 0.09% | 1% | - |
| XYZ | 85.81 | 85.71 | 92.91 | - |
| YUV | 240.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 238 | 0 | 0.09 | 0.07 | 0 | 346.36 | 1 | 0.96 |
| Hex | FF | E9 | EE | 0 | 9 | 7 | 0 | 15A | 64 | 60 |
| Octal | 377 | 351 | 356 | 0 | 11 | 7 | 0 | 532 | 144 | 140 |
| Binary | 11111111 | 11101001 | 11101110 | 0 | 1001 | 111 | 0 | 101011010 | 1100100 | 1100000 |
Color Harmonies of #FFE9EE
Complementary color
Monochromatic Colors of #FFE9EE
Black with #FFE9EE
Text Example
Text Example
White with #FFE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9EE; }
p { color: rgb(255,233,238); }
H1.HeaderClassName
{
color: #FFE9EE;
}
.AnyTagClassName
{
color: #FFE9EE;
}
</style>
background-color css
<style>
a { background-color: #FFE9EE; }
a { background-color: rgb(255,233,238); }
div.DivClassName
{
background-color: #FFE9EE;
}
.BgClassName
{
background-color: #FFE9EE;
}
</style>
border-color css
<style>
span { border-color: #FFE9EE; }
span { border-color: rgb(255,233,238); }
td.TdClassName
{
border-color: #FFE9EE;
}
.TagClassName
{
border-color: #FFE9EE;
}
</style>