Shades of Amour #FFE9ED
Tints of Amour #FFE9ED
RGB
CMYK
RGB Variations
Color information
#FFE9ED (or 0xFFE9ED) is known color: Amour. HEX triplet: FF, E9 and ED. RGB value is (255,233,237). Sum of RGB (Red+Green+Blue) = 255+233+237=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9ED is #001612. Grayscale: #F0F0F0. Windows color (decimal): -5651 or 15591935. OLE color: 15591935.
HSL color Cylindrical-coordinate representation of color #FFE9ED: hue angle of 349.09º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE9ED is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 233 | 237 | - |
CMYK | 0 | 0.09 | 0.07 | 0 |
HSL | 349.09º | 1% | 0.96% | - |
HSV(B) | 349.09º | 0.09% | 1% | - |
XYZ | 85.66 | 85.65 | 92.14 | - |
YUV | 240.03 | 126.29 | 138.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 233 | 237 | 0 | 0.09 | 0.07 | 0 | 349.09 | 1 | 0.96 |
Hex | FF | E9 | ED | 0 | 9 | 7 | 0 | 15D | 64 | 60 |
Octal | 377 | 351 | 355 | 0 | 11 | 7 | 0 | 535 | 144 | 140 |
Binary | 11111111 | 11101001 | 11101101 | 0 | 1001 | 111 | 0 | 101011101 | 1100100 | 1100000 |
Color Harmonies of #FFE9ED
Complementary color
Monochromatic Colors of #FFE9ED
Black with #FFE9ED
Text Example
Text Example
White with #FFE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9ED; }
p { color: rgb(255,233,237); }
H1.HeaderClassName
{
color: #FFE9ED;
}
.AnyTagClassName
{
color: #FFE9ED;
}
</style>
background-color css
<style>
a { background-color: #FFE9ED; }
a { background-color: rgb(255,233,237); }
div.DivClassName
{
background-color: #FFE9ED;
}
.BgClassName
{
background-color: #FFE9ED;
}
</style>
border-color css
<style>
span { border-color: #FFE9ED; }
span { border-color: rgb(255,233,237); }
td.TdClassName
{
border-color: #FFE9ED;
}
.TagClassName
{
border-color: #FFE9ED;
}
</style>