Shades of Amour #EEE5E9
Tints of Amour #EEE5E9
RGB
CMYK
RGB Variations
Color information
#EEE5E9 (or 0xEEE5E9) is known color: Amour. HEX triplet: EE, E5 and E9. RGB value is (238,229,233). Sum of RGB (Red+Green+Blue) = 238+229+233=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5E9 is #111A16. Grayscale: #E8E8E8. Windows color (decimal): -1120791 or 15328750. OLE color: 15328750.
HSL color Cylindrical-coordinate representation of color #EEE5E9: hue angle of 333.33º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEE5E9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 229 | 233 | - |
CMYK | 0 | 0.04 | 0.02 | 0.07 |
HSL | 333.33º | 0.21% | 0.92% | - |
HSV(B) | 333.33º | 0.04% | 0.93% | - |
XYZ | 77.99 | 80.1 | 88.44 | - |
YUV | 232.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 229 | 233 | 0 | 0.04 | 0.02 | 0.07 | 333.33 | 0.21 | 0.92 |
Hex | EE | E5 | E9 | 0 | 4 | 2 | 7 | 14D | 15 | 5C |
Octal | 356 | 345 | 351 | 0 | 4 | 2 | 7 | 515 | 25 | 134 |
Binary | 11101110 | 11100101 | 11101001 | 0 | 100 | 10 | 111 | 101001101 | 10101 | 1011100 |
Color Harmonies of #EEE5E9
Complementary color
Monochromatic Colors of #EEE5E9
Black with #EEE5E9
Text Example
Text Example
White with #EEE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5E9; }
p { color: rgb(238,229,233); }
H1.HeaderClassName
{
color: #EEE5E9;
}
.AnyTagClassName
{
color: #EEE5E9;
}
</style>
background-color css
<style>
a { background-color: #EEE5E9; }
a { background-color: rgb(238,229,233); }
div.DivClassName
{
background-color: #EEE5E9;
}
.BgClassName
{
background-color: #EEE5E9;
}
</style>
border-color css
<style>
span { border-color: #EEE5E9; }
span { border-color: rgb(238,229,233); }
td.TdClassName
{
border-color: #EEE5E9;
}
.TagClassName
{
border-color: #EEE5E9;
}
</style>