Shades of Illusion #EC92B0
Tints of Illusion #EC92B0
RGB
CMYK
RGB Variations
Color information
#EC92B0 (or 0xEC92B0) is known color: Illusion. HEX triplet: EC, 92 and B0. RGB value is (236,146,176). Sum of RGB (Red+Green+Blue) = 236+146+176=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC92B0 is #136D4F. Grayscale: #B0B0B0. Windows color (decimal): -1273168 or 11571948. OLE color: 11571948.
HSL color Cylindrical-coordinate representation of color #EC92B0: hue angle of 340º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92B0 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 176 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.07 |
| HSL | 340º | 0.7% | 0.75% | - |
| HSV(B) | 340º | 0.38% | 0.93% | - |
| XYZ | 52.71 | 41.53 | 46.31 | - |
| YUV | 176.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 176 | 0 | 0.38 | 0.25 | 0.07 | 340 | 0.7 | 0.75 |
| Hex | EC | 92 | B0 | 0 | 26 | 19 | 7 | 154 | 46 | 4B |
| Octal | 354 | 222 | 260 | 0 | 46 | 31 | 7 | 524 | 106 | 113 |
| Binary | 11101100 | 10010010 | 10110000 | 0 | 100110 | 11001 | 111 | 101010100 | 1000110 | 1001011 |
Color Harmonies of #EC92B0
Complementary color
Monochromatic Colors of #EC92B0
Black with #EC92B0
Text Example
Text Example
White with #EC92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92B0; }
p { color: rgb(236,146,176); }
H1.HeaderClassName
{
color: #EC92B0;
}
.AnyTagClassName
{
color: #EC92B0;
}
</style>
background-color css
<style>
a { background-color: #EC92B0; }
a { background-color: rgb(236,146,176); }
div.DivClassName
{
background-color: #EC92B0;
}
.BgClassName
{
background-color: #EC92B0;
}
</style>
border-color css
<style>
span { border-color: #EC92B0; }
span { border-color: rgb(236,146,176); }
td.TdClassName
{
border-color: #EC92B0;
}
.TagClassName
{
border-color: #EC92B0;
}
</style>