Shades of Amour #ECE4E8
Tints of Amour #ECE4E8
RGB
CMYK
RGB Variations
Color information
#ECE4E8 (or 0xECE4E8) is known color: Amour. HEX triplet: EC, E4 and E8. RGB value is (236,228,232). Sum of RGB (Red+Green+Blue) = 236+228+232=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4E8 is #131B17. Grayscale: #E6E6E6. Windows color (decimal): -1252120 or 15262956. OLE color: 15262956.
HSL color Cylindrical-coordinate representation of color #ECE4E8: hue angle of 330º degrees, saturation: 0.17, 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 #ECE4E8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 232 | - |
CMYK | 0 | 0.03 | 0.02 | 0.07 |
HSL | 330º | 0.17% | 0.91% | - |
HSV(B) | 330º | 0.03% | 0.93% | - |
XYZ | 76.9 | 79.15 | 87.57 | - |
YUV | 230.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 232 | 0 | 0.03 | 0.02 | 0.07 | 330 | 0.17 | 0.91 |
Hex | EC | E4 | E8 | 0 | 3 | 2 | 7 | 14A | 11 | 5B |
Octal | 354 | 344 | 350 | 0 | 3 | 2 | 7 | 512 | 21 | 133 |
Binary | 11101100 | 11100100 | 11101000 | 0 | 11 | 10 | 111 | 101001010 | 10001 | 1011011 |
Color Harmonies of #ECE4E8
Complementary color
Monochromatic Colors of #ECE4E8
Black with #ECE4E8
Text Example
Text Example
White with #ECE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4E8; }
p { color: rgb(236,228,232); }
H1.HeaderClassName
{
color: #ECE4E8;
}
.AnyTagClassName
{
color: #ECE4E8;
}
</style>
background-color css
<style>
a { background-color: #ECE4E8; }
a { background-color: rgb(236,228,232); }
div.DivClassName
{
background-color: #ECE4E8;
}
.BgClassName
{
background-color: #ECE4E8;
}
</style>
border-color css
<style>
span { border-color: #ECE4E8; }
span { border-color: rgb(236,228,232); }
td.TdClassName
{
border-color: #ECE4E8;
}
.TagClassName
{
border-color: #ECE4E8;
}
</style>