Shades of Illusion #EBA4AF
Tints of Illusion #EBA4AF
RGB
CMYK
RGB Variations
Color information
#EBA4AF (or 0xEBA4AF) is known color: Illusion. HEX triplet: EB, A4 and AF. RGB value is (235,164,175). Sum of RGB (Red+Green+Blue) = 235+164+175=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AF is #145B50. Grayscale: #BABABA. Windows color (decimal): -1334097 or 11511019. OLE color: 11511019.
HSL color Cylindrical-coordinate representation of color #EBA4AF: hue angle of 350.7º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4AF is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 175 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.08 |
| HSL | 350.7º | 0.64% | 0.78% | - |
| HSV(B) | 350.7º | 0.3% | 0.92% | - |
| XYZ | 55.27 | 47.31 | 46.78 | - |
| YUV | 186.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 175 | 0 | 0.30 | 0.26 | 0.08 | 350.7 | 0.64 | 0.78 |
| Hex | EB | A4 | AF | 0 | 1E | 1A | 8 | 15F | 40 | 4E |
| Octal | 353 | 244 | 257 | 0 | 36 | 32 | 10 | 537 | 100 | 116 |
| Binary | 11101011 | 10100100 | 10101111 | 0 | 11110 | 11010 | 1000 | 101011111 | 1000000 | 1001110 |
Color Harmonies of #EBA4AF
Complementary color
Monochromatic Colors of #EBA4AF
Black with #EBA4AF
Text Example
Text Example
White with #EBA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4AF; }
p { color: rgb(235,164,175); }
H1.HeaderClassName
{
color: #EBA4AF;
}
.AnyTagClassName
{
color: #EBA4AF;
}
</style>
background-color css
<style>
a { background-color: #EBA4AF; }
a { background-color: rgb(235,164,175); }
div.DivClassName
{
background-color: #EBA4AF;
}
.BgClassName
{
background-color: #EBA4AF;
}
</style>
border-color css
<style>
span { border-color: #EBA4AF; }
span { border-color: rgb(235,164,175); }
td.TdClassName
{
border-color: #EBA4AF;
}
.TagClassName
{
border-color: #EBA4AF;
}
</style>