Shades of Amour #FFE2EC
Tints of Amour #FFE2EC
RGB
CMYK
RGB Variations
Color information
#FFE2EC (or 0xFFE2EC) is known color: Amour. HEX triplet: FF, E2 and EC. RGB value is (255,226,236). Sum of RGB (Red+Green+Blue) = 255+226+236=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2EC is #001D13. Grayscale: #EBEBEB. Windows color (decimal): -7444 or 15524607. OLE color: 15524607.
HSL color Cylindrical-coordinate representation of color #FFE2EC: hue angle of 339.31º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 236 | - |
| CMYK | 0 | 0.11 | 0.07 | 0 |
| HSL | 339.31º | 1% | 0.94% | - |
| HSV(B) | 339.31º | 0.11% | 1% | - |
| XYZ | 83.58 | 81.71 | 90.72 | - |
| YUV | 235.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 236 | 0 | 0.11 | 0.07 | 0 | 339.31 | 1 | 0.94 |
| Hex | FF | E2 | EC | 0 | B | 7 | 0 | 153 | 64 | 5E |
| Octal | 377 | 342 | 354 | 0 | 13 | 7 | 0 | 523 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11101100 | 0 | 1011 | 111 | 0 | 101010011 | 1100100 | 1011110 |
Color Harmonies of #FFE2EC
Complementary color
Monochromatic Colors of #FFE2EC
Black with #FFE2EC
Text Example
Text Example
White with #FFE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2EC; }
p { color: rgb(255,226,236); }
H1.HeaderClassName
{
color: #FFE2EC;
}
.AnyTagClassName
{
color: #FFE2EC;
}
</style>
background-color css
<style>
a { background-color: #FFE2EC; }
a { background-color: rgb(255,226,236); }
div.DivClassName
{
background-color: #FFE2EC;
}
.BgClassName
{
background-color: #FFE2EC;
}
</style>
border-color css
<style>
span { border-color: #FFE2EC; }
span { border-color: rgb(255,226,236); }
td.TdClassName
{
border-color: #FFE2EC;
}
.TagClassName
{
border-color: #FFE2EC;
}
</style>