Shades of Amour #EADEE3
Tints of Amour #EADEE3
RGB
CMYK
RGB Variations
Color information
#EADEE3 (or 0xEADEE3) is known color: Amour. HEX triplet: EA, DE and E3. RGB value is (234,222,227). Sum of RGB (Red+Green+Blue) = 234+222+227=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE3 is #15211C. Grayscale: #E2E2E2. Windows color (decimal): -1384733 or 14933738. OLE color: 14933738.
HSL color Cylindrical-coordinate representation of color #EADEE3: hue angle of 335º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 227 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.08 |
| HSL | 335º | 0.22% | 0.89% | - |
| HSV(B) | 335º | 0.05% | 0.92% | - |
| XYZ | 73.92 | 75.28 | 83.31 | - |
| YUV | 226.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 227 | 0 | 0.05 | 0.03 | 0.08 | 335 | 0.22 | 0.89 |
| Hex | EA | DE | E3 | 0 | 5 | 3 | 8 | 14F | 16 | 59 |
| Octal | 352 | 336 | 343 | 0 | 5 | 3 | 10 | 517 | 26 | 131 |
| Binary | 11101010 | 11011110 | 11100011 | 0 | 101 | 11 | 1000 | 101001111 | 10110 | 1011001 |
Color Harmonies of #EADEE3
Complementary color
Monochromatic Colors of #EADEE3
Black with #EADEE3
Text Example
Text Example
White with #EADEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEE3; }
p { color: rgb(234,222,227); }
H1.HeaderClassName
{
color: #EADEE3;
}
.AnyTagClassName
{
color: #EADEE3;
}
</style>
background-color css
<style>
a { background-color: #EADEE3; }
a { background-color: rgb(234,222,227); }
div.DivClassName
{
background-color: #EADEE3;
}
.BgClassName
{
background-color: #EADEE3;
}
</style>
border-color css
<style>
span { border-color: #EADEE3; }
span { border-color: rgb(234,222,227); }
td.TdClassName
{
border-color: #EADEE3;
}
.TagClassName
{
border-color: #EADEE3;
}
</style>