Shades of Illusion #EAA5B6
Tints of Illusion #EAA5B6
RGB
CMYK
RGB Variations
Color information
#EAA5B6 (or 0xEAA5B6) is known color: Illusion. HEX triplet: EA, A5 and B6. RGB value is (234,165,182). Sum of RGB (Red+Green+Blue) = 234+165+182=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5B6 is #155A49. Grayscale: #BBBBBB. Windows color (decimal): -1399370 or 11970026. OLE color: 11970026.
HSL color Cylindrical-coordinate representation of color #EAA5B6: hue angle of 345.22º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5B6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 182 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.08 |
| HSL | 345.22º | 0.62% | 0.78% | - |
| HSV(B) | 345.22º | 0.29% | 0.92% | - |
| XYZ | 55.83 | 47.78 | 50.54 | - |
| YUV | 187.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 182 | 0 | 0.29 | 0.22 | 0.08 | 345.22 | 0.62 | 0.78 |
| Hex | EA | A5 | B6 | 0 | 1D | 16 | 8 | 159 | 3E | 4E |
| Octal | 352 | 245 | 266 | 0 | 35 | 26 | 10 | 531 | 76 | 116 |
| Binary | 11101010 | 10100101 | 10110110 | 0 | 11101 | 10110 | 1000 | 101011001 | 111110 | 1001110 |
Color Harmonies of #EAA5B6
Complementary color
Monochromatic Colors of #EAA5B6
Black with #EAA5B6
Text Example
Text Example
White with #EAA5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5B6; }
p { color: rgb(234,165,182); }
H1.HeaderClassName
{
color: #EAA5B6;
}
.AnyTagClassName
{
color: #EAA5B6;
}
</style>
background-color css
<style>
a { background-color: #EAA5B6; }
a { background-color: rgb(234,165,182); }
div.DivClassName
{
background-color: #EAA5B6;
}
.BgClassName
{
background-color: #EAA5B6;
}
</style>
border-color css
<style>
span { border-color: #EAA5B6; }
span { border-color: rgb(234,165,182); }
td.TdClassName
{
border-color: #EAA5B6;
}
.TagClassName
{
border-color: #EAA5B6;
}
</style>