Shades of Illusion #EC9DB4
Tints of Illusion #EC9DB4
RGB
CMYK
RGB Variations
Color information
#EC9DB4 (or 0xEC9DB4) is known color: Illusion. HEX triplet: EC, 9D and B4. RGB value is (236,157,180). Sum of RGB (Red+Green+Blue) = 236+157+180=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DB4 is #13624B. Grayscale: #B7B7B7. Windows color (decimal): -1270348 or 11836908. OLE color: 11836908.
HSL color Cylindrical-coordinate representation of color #EC9DB4: hue angle of 342.53º degrees, saturation: 0.68, 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 #EC9DB4 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 180 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.07 |
| HSL | 342.53º | 0.68% | 0.77% | - |
| HSV(B) | 342.53º | 0.33% | 0.93% | - |
| XYZ | 54.89 | 45.24 | 49.02 | - |
| YUV | 183.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 180 | 0 | 0.33 | 0.24 | 0.07 | 342.53 | 0.68 | 0.77 |
| Hex | EC | 9D | B4 | 0 | 21 | 18 | 7 | 157 | 44 | 4D |
| Octal | 354 | 235 | 264 | 0 | 41 | 30 | 7 | 527 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10110100 | 0 | 100001 | 11000 | 111 | 101010111 | 1000100 | 1001101 |
Color Harmonies of #EC9DB4
Complementary color
Monochromatic Colors of #EC9DB4
Black with #EC9DB4
Text Example
Text Example
White with #EC9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DB4; }
p { color: rgb(236,157,180); }
H1.HeaderClassName
{
color: #EC9DB4;
}
.AnyTagClassName
{
color: #EC9DB4;
}
</style>
background-color css
<style>
a { background-color: #EC9DB4; }
a { background-color: rgb(236,157,180); }
div.DivClassName
{
background-color: #EC9DB4;
}
.BgClassName
{
background-color: #EC9DB4;
}
</style>
border-color css
<style>
span { border-color: #EC9DB4; }
span { border-color: rgb(236,157,180); }
td.TdClassName
{
border-color: #EC9DB4;
}
.TagClassName
{
border-color: #EC9DB4;
}
</style>