Shades of Amour #FFE7ED
Tints of Amour #FFE7ED
RGB
CMYK
RGB Variations
Color information
#FFE7ED (or 0xFFE7ED) is known color: Amour. HEX triplet: FF, E7 and ED. RGB value is (255,231,237). Sum of RGB (Red+Green+Blue) = 255+231+237=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7ED is #001812. Grayscale: #EEEEEE. Windows color (decimal): -6163 or 15591423. OLE color: 15591423.
HSL color Cylindrical-coordinate representation of color #FFE7ED: hue angle of 345º 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 #FFE7ED is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 237 | - |
| CMYK | 0 | 0.09 | 0.07 | 0 |
| HSL | 345º | 1% | 0.95% | - |
| HSV(B) | 345º | 0.09% | 1% | - |
| XYZ | 85.1 | 84.53 | 91.95 | - |
| YUV | 238.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 237 | 0 | 0.09 | 0.07 | 0 | 345 | 1 | 0.95 |
| Hex | FF | E7 | ED | 0 | 9 | 7 | 0 | 159 | 64 | 5F |
| Octal | 377 | 347 | 355 | 0 | 11 | 7 | 0 | 531 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11101101 | 0 | 1001 | 111 | 0 | 101011001 | 1100100 | 1011111 |
Color Harmonies of #FFE7ED
Complementary color
Monochromatic Colors of #FFE7ED
Black with #FFE7ED
Text Example
Text Example
White with #FFE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7ED; }
p { color: rgb(255,231,237); }
H1.HeaderClassName
{
color: #FFE7ED;
}
.AnyTagClassName
{
color: #FFE7ED;
}
</style>
background-color css
<style>
a { background-color: #FFE7ED; }
a { background-color: rgb(255,231,237); }
div.DivClassName
{
background-color: #FFE7ED;
}
.BgClassName
{
background-color: #FFE7ED;
}
</style>
border-color css
<style>
span { border-color: #FFE7ED; }
span { border-color: rgb(255,231,237); }
td.TdClassName
{
border-color: #FFE7ED;
}
.TagClassName
{
border-color: #FFE7ED;
}
</style>