Shades of Illusion #ECA0B7
Tints of Illusion #ECA0B7
RGB
CMYK
RGB Variations
Color information
#ECA0B7 (or 0xECA0B7) is known color: Illusion. HEX triplet: EC, A0 and B7. RGB value is (236,160,183). Sum of RGB (Red+Green+Blue) = 236+160+183=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0B7 is #135F48. Grayscale: #B9B9B9. Windows color (decimal): -1269577 or 12034284. OLE color: 12034284.
HSL color Cylindrical-coordinate representation of color #ECA0B7: hue angle of 341.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0B7 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 183 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.07 |
| HSL | 341.84º | 0.67% | 0.78% | - |
| HSV(B) | 341.84º | 0.32% | 0.93% | - |
| XYZ | 55.71 | 46.39 | 50.82 | - |
| YUV | 185.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 183 | 0 | 0.32 | 0.22 | 0.07 | 341.84 | 0.67 | 0.78 |
| Hex | EC | A0 | B7 | 0 | 20 | 16 | 7 | 156 | 43 | 4E |
| Octal | 354 | 240 | 267 | 0 | 40 | 26 | 7 | 526 | 103 | 116 |
| Binary | 11101100 | 10100000 | 10110111 | 0 | 100000 | 10110 | 111 | 101010110 | 1000011 | 1001110 |
Color Harmonies of #ECA0B7
Complementary color
Monochromatic Colors of #ECA0B7
Black with #ECA0B7
Text Example
Text Example
White with #ECA0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0B7; }
p { color: rgb(236,160,183); }
H1.HeaderClassName
{
color: #ECA0B7;
}
.AnyTagClassName
{
color: #ECA0B7;
}
</style>
background-color css
<style>
a { background-color: #ECA0B7; }
a { background-color: rgb(236,160,183); }
div.DivClassName
{
background-color: #ECA0B7;
}
.BgClassName
{
background-color: #ECA0B7;
}
</style>
border-color css
<style>
span { border-color: #ECA0B7; }
span { border-color: rgb(236,160,183); }
td.TdClassName
{
border-color: #ECA0B7;
}
.TagClassName
{
border-color: #ECA0B7;
}
</style>