Shades of Illusion #EC95AF
Tints of Illusion #EC95AF
RGB
CMYK
RGB Variations
Color information
#EC95AF (or 0xEC95AF) is known color: Illusion. HEX triplet: EC, 95 and AF. RGB value is (236,149,175). Sum of RGB (Red+Green+Blue) = 236+149+175=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95AF is #136A50. Grayscale: #B1B1B1. Windows color (decimal): -1272401 or 11507180. OLE color: 11507180.
HSL color Cylindrical-coordinate representation of color #EC95AF: hue angle of 342.07º 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 #EC95AF is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 175 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.07 |
| HSL | 342.07º | 0.7% | 0.75% | - |
| HSV(B) | 342.07º | 0.37% | 0.93% | - |
| XYZ | 53.08 | 42.42 | 45.95 | - |
| YUV | 177.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 175 | 0 | 0.37 | 0.26 | 0.07 | 342.07 | 0.7 | 0.75 |
| Hex | EC | 95 | AF | 0 | 25 | 1A | 7 | 156 | 46 | 4B |
| Octal | 354 | 225 | 257 | 0 | 45 | 32 | 7 | 526 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10101111 | 0 | 100101 | 11010 | 111 | 101010110 | 1000110 | 1001011 |
Color Harmonies of #EC95AF
Complementary color
Monochromatic Colors of #EC95AF
Black with #EC95AF
Text Example
Text Example
White with #EC95AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95AF; }
p { color: rgb(236,149,175); }
H1.HeaderClassName
{
color: #EC95AF;
}
.AnyTagClassName
{
color: #EC95AF;
}
</style>
background-color css
<style>
a { background-color: #EC95AF; }
a { background-color: rgb(236,149,175); }
div.DivClassName
{
background-color: #EC95AF;
}
.BgClassName
{
background-color: #EC95AF;
}
</style>
border-color css
<style>
span { border-color: #EC95AF; }
span { border-color: rgb(236,149,175); }
td.TdClassName
{
border-color: #EC95AF;
}
.TagClassName
{
border-color: #EC95AF;
}
</style>