Shades of Amour #EAE5E6
Tints of Amour #EAE5E6
RGB
CMYK
RGB Variations
Color information
#EAE5E6 (or 0xEAE5E6) is known color: Amour. HEX triplet: EA, E5 and E6. RGB value is (234,229,230). Sum of RGB (Red+Green+Blue) = 234+229+230=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5E6 is #151A19. Grayscale: #E6E6E6. Windows color (decimal): -1382938 or 15132138. OLE color: 15132138.
HSL color Cylindrical-coordinate representation of color #EAE5E6: hue angle of 348º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAE5E6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 229 | 230 | - |
CMYK | 0 | 0.02 | 0.02 | 0.08 |
HSL | 348º | 0.11% | 0.91% | - |
HSV(B) | 348º | 0.02% | 0.92% | - |
XYZ | 76.23 | 79.24 | 86.14 | - |
YUV | 230.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 229 | 230 | 0 | 0.02 | 0.02 | 0.08 | 348 | 0.11 | 0.91 |
Hex | EA | E5 | E6 | 0 | 2 | 2 | 8 | 15C | B | 5B |
Octal | 352 | 345 | 346 | 0 | 2 | 2 | 10 | 534 | 13 | 133 |
Binary | 11101010 | 11100101 | 11100110 | 0 | 10 | 10 | 1000 | 101011100 | 1011 | 1011011 |
Color Harmonies of #EAE5E6
Complementary color
Monochromatic Colors of #EAE5E6
Black with #EAE5E6
Text Example
Text Example
White with #EAE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5E6; }
p { color: rgb(234,229,230); }
H1.HeaderClassName
{
color: #EAE5E6;
}
.AnyTagClassName
{
color: #EAE5E6;
}
</style>
background-color css
<style>
a { background-color: #EAE5E6; }
a { background-color: rgb(234,229,230); }
div.DivClassName
{
background-color: #EAE5E6;
}
.BgClassName
{
background-color: #EAE5E6;
}
</style>
border-color css
<style>
span { border-color: #EAE5E6; }
span { border-color: rgb(234,229,230); }
td.TdClassName
{
border-color: #EAE5E6;
}
.TagClassName
{
border-color: #EAE5E6;
}
</style>