Shades of Illusion #EA9FB3
Tints of Illusion #EA9FB3
RGB
CMYK
RGB Variations
Color information
#EA9FB3 (or 0xEA9FB3) is known color: Illusion. HEX triplet: EA, 9F and B3. RGB value is (234,159,179). Sum of RGB (Red+Green+Blue) = 234+159+179=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FB3 is #15604C. Grayscale: #B7B7B7. Windows color (decimal): -1400909 or 11771882. OLE color: 11771882.
HSL color Cylindrical-coordinate representation of color #EA9FB3: hue angle of 344º 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 #EA9FB3 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 179 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.08 |
| HSL | 344º | 0.64% | 0.77% | - |
| HSV(B) | 344º | 0.32% | 0.92% | - |
| XYZ | 54.47 | 45.54 | 48.57 | - |
| YUV | 183.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 179 | 0 | 0.32 | 0.24 | 0.08 | 344 | 0.64 | 0.77 |
| Hex | EA | 9F | B3 | 0 | 20 | 18 | 8 | 158 | 40 | 4D |
| Octal | 352 | 237 | 263 | 0 | 40 | 30 | 10 | 530 | 100 | 115 |
| Binary | 11101010 | 10011111 | 10110011 | 0 | 100000 | 11000 | 1000 | 101011000 | 1000000 | 1001101 |
Color Harmonies of #EA9FB3
Complementary color
Monochromatic Colors of #EA9FB3
Black with #EA9FB3
Text Example
Text Example
White with #EA9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FB3; }
p { color: rgb(234,159,179); }
H1.HeaderClassName
{
color: #EA9FB3;
}
.AnyTagClassName
{
color: #EA9FB3;
}
</style>
background-color css
<style>
a { background-color: #EA9FB3; }
a { background-color: rgb(234,159,179); }
div.DivClassName
{
background-color: #EA9FB3;
}
.BgClassName
{
background-color: #EA9FB3;
}
</style>
border-color css
<style>
span { border-color: #EA9FB3; }
span { border-color: rgb(234,159,179); }
td.TdClassName
{
border-color: #EA9FB3;
}
.TagClassName
{
border-color: #EA9FB3;
}
</style>