Shades of Illusion #EC8FAE
Tints of Illusion #EC8FAE
RGB
CMYK
RGB Variations
Color information
#EC8FAE (or 0xEC8FAE) is known color: Illusion. HEX triplet: EC, 8F and AE. RGB value is (236,143,174). Sum of RGB (Red+Green+Blue) = 236+143+174=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FAE is #137051. Grayscale: #AEAEAE. Windows color (decimal): -1273938 or 11440108. OLE color: 11440108.
HSL color Cylindrical-coordinate representation of color #EC8FAE: hue angle of 340º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FAE is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 174 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.07 |
| HSL | 340º | 0.71% | 0.74% | - |
| HSV(B) | 340º | 0.39% | 0.93% | - |
| XYZ | 52.05 | 40.53 | 45.12 | - |
| YUV | 174.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 174 | 0 | 0.39 | 0.26 | 0.07 | 340 | 0.71 | 0.74 |
| Hex | EC | 8F | AE | 0 | 27 | 1A | 7 | 154 | 47 | 4A |
| Octal | 354 | 217 | 256 | 0 | 47 | 32 | 7 | 524 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10101110 | 0 | 100111 | 11010 | 111 | 101010100 | 1000111 | 1001010 |
Color Harmonies of #EC8FAE
Complementary color
Monochromatic Colors of #EC8FAE
Black with #EC8FAE
Text Example
Text Example
White with #EC8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FAE; }
p { color: rgb(236,143,174); }
H1.HeaderClassName
{
color: #EC8FAE;
}
.AnyTagClassName
{
color: #EC8FAE;
}
</style>
background-color css
<style>
a { background-color: #EC8FAE; }
a { background-color: rgb(236,143,174); }
div.DivClassName
{
background-color: #EC8FAE;
}
.BgClassName
{
background-color: #EC8FAE;
}
</style>
border-color css
<style>
span { border-color: #EC8FAE; }
span { border-color: rgb(236,143,174); }
td.TdClassName
{
border-color: #EC8FAE;
}
.TagClassName
{
border-color: #EC8FAE;
}
</style>