Shades of Illusion #EC8FAF
Tints of Illusion #EC8FAF
RGB
CMYK
RGB Variations
Color information
#EC8FAF (or 0xEC8FAF) is known color: Illusion. HEX triplet: EC, 8F and AF. RGB value is (236,143,175). Sum of RGB (Red+Green+Blue) = 236+143+175=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FAF is #137050. Grayscale: #AEAEAE. Windows color (decimal): -1273937 or 11505644. OLE color: 11505644.
HSL color Cylindrical-coordinate representation of color #EC8FAF: hue angle of 339.35º 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 #EC8FAF is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 175 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.07 |
| HSL | 339.35º | 0.71% | 0.74% | - |
| HSV(B) | 339.35º | 0.39% | 0.93% | - |
| XYZ | 52.15 | 40.57 | 45.64 | - |
| YUV | 174.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 175 | 0 | 0.39 | 0.26 | 0.07 | 339.35 | 0.71 | 0.74 |
| Hex | EC | 8F | AF | 0 | 27 | 1A | 7 | 153 | 47 | 4A |
| Octal | 354 | 217 | 257 | 0 | 47 | 32 | 7 | 523 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10101111 | 0 | 100111 | 11010 | 111 | 101010011 | 1000111 | 1001010 |
Color Harmonies of #EC8FAF
Complementary color
Monochromatic Colors of #EC8FAF
Black with #EC8FAF
Text Example
Text Example
White with #EC8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FAF; }
p { color: rgb(236,143,175); }
H1.HeaderClassName
{
color: #EC8FAF;
}
.AnyTagClassName
{
color: #EC8FAF;
}
</style>
background-color css
<style>
a { background-color: #EC8FAF; }
a { background-color: rgb(236,143,175); }
div.DivClassName
{
background-color: #EC8FAF;
}
.BgClassName
{
background-color: #EC8FAF;
}
</style>
border-color css
<style>
span { border-color: #EC8FAF; }
span { border-color: rgb(236,143,175); }
td.TdClassName
{
border-color: #EC8FAF;
}
.TagClassName
{
border-color: #EC8FAF;
}
</style>