Shades of Amour #ECE5E8
Tints of Amour #ECE5E8
RGB
CMYK
RGB Variations
Color information
#ECE5E8 (or 0xECE5E8) is known color: Amour. HEX triplet: EC, E5 and E8. RGB value is (236,229,232). Sum of RGB (Red+Green+Blue) = 236+229+232=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5E8 is #131A17. Grayscale: #E7E7E7. Windows color (decimal): -1251864 or 15263212. OLE color: 15263212.
HSL color Cylindrical-coordinate representation of color #ECE5E8: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE5E8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 232 | - |
CMYK | 0 | 0.03 | 0.02 | 0.07 |
HSL | 334.29º | 0.16% | 0.91% | - |
HSV(B) | 334.29º | 0.03% | 0.93% | - |
XYZ | 77.18 | 79.7 | 87.66 | - |
YUV | 231.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 232 | 0 | 0.03 | 0.02 | 0.07 | 334.29 | 0.16 | 0.91 |
Hex | EC | E5 | E8 | 0 | 3 | 2 | 7 | 14E | 10 | 5B |
Octal | 354 | 345 | 350 | 0 | 3 | 2 | 7 | 516 | 20 | 133 |
Binary | 11101100 | 11100101 | 11101000 | 0 | 11 | 10 | 111 | 101001110 | 10000 | 1011011 |
Color Harmonies of #ECE5E8
Complementary color
Monochromatic Colors of #ECE5E8
Black with #ECE5E8
Text Example
Text Example
White with #ECE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5E8; }
p { color: rgb(236,229,232); }
H1.HeaderClassName
{
color: #ECE5E8;
}
.AnyTagClassName
{
color: #ECE5E8;
}
</style>
background-color css
<style>
a { background-color: #ECE5E8; }
a { background-color: rgb(236,229,232); }
div.DivClassName
{
background-color: #ECE5E8;
}
.BgClassName
{
background-color: #ECE5E8;
}
</style>
border-color css
<style>
span { border-color: #ECE5E8; }
span { border-color: rgb(236,229,232); }
td.TdClassName
{
border-color: #ECE5E8;
}
.TagClassName
{
border-color: #ECE5E8;
}
</style>