Shades of Illusion #EC8CAE
Tints of Illusion #EC8CAE
RGB
CMYK
RGB Variations
Color information
#EC8CAE (or 0xEC8CAE) is known color: Illusion. HEX triplet: EC, 8C and AE. RGB value is (236,140,174). Sum of RGB (Red+Green+Blue) = 236+140+174=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8CAE is #137351. Grayscale: #ACACAC. Windows color (decimal): -1274706 or 11439340. OLE color: 11439340.
HSL color Cylindrical-coordinate representation of color #EC8CAE: hue angle of 338.75º 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 #EC8CAE is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 174 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.07 |
| HSL | 338.75º | 0.72% | 0.74% | - |
| HSV(B) | 338.75º | 0.41% | 0.93% | - |
| XYZ | 51.61 | 39.65 | 44.98 | - |
| YUV | 172.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 174 | 0 | 0.41 | 0.26 | 0.07 | 338.75 | 0.72 | 0.74 |
| Hex | EC | 8C | AE | 0 | 29 | 1A | 7 | 153 | 48 | 4A |
| Octal | 354 | 214 | 256 | 0 | 51 | 32 | 7 | 523 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10101110 | 0 | 101001 | 11010 | 111 | 101010011 | 1001000 | 1001010 |
Color Harmonies of #EC8CAE
Complementary color
Monochromatic Colors of #EC8CAE
Black with #EC8CAE
Text Example
Text Example
White with #EC8CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CAE; }
p { color: rgb(236,140,174); }
H1.HeaderClassName
{
color: #EC8CAE;
}
.AnyTagClassName
{
color: #EC8CAE;
}
</style>
background-color css
<style>
a { background-color: #EC8CAE; }
a { background-color: rgb(236,140,174); }
div.DivClassName
{
background-color: #EC8CAE;
}
.BgClassName
{
background-color: #EC8CAE;
}
</style>
border-color css
<style>
span { border-color: #EC8CAE; }
span { border-color: rgb(236,140,174); }
td.TdClassName
{
border-color: #EC8CAE;
}
.TagClassName
{
border-color: #EC8CAE;
}
</style>