Shades of Amour #FFE2EA
Tints of Amour #FFE2EA
RGB
CMYK
RGB Variations
Color information
#FFE2EA (or 0xFFE2EA) is known color: Amour. HEX triplet: FF, E2 and EA. RGB value is (255,226,234). Sum of RGB (Red+Green+Blue) = 255+226+234=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2EA is #001D15. Grayscale: #EBEBEB. Windows color (decimal): -7446 or 15393535. OLE color: 15393535.
HSL color Cylindrical-coordinate representation of color #FFE2EA: hue angle of 343.45º 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 #FFE2EA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 234 | - |
| CMYK | 0 | 0.11 | 0.08 | 0 |
| HSL | 343.45º | 1% | 0.94% | - |
| HSV(B) | 343.45º | 0.11% | 1% | - |
| XYZ | 83.29 | 81.59 | 89.2 | - |
| YUV | 235.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 234 | 0 | 0.11 | 0.08 | 0 | 343.45 | 1 | 0.94 |
| Hex | FF | E2 | EA | 0 | B | 8 | 0 | 157 | 64 | 5E |
| Octal | 377 | 342 | 352 | 0 | 13 | 10 | 0 | 527 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11101010 | 0 | 1011 | 1000 | 0 | 101010111 | 1100100 | 1011110 |
Color Harmonies of #FFE2EA
Complementary color
Monochromatic Colors of #FFE2EA
Black with #FFE2EA
Text Example
Text Example
White with #FFE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2EA; }
p { color: rgb(255,226,234); }
H1.HeaderClassName
{
color: #FFE2EA;
}
.AnyTagClassName
{
color: #FFE2EA;
}
</style>
background-color css
<style>
a { background-color: #FFE2EA; }
a { background-color: rgb(255,226,234); }
div.DivClassName
{
background-color: #FFE2EA;
}
.BgClassName
{
background-color: #FFE2EA;
}
</style>
border-color css
<style>
span { border-color: #FFE2EA; }
span { border-color: rgb(255,226,234); }
td.TdClassName
{
border-color: #FFE2EA;
}
.TagClassName
{
border-color: #FFE2EA;
}
</style>