Shades of Amour #FFE3EE
Tints of Amour #FFE3EE
RGB
CMYK
RGB Variations
Color information
#FFE3EE (or 0xFFE3EE) is known color: Amour. HEX triplet: FF, E3 and EE. RGB value is (255,227,238). Sum of RGB (Red+Green+Blue) = 255+227+238=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 227 (89.06% from 255 or 31.53% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3EE is #001C11. Grayscale: #ECECEC. Windows color (decimal): -7186 or 15655935. OLE color: 15655935.
HSL color Cylindrical-coordinate representation of color #FFE3EE: hue angle of 336.43º 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 #FFE3EE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 238 | - |
| CMYK | 0 | 0.11 | 0.07 | 0 |
| HSL | 336.43º | 1% | 0.95% | - |
| HSV(B) | 336.43º | 0.11% | 1% | - |
| XYZ | 84.14 | 82.37 | 92.35 | - |
| YUV | 236.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 238 | 0 | 0.11 | 0.07 | 0 | 336.43 | 1 | 0.95 |
| Hex | FF | E3 | EE | 0 | B | 7 | 0 | 150 | 64 | 5F |
| Octal | 377 | 343 | 356 | 0 | 13 | 7 | 0 | 520 | 144 | 137 |
| Binary | 11111111 | 11100011 | 11101110 | 0 | 1011 | 111 | 0 | 101010000 | 1100100 | 1011111 |
Color Harmonies of #FFE3EE
Complementary color
Monochromatic Colors of #FFE3EE
Black with #FFE3EE
Text Example
Text Example
White with #FFE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3EE; }
p { color: rgb(255,227,238); }
H1.HeaderClassName
{
color: #FFE3EE;
}
.AnyTagClassName
{
color: #FFE3EE;
}
</style>
background-color css
<style>
a { background-color: #FFE3EE; }
a { background-color: rgb(255,227,238); }
div.DivClassName
{
background-color: #FFE3EE;
}
.BgClassName
{
background-color: #FFE3EE;
}
</style>
border-color css
<style>
span { border-color: #FFE3EE; }
span { border-color: rgb(255,227,238); }
td.TdClassName
{
border-color: #FFE3EE;
}
.TagClassName
{
border-color: #FFE3EE;
}
</style>