Shades of Amour #FFE8ED
Tints of Amour #FFE8ED
RGB
CMYK
RGB Variations
Color information
#FFE8ED (or 0xFFE8ED) is known color: Amour. HEX triplet: FF, E8 and ED. RGB value is (255,232,237). Sum of RGB (Red+Green+Blue) = 255+232+237=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8ED is #001712. Grayscale: #EFEFEF. Windows color (decimal): -5907 or 15591679. OLE color: 15591679.
HSL color Cylindrical-coordinate representation of color #FFE8ED: hue angle of 346.96º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE8ED is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 237 | - |
| CMYK | 0 | 0.09 | 0.07 | 0 |
| HSL | 346.96º | 1% | 0.95% | - |
| HSV(B) | 346.96º | 0.09% | 1% | - |
| XYZ | 85.38 | 85.09 | 92.04 | - |
| YUV | 239.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 237 | 0 | 0.09 | 0.07 | 0 | 346.96 | 1 | 0.95 |
| Hex | FF | E8 | ED | 0 | 9 | 7 | 0 | 15B | 64 | 5F |
| Octal | 377 | 350 | 355 | 0 | 11 | 7 | 0 | 533 | 144 | 137 |
| Binary | 11111111 | 11101000 | 11101101 | 0 | 1001 | 111 | 0 | 101011011 | 1100100 | 1011111 |
Color Harmonies of #FFE8ED
Complementary color
Monochromatic Colors of #FFE8ED
Black with #FFE8ED
Text Example
Text Example
White with #FFE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8ED; }
p { color: rgb(255,232,237); }
H1.HeaderClassName
{
color: #FFE8ED;
}
.AnyTagClassName
{
color: #FFE8ED;
}
</style>
background-color css
<style>
a { background-color: #FFE8ED; }
a { background-color: rgb(255,232,237); }
div.DivClassName
{
background-color: #FFE8ED;
}
.BgClassName
{
background-color: #FFE8ED;
}
</style>
border-color css
<style>
span { border-color: #FFE8ED; }
span { border-color: rgb(255,232,237); }
td.TdClassName
{
border-color: #FFE8ED;
}
.TagClassName
{
border-color: #FFE8ED;
}
</style>