Shades of Illusion #EA94AB
Tints of Illusion #EA94AB
RGB
CMYK
RGB Variations
Color information
#EA94AB (or 0xEA94AB) is known color: Illusion. HEX triplet: EA, 94 and AB. RGB value is (234,148,171). Sum of RGB (Red+Green+Blue) = 234+148+171=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA94AB is #156B54. Grayscale: #B0B0B0. Windows color (decimal): -1403733 or 11244778. OLE color: 11244778.
HSL color Cylindrical-coordinate representation of color #EA94AB: hue angle of 343.95º 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 #EA94AB is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 171 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.08 |
| HSL | 343.95º | 0.67% | 0.75% | - |
| HSV(B) | 343.95º | 0.37% | 0.92% | - |
| XYZ | 51.87 | 41.61 | 43.83 | - |
| YUV | 176.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 171 | 0 | 0.37 | 0.27 | 0.08 | 343.95 | 0.67 | 0.75 |
| Hex | EA | 94 | AB | 0 | 25 | 1B | 8 | 158 | 43 | 4B |
| Octal | 352 | 224 | 253 | 0 | 45 | 33 | 10 | 530 | 103 | 113 |
| Binary | 11101010 | 10010100 | 10101011 | 0 | 100101 | 11011 | 1000 | 101011000 | 1000011 | 1001011 |
Color Harmonies of #EA94AB
Complementary color
Monochromatic Colors of #EA94AB
Black with #EA94AB
Text Example
Text Example
White with #EA94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94AB; }
p { color: rgb(234,148,171); }
H1.HeaderClassName
{
color: #EA94AB;
}
.AnyTagClassName
{
color: #EA94AB;
}
</style>
background-color css
<style>
a { background-color: #EA94AB; }
a { background-color: rgb(234,148,171); }
div.DivClassName
{
background-color: #EA94AB;
}
.BgClassName
{
background-color: #EA94AB;
}
</style>
border-color css
<style>
span { border-color: #EA94AB; }
span { border-color: rgb(234,148,171); }
td.TdClassName
{
border-color: #EA94AB;
}
.TagClassName
{
border-color: #EA94AB;
}
</style>