Shades of Illusion #EA9DB5
Tints of Illusion #EA9DB5
RGB
CMYK
RGB Variations
Color information
#EA9DB5 (or 0xEA9DB5) is known color: Illusion. HEX triplet: EA, 9D and B5. RGB value is (234,157,181). Sum of RGB (Red+Green+Blue) = 234+157+181=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DB5 is #15624A. Grayscale: #B6B6B6. Windows color (decimal): -1401419 or 11902442. OLE color: 11902442.
HSL color Cylindrical-coordinate representation of color #EA9DB5: hue angle of 341.3º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DB5 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 181 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.08 |
| HSL | 341.3º | 0.65% | 0.77% | - |
| HSV(B) | 341.3º | 0.33% | 0.92% | - |
| XYZ | 54.33 | 44.94 | 49.53 | - |
| YUV | 182.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 181 | 0 | 0.33 | 0.23 | 0.08 | 341.3 | 0.65 | 0.77 |
| Hex | EA | 9D | B5 | 0 | 21 | 17 | 8 | 155 | 41 | 4D |
| Octal | 352 | 235 | 265 | 0 | 41 | 27 | 10 | 525 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10110101 | 0 | 100001 | 10111 | 1000 | 101010101 | 1000001 | 1001101 |
Color Harmonies of #EA9DB5
Complementary color
Monochromatic Colors of #EA9DB5
Black with #EA9DB5
Text Example
Text Example
White with #EA9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DB5; }
p { color: rgb(234,157,181); }
H1.HeaderClassName
{
color: #EA9DB5;
}
.AnyTagClassName
{
color: #EA9DB5;
}
</style>
background-color css
<style>
a { background-color: #EA9DB5; }
a { background-color: rgb(234,157,181); }
div.DivClassName
{
background-color: #EA9DB5;
}
.BgClassName
{
background-color: #EA9DB5;
}
</style>
border-color css
<style>
span { border-color: #EA9DB5; }
span { border-color: rgb(234,157,181); }
td.TdClassName
{
border-color: #EA9DB5;
}
.TagClassName
{
border-color: #EA9DB5;
}
</style>