Shades of Illusion #EA9FB5
Tints of Illusion #EA9FB5
RGB
CMYK
RGB Variations
Color information
#EA9FB5 (or 0xEA9FB5) is known color: Illusion. HEX triplet: EA, 9F and B5. RGB value is (234,159,181). Sum of RGB (Red+Green+Blue) = 234+159+181=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FB5 is #15604A. Grayscale: #B7B7B7. Windows color (decimal): -1400907 or 11902954. OLE color: 11902954.
HSL color Cylindrical-coordinate representation of color #EA9FB5: hue angle of 342.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9FB5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 181 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.08 |
| HSL | 342.4º | 0.64% | 0.77% | - |
| HSV(B) | 342.4º | 0.32% | 0.92% | - |
| XYZ | 54.67 | 45.62 | 49.64 | - |
| YUV | 183.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 181 | 0 | 0.32 | 0.23 | 0.08 | 342.4 | 0.64 | 0.77 |
| Hex | EA | 9F | B5 | 0 | 20 | 17 | 8 | 156 | 40 | 4D |
| Octal | 352 | 237 | 265 | 0 | 40 | 27 | 10 | 526 | 100 | 115 |
| Binary | 11101010 | 10011111 | 10110101 | 0 | 100000 | 10111 | 1000 | 101010110 | 1000000 | 1001101 |
Color Harmonies of #EA9FB5
Complementary color
Monochromatic Colors of #EA9FB5
Black with #EA9FB5
Text Example
Text Example
White with #EA9FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FB5; }
p { color: rgb(234,159,181); }
H1.HeaderClassName
{
color: #EA9FB5;
}
.AnyTagClassName
{
color: #EA9FB5;
}
</style>
background-color css
<style>
a { background-color: #EA9FB5; }
a { background-color: rgb(234,159,181); }
div.DivClassName
{
background-color: #EA9FB5;
}
.BgClassName
{
background-color: #EA9FB5;
}
</style>
border-color css
<style>
span { border-color: #EA9FB5; }
span { border-color: rgb(234,159,181); }
td.TdClassName
{
border-color: #EA9FB5;
}
.TagClassName
{
border-color: #EA9FB5;
}
</style>