Shades of Amour #FFE5EA
Tints of Amour #FFE5EA
RGB
CMYK
RGB Variations
Color information
#FFE5EA (or 0xFFE5EA) is known color: Amour. HEX triplet: FF, E5 and EA. RGB value is (255,229,234). Sum of RGB (Red+Green+Blue) = 255+229+234=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5EA is #001A15. Grayscale: #EDEDED. Windows color (decimal): -6678 or 15394303. OLE color: 15394303.
HSL color Cylindrical-coordinate representation of color #FFE5EA: hue angle of 348.46º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5EA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 234 | - |
| CMYK | 0 | 0.10 | 0.08 | 0 |
| HSL | 348.46º | 1% | 0.95% | - |
| HSV(B) | 348.46º | 0.1% | 1% | - |
| XYZ | 84.11 | 83.24 | 89.48 | - |
| YUV | 237.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 234 | 0 | 0.10 | 0.08 | 0 | 348.46 | 1 | 0.95 |
| Hex | FF | E5 | EA | 0 | A | 8 | 0 | 15C | 64 | 5F |
| Octal | 377 | 345 | 352 | 0 | 12 | 10 | 0 | 534 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11101010 | 0 | 1010 | 1000 | 0 | 101011100 | 1100100 | 1011111 |
Color Harmonies of #FFE5EA
Complementary color
Monochromatic Colors of #FFE5EA
Black with #FFE5EA
Text Example
Text Example
White with #FFE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5EA; }
p { color: rgb(255,229,234); }
H1.HeaderClassName
{
color: #FFE5EA;
}
.AnyTagClassName
{
color: #FFE5EA;
}
</style>
background-color css
<style>
a { background-color: #FFE5EA; }
a { background-color: rgb(255,229,234); }
div.DivClassName
{
background-color: #FFE5EA;
}
.BgClassName
{
background-color: #FFE5EA;
}
</style>
border-color css
<style>
span { border-color: #FFE5EA; }
span { border-color: rgb(255,229,234); }
td.TdClassName
{
border-color: #FFE5EA;
}
.TagClassName
{
border-color: #FFE5EA;
}
</style>