Shades of Illusion #EA9EAD
Tints of Illusion #EA9EAD
RGB
CMYK
RGB Variations
Color information
#EA9EAD (or 0xEA9EAD) is known color: Illusion. HEX triplet: EA, 9E and AD. RGB value is (234,158,173). Sum of RGB (Red+Green+Blue) = 234+158+173=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EAD is #156152. Grayscale: #B6B6B6. Windows color (decimal): -1401171 or 11378410. OLE color: 11378410.
HSL color Cylindrical-coordinate representation of color #EA9EAD: hue angle of 348.16º 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 #EA9EAD is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 173 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.08 |
| HSL | 348.16º | 0.64% | 0.77% | - |
| HSV(B) | 348.16º | 0.32% | 0.92% | - |
| XYZ | 53.7 | 44.96 | 45.38 | - |
| YUV | 182.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 173 | 0 | 0.32 | 0.26 | 0.08 | 348.16 | 0.64 | 0.77 |
| Hex | EA | 9E | AD | 0 | 20 | 1A | 8 | 15C | 40 | 4D |
| Octal | 352 | 236 | 255 | 0 | 40 | 32 | 10 | 534 | 100 | 115 |
| Binary | 11101010 | 10011110 | 10101101 | 0 | 100000 | 11010 | 1000 | 101011100 | 1000000 | 1001101 |
Color Harmonies of #EA9EAD
Complementary color
Monochromatic Colors of #EA9EAD
Black with #EA9EAD
Text Example
Text Example
White with #EA9EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EAD; }
p { color: rgb(234,158,173); }
H1.HeaderClassName
{
color: #EA9EAD;
}
.AnyTagClassName
{
color: #EA9EAD;
}
</style>
background-color css
<style>
a { background-color: #EA9EAD; }
a { background-color: rgb(234,158,173); }
div.DivClassName
{
background-color: #EA9EAD;
}
.BgClassName
{
background-color: #EA9EAD;
}
</style>
border-color css
<style>
span { border-color: #EA9EAD; }
span { border-color: rgb(234,158,173); }
td.TdClassName
{
border-color: #EA9EAD;
}
.TagClassName
{
border-color: #EA9EAD;
}
</style>