Shades of Amour #FFE3ED
Tints of Amour #FFE3ED
RGB
CMYK
RGB Variations
Color information
#FFE3ED (or 0xFFE3ED) is known color: Amour. HEX triplet: FF, E3 and ED. RGB value is (255,227,237). Sum of RGB (Red+Green+Blue) = 255+227+237=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3ED is #001C12. Grayscale: #ECECEC. Windows color (decimal): -7187 or 15590399. OLE color: 15590399.
HSL color Cylindrical-coordinate representation of color #FFE3ED: hue angle of 338.57º 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 #FFE3ED is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 237 | - |
| CMYK | 0 | 0.11 | 0.07 | 0 |
| HSL | 338.57º | 1% | 0.95% | - |
| HSV(B) | 338.57º | 0.11% | 1% | - |
| XYZ | 84 | 82.31 | 91.58 | - |
| YUV | 236.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 237 | 0 | 0.11 | 0.07 | 0 | 338.57 | 1 | 0.95 |
| Hex | FF | E3 | ED | 0 | B | 7 | 0 | 153 | 64 | 5F |
| Octal | 377 | 343 | 355 | 0 | 13 | 7 | 0 | 523 | 144 | 137 |
| Binary | 11111111 | 11100011 | 11101101 | 0 | 1011 | 111 | 0 | 101010011 | 1100100 | 1011111 |
Color Harmonies of #FFE3ED
Complementary color
Monochromatic Colors of #FFE3ED
Black with #FFE3ED
Text Example
Text Example
White with #FFE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3ED; }
p { color: rgb(255,227,237); }
H1.HeaderClassName
{
color: #FFE3ED;
}
.AnyTagClassName
{
color: #FFE3ED;
}
</style>
background-color css
<style>
a { background-color: #FFE3ED; }
a { background-color: rgb(255,227,237); }
div.DivClassName
{
background-color: #FFE3ED;
}
.BgClassName
{
background-color: #FFE3ED;
}
</style>
border-color css
<style>
span { border-color: #FFE3ED; }
span { border-color: rgb(255,227,237); }
td.TdClassName
{
border-color: #FFE3ED;
}
.TagClassName
{
border-color: #FFE3ED;
}
</style>