Shades of Amour #EAE6E8
Tints of Amour #EAE6E8
RGB
CMYK
RGB Variations
Color information
#EAE6E8 (or 0xEAE6E8) is known color: Amour. HEX triplet: EA, E6 and E8. RGB value is (234,230,232). Sum of RGB (Red+Green+Blue) = 234+230+232=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 230 (90.23% from 255 or 33.05% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6E8 is #151917. Grayscale: #E7E7E7. Windows color (decimal): -1382680 or 15263466. OLE color: 15263466.
HSL color Cylindrical-coordinate representation of color #EAE6E8: hue angle of 330º degrees, saturation: 0.09, 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 #EAE6E8 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 232 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.08 |
| HSL | 330º | 0.09% | 0.91% | - |
| HSV(B) | 330º | 0.02% | 0.92% | - |
| XYZ | 76.79 | 79.91 | 87.72 | - |
| YUV | 231.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 232 | 0 | 0.02 | 0.01 | 0.08 | 330 | 0.09 | 0.91 |
| Hex | EA | E6 | E8 | 0 | 2 | 1 | 8 | 14A | 9 | 5B |
| Octal | 352 | 346 | 350 | 0 | 2 | 1 | 10 | 512 | 11 | 133 |
| Binary | 11101010 | 11100110 | 11101000 | 0 | 10 | 1 | 1000 | 101001010 | 1001 | 1011011 |
Color Harmonies of #EAE6E8
Complementary color
Monochromatic Colors of #EAE6E8
Black with #EAE6E8
Text Example
Text Example
White with #EAE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6E8; }
p { color: rgb(234,230,232); }
H1.HeaderClassName
{
color: #EAE6E8;
}
.AnyTagClassName
{
color: #EAE6E8;
}
</style>
background-color css
<style>
a { background-color: #EAE6E8; }
a { background-color: rgb(234,230,232); }
div.DivClassName
{
background-color: #EAE6E8;
}
.BgClassName
{
background-color: #EAE6E8;
}
</style>
border-color css
<style>
span { border-color: #EAE6E8; }
span { border-color: rgb(234,230,232); }
td.TdClassName
{
border-color: #EAE6E8;
}
.TagClassName
{
border-color: #EAE6E8;
}
</style>