Shades of Illusion #EC96AB
Tints of Illusion #EC96AB
RGB
CMYK
RGB Variations
Color information
#EC96AB (or 0xEC96AB) is known color: Illusion. HEX triplet: EC, 96 and AB. RGB value is (236,150,171). Sum of RGB (Red+Green+Blue) = 236+150+171=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC96AB is #136954. Grayscale: #B2B2B2. Windows color (decimal): -1272149 or 11245292. OLE color: 11245292.
HSL color Cylindrical-coordinate representation of color #EC96AB: hue angle of 345.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96AB is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 171 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.07 |
| HSL | 345.35º | 0.69% | 0.76% | - |
| HSV(B) | 345.35º | 0.36% | 0.93% | - |
| XYZ | 52.85 | 42.59 | 43.96 | - |
| YUV | 178.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 171 | 0 | 0.36 | 0.28 | 0.07 | 345.35 | 0.69 | 0.76 |
| Hex | EC | 96 | AB | 0 | 24 | 1C | 7 | 159 | 45 | 4C |
| Octal | 354 | 226 | 253 | 0 | 44 | 34 | 7 | 531 | 105 | 114 |
| Binary | 11101100 | 10010110 | 10101011 | 0 | 100100 | 11100 | 111 | 101011001 | 1000101 | 1001100 |
Color Harmonies of #EC96AB
Complementary color
Monochromatic Colors of #EC96AB
Black with #EC96AB
Text Example
Text Example
White with #EC96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96AB; }
p { color: rgb(236,150,171); }
H1.HeaderClassName
{
color: #EC96AB;
}
.AnyTagClassName
{
color: #EC96AB;
}
</style>
background-color css
<style>
a { background-color: #EC96AB; }
a { background-color: rgb(236,150,171); }
div.DivClassName
{
background-color: #EC96AB;
}
.BgClassName
{
background-color: #EC96AB;
}
</style>
border-color css
<style>
span { border-color: #EC96AB; }
span { border-color: rgb(236,150,171); }
td.TdClassName
{
border-color: #EC96AB;
}
.TagClassName
{
border-color: #EC96AB;
}
</style>