Shades of Illusion #EB9CAE
Tints of Illusion #EB9CAE
RGB
CMYK
RGB Variations
Color information
#EB9CAE (or 0xEB9CAE) is known color: Illusion. HEX triplet: EB, 9C and AE. RGB value is (235,156,174). Sum of RGB (Red+Green+Blue) = 235+156+174=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9CAE is #146351. Grayscale: #B5B5B5. Windows color (decimal): -1336146 or 11443435. OLE color: 11443435.
HSL color Cylindrical-coordinate representation of color #EB9CAE: hue angle of 346.33º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CAE is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 174 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.08 |
| HSL | 346.33º | 0.66% | 0.77% | - |
| HSV(B) | 346.33º | 0.34% | 0.92% | - |
| XYZ | 53.79 | 44.5 | 45.8 | - |
| YUV | 181.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 174 | 0 | 0.34 | 0.26 | 0.08 | 346.33 | 0.66 | 0.77 |
| Hex | EB | 9C | AE | 0 | 22 | 1A | 8 | 15A | 42 | 4D |
| Octal | 353 | 234 | 256 | 0 | 42 | 32 | 10 | 532 | 102 | 115 |
| Binary | 11101011 | 10011100 | 10101110 | 0 | 100010 | 11010 | 1000 | 101011010 | 1000010 | 1001101 |
Color Harmonies of #EB9CAE
Complementary color
Monochromatic Colors of #EB9CAE
Black with #EB9CAE
Text Example
Text Example
White with #EB9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9CAE; }
p { color: rgb(235,156,174); }
H1.HeaderClassName
{
color: #EB9CAE;
}
.AnyTagClassName
{
color: #EB9CAE;
}
</style>
background-color css
<style>
a { background-color: #EB9CAE; }
a { background-color: rgb(235,156,174); }
div.DivClassName
{
background-color: #EB9CAE;
}
.BgClassName
{
background-color: #EB9CAE;
}
</style>
border-color css
<style>
span { border-color: #EB9CAE; }
span { border-color: rgb(235,156,174); }
td.TdClassName
{
border-color: #EB9CAE;
}
.TagClassName
{
border-color: #EB9CAE;
}
</style>