Shades of Amour #FFE2EB
Tints of Amour #FFE2EB
RGB
CMYK
RGB Variations
Color information
#FFE2EB (or 0xFFE2EB) is known color: Amour. HEX triplet: FF, E2 and EB. RGB value is (255,226,235). Sum of RGB (Red+Green+Blue) = 255+226+235=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 235 (92.19% from 255 or 32.82% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2EB is #001D14. Grayscale: #EBEBEB. Windows color (decimal): -7445 or 15459071. OLE color: 15459071.
HSL color Cylindrical-coordinate representation of color #FFE2EB: hue angle of 341.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2EB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 235 | - |
| CMYK | 0 | 0.11 | 0.08 | 0 |
| HSL | 341.38º | 1% | 0.94% | - |
| HSV(B) | 341.38º | 0.11% | 1% | - |
| XYZ | 83.43 | 81.65 | 89.96 | - |
| YUV | 235.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 235 | 0 | 0.11 | 0.08 | 0 | 341.38 | 1 | 0.94 |
| Hex | FF | E2 | EB | 0 | B | 8 | 0 | 155 | 64 | 5E |
| Octal | 377 | 342 | 353 | 0 | 13 | 10 | 0 | 525 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11101011 | 0 | 1011 | 1000 | 0 | 101010101 | 1100100 | 1011110 |
Color Harmonies of #FFE2EB
Complementary color
Monochromatic Colors of #FFE2EB
Black with #FFE2EB
Text Example
Text Example
White with #FFE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2EB; }
p { color: rgb(255,226,235); }
H1.HeaderClassName
{
color: #FFE2EB;
}
.AnyTagClassName
{
color: #FFE2EB;
}
</style>
background-color css
<style>
a { background-color: #FFE2EB; }
a { background-color: rgb(255,226,235); }
div.DivClassName
{
background-color: #FFE2EB;
}
.BgClassName
{
background-color: #FFE2EB;
}
</style>
border-color css
<style>
span { border-color: #FFE2EB; }
span { border-color: rgb(255,226,235); }
td.TdClassName
{
border-color: #FFE2EB;
}
.TagClassName
{
border-color: #FFE2EB;
}
</style>