Shades of Illusion #EC95B0
Tints of Illusion #EC95B0
RGB
CMYK
RGB Variations
Color information
#EC95B0 (or 0xEC95B0) is known color: Illusion. HEX triplet: EC, 95 and B0. RGB value is (236,149,176). Sum of RGB (Red+Green+Blue) = 236+149+176=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95B0 is #136A4F. Grayscale: #B2B2B2. Windows color (decimal): -1272400 or 11572716. OLE color: 11572716.
HSL color Cylindrical-coordinate representation of color #EC95B0: hue angle of 341.38º 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 #EC95B0 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 176 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.07 |
| HSL | 341.38º | 0.7% | 0.75% | - |
| HSV(B) | 341.38º | 0.37% | 0.93% | - |
| XYZ | 53.18 | 42.46 | 46.47 | - |
| YUV | 178.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 176 | 0 | 0.37 | 0.25 | 0.07 | 341.38 | 0.7 | 0.75 |
| Hex | EC | 95 | B0 | 0 | 25 | 19 | 7 | 155 | 46 | 4B |
| Octal | 354 | 225 | 260 | 0 | 45 | 31 | 7 | 525 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10110000 | 0 | 100101 | 11001 | 111 | 101010101 | 1000110 | 1001011 |
Color Harmonies of #EC95B0
Complementary color
Monochromatic Colors of #EC95B0
Black with #EC95B0
Text Example
Text Example
White with #EC95B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95B0; }
p { color: rgb(236,149,176); }
H1.HeaderClassName
{
color: #EC95B0;
}
.AnyTagClassName
{
color: #EC95B0;
}
</style>
background-color css
<style>
a { background-color: #EC95B0; }
a { background-color: rgb(236,149,176); }
div.DivClassName
{
background-color: #EC95B0;
}
.BgClassName
{
background-color: #EC95B0;
}
</style>
border-color css
<style>
span { border-color: #EC95B0; }
span { border-color: rgb(236,149,176); }
td.TdClassName
{
border-color: #EC95B0;
}
.TagClassName
{
border-color: #EC95B0;
}
</style>