Shades of Amour #FFE3EC
Tints of Amour #FFE3EC
RGB
CMYK
RGB Variations
Color information
#FFE3EC (or 0xFFE3EC) is known color: Amour. HEX triplet: FF, E3 and EC. RGB value is (255,227,236). Sum of RGB (Red+Green+Blue) = 255+227+236=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3EC is #001C13. Grayscale: #ECECEC. Windows color (decimal): -7188 or 15524863. OLE color: 15524863.
HSL color Cylindrical-coordinate representation of color #FFE3EC: hue angle of 340.71º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE3EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 236 | - |
| CMYK | 0 | 0.11 | 0.07 | 0 |
| HSL | 340.71º | 1% | 0.95% | - |
| HSV(B) | 340.71º | 0.11% | 1% | - |
| XYZ | 83.85 | 82.25 | 90.81 | - |
| YUV | 236.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 236 | 0 | 0.11 | 0.07 | 0 | 340.71 | 1 | 0.95 |
| Hex | FF | E3 | EC | 0 | B | 7 | 0 | 155 | 64 | 5F |
| Octal | 377 | 343 | 354 | 0 | 13 | 7 | 0 | 525 | 144 | 137 |
| Binary | 11111111 | 11100011 | 11101100 | 0 | 1011 | 111 | 0 | 101010101 | 1100100 | 1011111 |
Color Harmonies of #FFE3EC
Complementary color
Monochromatic Colors of #FFE3EC
Black with #FFE3EC
Text Example
Text Example
White with #FFE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3EC; }
p { color: rgb(255,227,236); }
H1.HeaderClassName
{
color: #FFE3EC;
}
.AnyTagClassName
{
color: #FFE3EC;
}
</style>
background-color css
<style>
a { background-color: #FFE3EC; }
a { background-color: rgb(255,227,236); }
div.DivClassName
{
background-color: #FFE3EC;
}
.BgClassName
{
background-color: #FFE3EC;
}
</style>
border-color css
<style>
span { border-color: #FFE3EC; }
span { border-color: rgb(255,227,236); }
td.TdClassName
{
border-color: #FFE3EC;
}
.TagClassName
{
border-color: #FFE3EC;
}
</style>