Shades of Amour #EADEE2
Tints of Amour #EADEE2
RGB
CMYK
RGB Variations
Color information
#EADEE2 (or 0xEADEE2) is known color: Amour. HEX triplet: EA, DE and E2. RGB value is (234,222,226). Sum of RGB (Red+Green+Blue) = 234+222+226=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE2 is #15211D. Grayscale: #E2E2E2. Windows color (decimal): -1384734 or 14868202. OLE color: 14868202.
HSL color Cylindrical-coordinate representation of color #EADEE2: hue angle of 340º 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 #EADEE2 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 226 | - |
CMYK | 0 | 0.05 | 0.03 | 0.08 |
HSL | 340º | 0.22% | 0.89% | - |
HSV(B) | 340º | 0.05% | 0.92% | - |
XYZ | 73.78 | 75.23 | 82.58 | - |
YUV | 226.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 226 | 0 | 0.05 | 0.03 | 0.08 | 340 | 0.22 | 0.89 |
Hex | EA | DE | E2 | 0 | 5 | 3 | 8 | 154 | 16 | 59 |
Octal | 352 | 336 | 342 | 0 | 5 | 3 | 10 | 524 | 26 | 131 |
Binary | 11101010 | 11011110 | 11100010 | 0 | 101 | 11 | 1000 | 101010100 | 10110 | 1011001 |
Color Harmonies of #EADEE2
Complementary color
Monochromatic Colors of #EADEE2
Black with #EADEE2
Text Example
Text Example
White with #EADEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEE2; }
p { color: rgb(234,222,226); }
H1.HeaderClassName
{
color: #EADEE2;
}
.AnyTagClassName
{
color: #EADEE2;
}
</style>
background-color css
<style>
a { background-color: #EADEE2; }
a { background-color: rgb(234,222,226); }
div.DivClassName
{
background-color: #EADEE2;
}
.BgClassName
{
background-color: #EADEE2;
}
</style>
border-color css
<style>
span { border-color: #EADEE2; }
span { border-color: rgb(234,222,226); }
td.TdClassName
{
border-color: #EADEE2;
}
.TagClassName
{
border-color: #EADEE2;
}
</style>