Shades of Illusion #EC8BAE
Tints of Illusion #EC8BAE
RGB
CMYK
RGB Variations
Color information
#EC8BAE (or 0xEC8BAE) is known color: Illusion. HEX triplet: EC, 8B and AE. RGB value is (236,139,174). Sum of RGB (Red+Green+Blue) = 236+139+174=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BAE is #137451. Grayscale: #ABABAB. Windows color (decimal): -1274962 or 11439084. OLE color: 11439084.
HSL color Cylindrical-coordinate representation of color #EC8BAE: hue angle of 338.35º 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 #EC8BAE is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 174 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.07 |
| HSL | 338.35º | 0.72% | 0.74% | - |
| HSV(B) | 338.35º | 0.41% | 0.93% | - |
| XYZ | 51.46 | 39.35 | 44.93 | - |
| YUV | 171.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 174 | 0 | 0.41 | 0.26 | 0.07 | 338.35 | 0.72 | 0.74 |
| Hex | EC | 8B | AE | 0 | 29 | 1A | 7 | 152 | 48 | 4A |
| Octal | 354 | 213 | 256 | 0 | 51 | 32 | 7 | 522 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10101110 | 0 | 101001 | 11010 | 111 | 101010010 | 1001000 | 1001010 |
Color Harmonies of #EC8BAE
Complementary color
Monochromatic Colors of #EC8BAE
Black with #EC8BAE
Text Example
Text Example
White with #EC8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BAE; }
p { color: rgb(236,139,174); }
H1.HeaderClassName
{
color: #EC8BAE;
}
.AnyTagClassName
{
color: #EC8BAE;
}
</style>
background-color css
<style>
a { background-color: #EC8BAE; }
a { background-color: rgb(236,139,174); }
div.DivClassName
{
background-color: #EC8BAE;
}
.BgClassName
{
background-color: #EC8BAE;
}
</style>
border-color css
<style>
span { border-color: #EC8BAE; }
span { border-color: rgb(236,139,174); }
td.TdClassName
{
border-color: #EC8BAE;
}
.TagClassName
{
border-color: #EC8BAE;
}
</style>