Shades of Amour #FFE4EC
Tints of Amour #FFE4EC
RGB
CMYK
RGB Variations
Color information
#FFE4EC (or 0xFFE4EC) is known color: Amour. HEX triplet: FF, E4 and EC. RGB value is (255,228,236). Sum of RGB (Red+Green+Blue) = 255+228+236=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4EC is #001B13. Grayscale: #ECECEC. Windows color (decimal): -6932 or 15525119. OLE color: 15525119.
HSL color Cylindrical-coordinate representation of color #FFE4EC: hue angle of 342.22º 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 #FFE4EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 228 | 236 | - |
CMYK | 0 | 0.11 | 0.07 | 0 |
HSL | 342.22º | 1% | 0.95% | - |
HSV(B) | 342.22º | 0.11% | 1% | - |
XYZ | 84.12 | 82.8 | 90.91 | - |
YUV | 236.99 | 127.45 | 140.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 228 | 236 | 0 | 0.11 | 0.07 | 0 | 342.22 | 1 | 0.95 |
Hex | FF | E4 | EC | 0 | B | 7 | 0 | 156 | 64 | 5F |
Octal | 377 | 344 | 354 | 0 | 13 | 7 | 0 | 526 | 144 | 137 |
Binary | 11111111 | 11100100 | 11101100 | 0 | 1011 | 111 | 0 | 101010110 | 1100100 | 1011111 |
Color Harmonies of #FFE4EC
Complementary color
Monochromatic Colors of #FFE4EC
Black with #FFE4EC
Text Example
Text Example
White with #FFE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4EC; }
p { color: rgb(255,228,236); }
H1.HeaderClassName
{
color: #FFE4EC;
}
.AnyTagClassName
{
color: #FFE4EC;
}
</style>
background-color css
<style>
a { background-color: #FFE4EC; }
a { background-color: rgb(255,228,236); }
div.DivClassName
{
background-color: #FFE4EC;
}
.BgClassName
{
background-color: #FFE4EC;
}
</style>
border-color css
<style>
span { border-color: #FFE4EC; }
span { border-color: rgb(255,228,236); }
td.TdClassName
{
border-color: #FFE4EC;
}
.TagClassName
{
border-color: #FFE4EC;
}
</style>