Shades of Illusion #EA93B4
Tints of Illusion #EA93B4
RGB
CMYK
RGB Variations
Color information
#EA93B4 (or 0xEA93B4) is known color: Illusion. HEX triplet: EA, 93 and B4. RGB value is (234,147,180). Sum of RGB (Red+Green+Blue) = 234+147+180=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93B4 is #156C4B. Grayscale: #B0B0B0. Windows color (decimal): -1403980 or 11834346. OLE color: 11834346.
HSL color Cylindrical-coordinate representation of color #EA93B4: hue angle of 337.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93B4 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 180 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.08 |
| HSL | 337.24º | 0.67% | 0.75% | - |
| HSV(B) | 337.24º | 0.37% | 0.92% | - |
| XYZ | 52.6 | 41.66 | 48.45 | - |
| YUV | 176.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 180 | 0 | 0.37 | 0.23 | 0.08 | 337.24 | 0.67 | 0.75 |
| Hex | EA | 93 | B4 | 0 | 25 | 17 | 8 | 151 | 43 | 4B |
| Octal | 352 | 223 | 264 | 0 | 45 | 27 | 10 | 521 | 103 | 113 |
| Binary | 11101010 | 10010011 | 10110100 | 0 | 100101 | 10111 | 1000 | 101010001 | 1000011 | 1001011 |
Color Harmonies of #EA93B4
Complementary color
Monochromatic Colors of #EA93B4
Black with #EA93B4
Text Example
Text Example
White with #EA93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93B4; }
p { color: rgb(234,147,180); }
H1.HeaderClassName
{
color: #EA93B4;
}
.AnyTagClassName
{
color: #EA93B4;
}
</style>
background-color css
<style>
a { background-color: #EA93B4; }
a { background-color: rgb(234,147,180); }
div.DivClassName
{
background-color: #EA93B4;
}
.BgClassName
{
background-color: #EA93B4;
}
</style>
border-color css
<style>
span { border-color: #EA93B4; }
span { border-color: rgb(234,147,180); }
td.TdClassName
{
border-color: #EA93B4;
}
.TagClassName
{
border-color: #EA93B4;
}
</style>