Shades of Illusion #EA9BB5
Tints of Illusion #EA9BB5
RGB
CMYK
RGB Variations
Color information
#EA9BB5 (or 0xEA9BB5) is known color: Illusion. HEX triplet: EA, 9B and B5. RGB value is (234,155,181). Sum of RGB (Red+Green+Blue) = 234+155+181=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BB5 is #15644A. Grayscale: #B5B5B5. Windows color (decimal): -1401931 or 11901930. OLE color: 11901930.
HSL color Cylindrical-coordinate representation of color #EA9BB5: hue angle of 340.25º 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 #EA9BB5 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 181 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.08 |
| HSL | 340.25º | 0.65% | 0.76% | - |
| HSV(B) | 340.25º | 0.34% | 0.92% | - |
| XYZ | 53.99 | 44.27 | 49.42 | - |
| YUV | 181.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 181 | 0 | 0.34 | 0.23 | 0.08 | 340.25 | 0.65 | 0.76 |
| Hex | EA | 9B | B5 | 0 | 22 | 17 | 8 | 154 | 41 | 4C |
| Octal | 352 | 233 | 265 | 0 | 42 | 27 | 10 | 524 | 101 | 114 |
| Binary | 11101010 | 10011011 | 10110101 | 0 | 100010 | 10111 | 1000 | 101010100 | 1000001 | 1001100 |
Color Harmonies of #EA9BB5
Complementary color
Monochromatic Colors of #EA9BB5
Black with #EA9BB5
Text Example
Text Example
White with #EA9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BB5; }
p { color: rgb(234,155,181); }
H1.HeaderClassName
{
color: #EA9BB5;
}
.AnyTagClassName
{
color: #EA9BB5;
}
</style>
background-color css
<style>
a { background-color: #EA9BB5; }
a { background-color: rgb(234,155,181); }
div.DivClassName
{
background-color: #EA9BB5;
}
.BgClassName
{
background-color: #EA9BB5;
}
</style>
border-color css
<style>
span { border-color: #EA9BB5; }
span { border-color: rgb(234,155,181); }
td.TdClassName
{
border-color: #EA9BB5;
}
.TagClassName
{
border-color: #EA9BB5;
}
</style>