Shades of Illusion #EC99AA
Tints of Illusion #EC99AA
RGB
CMYK
RGB Variations
Color information
#EC99AA (or 0xEC99AA) is known color: Illusion. HEX triplet: EC, 99 and AA. RGB value is (236,153,170). Sum of RGB (Red+Green+Blue) = 236+153+170=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC99AA is #136655. Grayscale: #B3B3B3. Windows color (decimal): -1271382 or 11180524. OLE color: 11180524.
HSL color Cylindrical-coordinate representation of color #EC99AA: hue angle of 347.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99AA is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 170 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.07 |
| HSL | 347.71º | 0.69% | 0.76% | - |
| HSV(B) | 347.71º | 0.35% | 0.93% | - |
| XYZ | 53.24 | 43.52 | 43.62 | - |
| YUV | 179.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 170 | 0 | 0.35 | 0.28 | 0.07 | 347.71 | 0.69 | 0.76 |
| Hex | EC | 99 | AA | 0 | 23 | 1C | 7 | 15C | 45 | 4C |
| Octal | 354 | 231 | 252 | 0 | 43 | 34 | 7 | 534 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10101010 | 0 | 100011 | 11100 | 111 | 101011100 | 1000101 | 1001100 |
Color Harmonies of #EC99AA
Complementary color
Monochromatic Colors of #EC99AA
Black with #EC99AA
Text Example
Text Example
White with #EC99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99AA; }
p { color: rgb(236,153,170); }
H1.HeaderClassName
{
color: #EC99AA;
}
.AnyTagClassName
{
color: #EC99AA;
}
</style>
background-color css
<style>
a { background-color: #EC99AA; }
a { background-color: rgb(236,153,170); }
div.DivClassName
{
background-color: #EC99AA;
}
.BgClassName
{
background-color: #EC99AA;
}
</style>
border-color css
<style>
span { border-color: #EC99AA; }
span { border-color: rgb(236,153,170); }
td.TdClassName
{
border-color: #EC99AA;
}
.TagClassName
{
border-color: #EC99AA;
}
</style>