Shades of Amour #EADCE1
Tints of Amour #EADCE1
RGB
CMYK
RGB Variations
Color information
#EADCE1 (or 0xEADCE1) is known color: Amour. HEX triplet: EA, DC and E1. RGB value is (234,220,225). Sum of RGB (Red+Green+Blue) = 234+220+225=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE1 is #15231E. Grayscale: #E0E0E0. Windows color (decimal): -1385247 or 14802154. OLE color: 14802154.
HSL color Cylindrical-coordinate representation of color #EADCE1: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCE1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 225 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.08 |
| HSL | 338.57º | 0.25% | 0.89% | - |
| HSV(B) | 338.57º | 0.06% | 0.92% | - |
| XYZ | 73.12 | 74.12 | 81.69 | - |
| YUV | 224.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 225 | 0 | 0.06 | 0.04 | 0.08 | 338.57 | 0.25 | 0.89 |
| Hex | EA | DC | E1 | 0 | 6 | 4 | 8 | 153 | 19 | 59 |
| Octal | 352 | 334 | 341 | 0 | 6 | 4 | 10 | 523 | 31 | 131 |
| Binary | 11101010 | 11011100 | 11100001 | 0 | 110 | 100 | 1000 | 101010011 | 11001 | 1011001 |
Color Harmonies of #EADCE1
Complementary color
Monochromatic Colors of #EADCE1
Black with #EADCE1
Text Example
Text Example
White with #EADCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE1; }
p { color: rgb(234,220,225); }
H1.HeaderClassName
{
color: #EADCE1;
}
.AnyTagClassName
{
color: #EADCE1;
}
</style>
background-color css
<style>
a { background-color: #EADCE1; }
a { background-color: rgb(234,220,225); }
div.DivClassName
{
background-color: #EADCE1;
}
.BgClassName
{
background-color: #EADCE1;
}
</style>
border-color css
<style>
span { border-color: #EADCE1; }
span { border-color: rgb(234,220,225); }
td.TdClassName
{
border-color: #EADCE1;
}
.TagClassName
{
border-color: #EADCE1;
}
</style>