Shades of Illusion #EC9CB2
Tints of Illusion #EC9CB2
RGB
CMYK
RGB Variations
Color information
#EC9CB2 (or 0xEC9CB2) is known color: Illusion. HEX triplet: EC, 9C and B2. RGB value is (236,156,178). Sum of RGB (Red+Green+Blue) = 236+156+178=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CB2 is #13634D. Grayscale: #B6B6B6. Windows color (decimal): -1270606 or 11705580. OLE color: 11705580.
HSL color Cylindrical-coordinate representation of color #EC9CB2: hue angle of 343.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CB2 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 178 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.07 |
| HSL | 343.5º | 0.68% | 0.77% | - |
| HSV(B) | 343.5º | 0.34% | 0.93% | - |
| XYZ | 54.52 | 44.82 | 47.9 | - |
| YUV | 182.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 178 | 0 | 0.34 | 0.25 | 0.07 | 343.5 | 0.68 | 0.77 |
| Hex | EC | 9C | B2 | 0 | 22 | 19 | 7 | 158 | 44 | 4D |
| Octal | 354 | 234 | 262 | 0 | 42 | 31 | 7 | 530 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10110010 | 0 | 100010 | 11001 | 111 | 101011000 | 1000100 | 1001101 |
Color Harmonies of #EC9CB2
Complementary color
Monochromatic Colors of #EC9CB2
Black with #EC9CB2
Text Example
Text Example
White with #EC9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CB2; }
p { color: rgb(236,156,178); }
H1.HeaderClassName
{
color: #EC9CB2;
}
.AnyTagClassName
{
color: #EC9CB2;
}
</style>
background-color css
<style>
a { background-color: #EC9CB2; }
a { background-color: rgb(236,156,178); }
div.DivClassName
{
background-color: #EC9CB2;
}
.BgClassName
{
background-color: #EC9CB2;
}
</style>
border-color css
<style>
span { border-color: #EC9CB2; }
span { border-color: rgb(236,156,178); }
td.TdClassName
{
border-color: #EC9CB2;
}
.TagClassName
{
border-color: #EC9CB2;
}
</style>