Shades of Amour #FFE1E8
Tints of Amour #FFE1E8
RGB
CMYK
RGB Variations
Color information
#FFE1E8 (or 0xFFE1E8) is known color: Amour. HEX triplet: FF, E1 and E8. RGB value is (255,225,232). Sum of RGB (Red+Green+Blue) = 255+225+232=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 232 (91.02% from 255 or 32.58% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1E8 is #001E17. Grayscale: #EAEAEA. Windows color (decimal): -7704 or 15262207. OLE color: 15262207.
HSL color Cylindrical-coordinate representation of color #FFE1E8: hue angle of 346º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1E8 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 232 | - |
| CMYK | 0 | 0.12 | 0.09 | 0 |
| HSL | 346º | 1% | 0.94% | - |
| HSV(B) | 346º | 0.12% | 1% | - |
| XYZ | 82.73 | 80.94 | 87.61 | - |
| YUV | 234.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 232 | 0 | 0.12 | 0.09 | 0 | 346 | 1 | 0.94 |
| Hex | FF | E1 | E8 | 0 | C | 9 | 0 | 15A | 64 | 5E |
| Octal | 377 | 341 | 350 | 0 | 14 | 11 | 0 | 532 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11101000 | 0 | 1100 | 1001 | 0 | 101011010 | 1100100 | 1011110 |
Color Harmonies of #FFE1E8
Complementary color
Monochromatic Colors of #FFE1E8
Black with #FFE1E8
Text Example
Text Example
White with #FFE1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1E8; }
p { color: rgb(255,225,232); }
H1.HeaderClassName
{
color: #FFE1E8;
}
.AnyTagClassName
{
color: #FFE1E8;
}
</style>
background-color css
<style>
a { background-color: #FFE1E8; }
a { background-color: rgb(255,225,232); }
div.DivClassName
{
background-color: #FFE1E8;
}
.BgClassName
{
background-color: #FFE1E8;
}
</style>
border-color css
<style>
span { border-color: #FFE1E8; }
span { border-color: rgb(255,225,232); }
td.TdClassName
{
border-color: #FFE1E8;
}
.TagClassName
{
border-color: #FFE1E8;
}
</style>