Shades of Illusion #EC8CB3
Tints of Illusion #EC8CB3
RGB
CMYK
RGB Variations
Color information
#EC8CB3 (or 0xEC8CB3) is known color: Illusion. HEX triplet: EC, 8C and B3. RGB value is (236,140,179). Sum of RGB (Red+Green+Blue) = 236+140+179=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CB3 is #13734C. Grayscale: #ADADAD. Windows color (decimal): -1274701 or 11767020. OLE color: 11767020.
HSL color Cylindrical-coordinate representation of color #EC8CB3: hue angle of 335.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CB3 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 179 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.07 |
| HSL | 335.63º | 0.72% | 0.74% | - |
| HSV(B) | 335.63º | 0.41% | 0.93% | - |
| XYZ | 52.11 | 39.84 | 47.59 | - |
| YUV | 173.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 179 | 0 | 0.41 | 0.24 | 0.07 | 335.63 | 0.72 | 0.74 |
| Hex | EC | 8C | B3 | 0 | 29 | 18 | 7 | 150 | 48 | 4A |
| Octal | 354 | 214 | 263 | 0 | 51 | 30 | 7 | 520 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10110011 | 0 | 101001 | 11000 | 111 | 101010000 | 1001000 | 1001010 |
Color Harmonies of #EC8CB3
Complementary color
Monochromatic Colors of #EC8CB3
Black with #EC8CB3
Text Example
Text Example
White with #EC8CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CB3; }
p { color: rgb(236,140,179); }
H1.HeaderClassName
{
color: #EC8CB3;
}
.AnyTagClassName
{
color: #EC8CB3;
}
</style>
background-color css
<style>
a { background-color: #EC8CB3; }
a { background-color: rgb(236,140,179); }
div.DivClassName
{
background-color: #EC8CB3;
}
.BgClassName
{
background-color: #EC8CB3;
}
</style>
border-color css
<style>
span { border-color: #EC8CB3; }
span { border-color: rgb(236,140,179); }
td.TdClassName
{
border-color: #EC8CB3;
}
.TagClassName
{
border-color: #EC8CB3;
}
</style>