Shades of Illusion #EC96AA
Tints of Illusion #EC96AA
RGB
CMYK
RGB Variations
Color information
#EC96AA (or 0xEC96AA) is known color: Illusion. HEX triplet: EC, 96 and AA. RGB value is (236,150,170). Sum of RGB (Red+Green+Blue) = 236+150+170=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC96AA is #136955. Grayscale: #B2B2B2. Windows color (decimal): -1272150 or 11179756. OLE color: 11179756.
HSL color Cylindrical-coordinate representation of color #EC96AA: hue angle of 346.05º 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 #EC96AA is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 170 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.07 |
| HSL | 346.05º | 0.69% | 0.76% | - |
| HSV(B) | 346.05º | 0.36% | 0.93% | - |
| XYZ | 52.75 | 42.55 | 43.46 | - |
| YUV | 177.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 170 | 0 | 0.36 | 0.28 | 0.07 | 346.05 | 0.69 | 0.76 |
| Hex | EC | 96 | AA | 0 | 24 | 1C | 7 | 15A | 45 | 4C |
| Octal | 354 | 226 | 252 | 0 | 44 | 34 | 7 | 532 | 105 | 114 |
| Binary | 11101100 | 10010110 | 10101010 | 0 | 100100 | 11100 | 111 | 101011010 | 1000101 | 1001100 |
Color Harmonies of #EC96AA
Complementary color
Monochromatic Colors of #EC96AA
Black with #EC96AA
Text Example
Text Example
White with #EC96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96AA; }
p { color: rgb(236,150,170); }
H1.HeaderClassName
{
color: #EC96AA;
}
.AnyTagClassName
{
color: #EC96AA;
}
</style>
background-color css
<style>
a { background-color: #EC96AA; }
a { background-color: rgb(236,150,170); }
div.DivClassName
{
background-color: #EC96AA;
}
.BgClassName
{
background-color: #EC96AA;
}
</style>
border-color css
<style>
span { border-color: #EC96AA; }
span { border-color: rgb(236,150,170); }
td.TdClassName
{
border-color: #EC96AA;
}
.TagClassName
{
border-color: #EC96AA;
}
</style>