Shades of Illusion #EC9EB4
Tints of Illusion #EC9EB4
RGB
CMYK
RGB Variations
Color information
#EC9EB4 (or 0xEC9EB4) is known color: Illusion. HEX triplet: EC, 9E and B4. RGB value is (236,158,180). Sum of RGB (Red+Green+Blue) = 236+158+180=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EB4 is #13614B. Grayscale: #B7B7B7. Windows color (decimal): -1270092 or 11837164. OLE color: 11837164.
HSL color Cylindrical-coordinate representation of color #EC9EB4: hue angle of 343.08º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9EB4 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 180 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.07 |
| HSL | 343.08º | 0.67% | 0.77% | - |
| HSV(B) | 343.08º | 0.33% | 0.93% | - |
| XYZ | 55.06 | 45.58 | 49.08 | - |
| YUV | 183.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 180 | 0 | 0.33 | 0.24 | 0.07 | 343.08 | 0.67 | 0.77 |
| Hex | EC | 9E | B4 | 0 | 21 | 18 | 7 | 157 | 43 | 4D |
| Octal | 354 | 236 | 264 | 0 | 41 | 30 | 7 | 527 | 103 | 115 |
| Binary | 11101100 | 10011110 | 10110100 | 0 | 100001 | 11000 | 111 | 101010111 | 1000011 | 1001101 |
Color Harmonies of #EC9EB4
Complementary color
Monochromatic Colors of #EC9EB4
Black with #EC9EB4
Text Example
Text Example
White with #EC9EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EB4; }
p { color: rgb(236,158,180); }
H1.HeaderClassName
{
color: #EC9EB4;
}
.AnyTagClassName
{
color: #EC9EB4;
}
</style>
background-color css
<style>
a { background-color: #EC9EB4; }
a { background-color: rgb(236,158,180); }
div.DivClassName
{
background-color: #EC9EB4;
}
.BgClassName
{
background-color: #EC9EB4;
}
</style>
border-color css
<style>
span { border-color: #EC9EB4; }
span { border-color: rgb(236,158,180); }
td.TdClassName
{
border-color: #EC9EB4;
}
.TagClassName
{
border-color: #EC9EB4;
}
</style>