Shades of Illusion #EC96B5
Tints of Illusion #EC96B5
RGB
CMYK
RGB Variations
Color information
#EC96B5 (or 0xEC96B5) is known color: Illusion. HEX triplet: EC, 96 and B5. RGB value is (236,150,181). Sum of RGB (Red+Green+Blue) = 236+150+181=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96B5 is #13694A. Grayscale: #B3B3B3. Windows color (decimal): -1272139 or 11900652. OLE color: 11900652.
HSL color Cylindrical-coordinate representation of color #EC96B5: hue angle of 338.37º 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 #EC96B5 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 181 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.07 |
| HSL | 338.37º | 0.69% | 0.76% | - |
| HSV(B) | 338.37º | 0.36% | 0.93% | - |
| XYZ | 53.84 | 42.98 | 49.17 | - |
| YUV | 179.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 181 | 0 | 0.36 | 0.23 | 0.07 | 338.37 | 0.69 | 0.76 |
| Hex | EC | 96 | B5 | 0 | 24 | 17 | 7 | 152 | 45 | 4C |
| Octal | 354 | 226 | 265 | 0 | 44 | 27 | 7 | 522 | 105 | 114 |
| Binary | 11101100 | 10010110 | 10110101 | 0 | 100100 | 10111 | 111 | 101010010 | 1000101 | 1001100 |
Color Harmonies of #EC96B5
Complementary color
Monochromatic Colors of #EC96B5
Black with #EC96B5
Text Example
Text Example
White with #EC96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96B5; }
p { color: rgb(236,150,181); }
H1.HeaderClassName
{
color: #EC96B5;
}
.AnyTagClassName
{
color: #EC96B5;
}
</style>
background-color css
<style>
a { background-color: #EC96B5; }
a { background-color: rgb(236,150,181); }
div.DivClassName
{
background-color: #EC96B5;
}
.BgClassName
{
background-color: #EC96B5;
}
</style>
border-color css
<style>
span { border-color: #EC96B5; }
span { border-color: rgb(236,150,181); }
td.TdClassName
{
border-color: #EC96B5;
}
.TagClassName
{
border-color: #EC96B5;
}
</style>