Shades of Amour #FFE3EA
Tints of Amour #FFE3EA
RGB
CMYK
RGB Variations
Color information
#FFE3EA (or 0xFFE3EA) is known color: Amour. HEX triplet: FF, E3 and EA. RGB value is (255,227,234). Sum of RGB (Red+Green+Blue) = 255+227+234=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3EA is #001C15. Grayscale: #ECECEC. Windows color (decimal): -7190 or 15393791. OLE color: 15393791.
HSL color Cylindrical-coordinate representation of color #FFE3EA: hue angle of 345º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE3EA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 234 | - |
| CMYK | 0 | 0.11 | 0.08 | 0 |
| HSL | 345º | 1% | 0.95% | - |
| HSV(B) | 345º | 0.11% | 1% | - |
| XYZ | 83.56 | 82.14 | 89.29 | - |
| YUV | 236.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 234 | 0 | 0.11 | 0.08 | 0 | 345 | 1 | 0.95 |
| Hex | FF | E3 | EA | 0 | B | 8 | 0 | 159 | 64 | 5F |
| Octal | 377 | 343 | 352 | 0 | 13 | 10 | 0 | 531 | 144 | 137 |
| Binary | 11111111 | 11100011 | 11101010 | 0 | 1011 | 1000 | 0 | 101011001 | 1100100 | 1011111 |
Color Harmonies of #FFE3EA
Complementary color
Monochromatic Colors of #FFE3EA
Black with #FFE3EA
Text Example
Text Example
White with #FFE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3EA; }
p { color: rgb(255,227,234); }
H1.HeaderClassName
{
color: #FFE3EA;
}
.AnyTagClassName
{
color: #FFE3EA;
}
</style>
background-color css
<style>
a { background-color: #FFE3EA; }
a { background-color: rgb(255,227,234); }
div.DivClassName
{
background-color: #FFE3EA;
}
.BgClassName
{
background-color: #FFE3EA;
}
</style>
border-color css
<style>
span { border-color: #FFE3EA; }
span { border-color: rgb(255,227,234); }
td.TdClassName
{
border-color: #FFE3EA;
}
.TagClassName
{
border-color: #FFE3EA;
}
</style>