Shades of Illusion #EC95AC
Tints of Illusion #EC95AC
RGB
CMYK
RGB Variations
Color information
#EC95AC (or 0xEC95AC) is known color: Illusion. HEX triplet: EC, 95 and AC. RGB value is (236,149,172). Sum of RGB (Red+Green+Blue) = 236+149+172=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95AC is #136A53. Grayscale: #B1B1B1. Windows color (decimal): -1272404 or 11310572. OLE color: 11310572.
HSL color Cylindrical-coordinate representation of color #EC95AC: hue angle of 344.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95AC is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 172 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.07 |
| HSL | 344.14º | 0.7% | 0.75% | - |
| HSV(B) | 344.14º | 0.37% | 0.93% | - |
| XYZ | 52.79 | 42.31 | 44.41 | - |
| YUV | 177.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 172 | 0 | 0.37 | 0.27 | 0.07 | 344.14 | 0.7 | 0.75 |
| Hex | EC | 95 | AC | 0 | 25 | 1B | 7 | 158 | 46 | 4B |
| Octal | 354 | 225 | 254 | 0 | 45 | 33 | 7 | 530 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10101100 | 0 | 100101 | 11011 | 111 | 101011000 | 1000110 | 1001011 |
Color Harmonies of #EC95AC
Complementary color
Monochromatic Colors of #EC95AC
Black with #EC95AC
Text Example
Text Example
White with #EC95AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95AC; }
p { color: rgb(236,149,172); }
H1.HeaderClassName
{
color: #EC95AC;
}
.AnyTagClassName
{
color: #EC95AC;
}
</style>
background-color css
<style>
a { background-color: #EC95AC; }
a { background-color: rgb(236,149,172); }
div.DivClassName
{
background-color: #EC95AC;
}
.BgClassName
{
background-color: #EC95AC;
}
</style>
border-color css
<style>
span { border-color: #EC95AC; }
span { border-color: rgb(236,149,172); }
td.TdClassName
{
border-color: #EC95AC;
}
.TagClassName
{
border-color: #EC95AC;
}
</style>