Shades of Amour #E9E3E6
Tints of Amour #E9E3E6
RGB
CMYK
RGB Variations
Color information
#E9E3E6 (or 0xE9E3E6) is known color: Amour. HEX triplet: E9, E3 and E6. RGB value is (233,227,230). Sum of RGB (Red+Green+Blue) = 233+227+230=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E3E6 is #161C19. Grayscale: #E5E5E5. Windows color (decimal): -1448986 or 15131625. OLE color: 15131625.
HSL color Cylindrical-coordinate representation of color #E9E3E6: hue angle of 330º degrees, saturation: 0.12, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E3E6 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 227 | 230 | - |
CMYK | 0 | 0.03 | 0.01 | 0.09 |
HSL | 330º | 0.12% | 0.9% | - |
HSV(B) | 330º | 0.03% | 0.91% | - |
XYZ | 75.36 | 77.97 | 85.94 | - |
YUV | 229.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 227 | 230 | 0 | 0.03 | 0.01 | 0.09 | 330 | 0.12 | 0.9 |
Hex | E9 | E3 | E6 | 0 | 3 | 1 | 9 | 14A | C | 5A |
Octal | 351 | 343 | 346 | 0 | 3 | 1 | 11 | 512 | 14 | 132 |
Binary | 11101001 | 11100011 | 11100110 | 0 | 11 | 1 | 1001 | 101001010 | 1100 | 1011010 |
Color Harmonies of #E9E3E6
Complementary color
Monochromatic Colors of #E9E3E6
Black with #E9E3E6
Text Example
Text Example
White with #E9E3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E3E6; }
p { color: rgb(233,227,230); }
H1.HeaderClassName
{
color: #E9E3E6;
}
.AnyTagClassName
{
color: #E9E3E6;
}
</style>
background-color css
<style>
a { background-color: #E9E3E6; }
a { background-color: rgb(233,227,230); }
div.DivClassName
{
background-color: #E9E3E6;
}
.BgClassName
{
background-color: #E9E3E6;
}
</style>
border-color css
<style>
span { border-color: #E9E3E6; }
span { border-color: rgb(233,227,230); }
td.TdClassName
{
border-color: #E9E3E6;
}
.TagClassName
{
border-color: #E9E3E6;
}
</style>