Shades of Amour #FFE4ED
Tints of Amour #FFE4ED
RGB
CMYK
RGB Variations
Color information
#FFE4ED (or 0xFFE4ED) is known color: Amour. HEX triplet: FF, E4 and ED. RGB value is (255,228,237). Sum of RGB (Red+Green+Blue) = 255+228+237=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 228 (89.45% from 255 or 31.67% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4ED is #001B12. Grayscale: #EDEDED. Windows color (decimal): -6931 or 15590655. OLE color: 15590655.
HSL color Cylindrical-coordinate representation of color #FFE4ED: hue angle of 340º 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 #FFE4ED is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 237 | - |
| CMYK | 0 | 0.11 | 0.07 | 0 |
| HSL | 340º | 1% | 0.95% | - |
| HSV(B) | 340º | 0.11% | 1% | - |
| XYZ | 84.27 | 82.86 | 91.67 | - |
| YUV | 237.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 237 | 0 | 0.11 | 0.07 | 0 | 340 | 1 | 0.95 |
| Hex | FF | E4 | ED | 0 | B | 7 | 0 | 154 | 64 | 5F |
| Octal | 377 | 344 | 355 | 0 | 13 | 7 | 0 | 524 | 144 | 137 |
| Binary | 11111111 | 11100100 | 11101101 | 0 | 1011 | 111 | 0 | 101010100 | 1100100 | 1011111 |
Color Harmonies of #FFE4ED
Complementary color
Monochromatic Colors of #FFE4ED
Black with #FFE4ED
Text Example
Text Example
White with #FFE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4ED; }
p { color: rgb(255,228,237); }
H1.HeaderClassName
{
color: #FFE4ED;
}
.AnyTagClassName
{
color: #FFE4ED;
}
</style>
background-color css
<style>
a { background-color: #FFE4ED; }
a { background-color: rgb(255,228,237); }
div.DivClassName
{
background-color: #FFE4ED;
}
.BgClassName
{
background-color: #FFE4ED;
}
</style>
border-color css
<style>
span { border-color: #FFE4ED; }
span { border-color: rgb(255,228,237); }
td.TdClassName
{
border-color: #FFE4ED;
}
.TagClassName
{
border-color: #FFE4ED;
}
</style>