Shades of Illusion #EA9BB2
Tints of Illusion #EA9BB2
RGB
CMYK
RGB Variations
Color information
#EA9BB2 (or 0xEA9BB2) is known color: Illusion. HEX triplet: EA, 9B and B2. RGB value is (234,155,178). Sum of RGB (Red+Green+Blue) = 234+155+178=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9BB2 is #15644D. Grayscale: #B5B5B5. Windows color (decimal): -1401934 or 11705322. OLE color: 11705322.
HSL color Cylindrical-coordinate representation of color #EA9BB2: hue angle of 342.53º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BB2 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 178 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.08 |
| HSL | 342.53º | 0.65% | 0.76% | - |
| HSV(B) | 342.53º | 0.34% | 0.92% | - |
| XYZ | 53.69 | 44.15 | 47.81 | - |
| YUV | 181.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 178 | 0 | 0.34 | 0.24 | 0.08 | 342.53 | 0.65 | 0.76 |
| Hex | EA | 9B | B2 | 0 | 22 | 18 | 8 | 157 | 41 | 4C |
| Octal | 352 | 233 | 262 | 0 | 42 | 30 | 10 | 527 | 101 | 114 |
| Binary | 11101010 | 10011011 | 10110010 | 0 | 100010 | 11000 | 1000 | 101010111 | 1000001 | 1001100 |
Color Harmonies of #EA9BB2
Complementary color
Monochromatic Colors of #EA9BB2
Black with #EA9BB2
Text Example
Text Example
White with #EA9BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BB2; }
p { color: rgb(234,155,178); }
H1.HeaderClassName
{
color: #EA9BB2;
}
.AnyTagClassName
{
color: #EA9BB2;
}
</style>
background-color css
<style>
a { background-color: #EA9BB2; }
a { background-color: rgb(234,155,178); }
div.DivClassName
{
background-color: #EA9BB2;
}
.BgClassName
{
background-color: #EA9BB2;
}
</style>
border-color css
<style>
span { border-color: #EA9BB2; }
span { border-color: rgb(234,155,178); }
td.TdClassName
{
border-color: #EA9BB2;
}
.TagClassName
{
border-color: #EA9BB2;
}
</style>