Shades of Illusion #EA9DAA
Tints of Illusion #EA9DAA
RGB
CMYK
RGB Variations
Color information
#EA9DAA (or 0xEA9DAA) is known color: Illusion. HEX triplet: EA, 9D and AA. RGB value is (234,157,170). Sum of RGB (Red+Green+Blue) = 234+157+170=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DAA is #156255. Grayscale: #B5B5B5. Windows color (decimal): -1401430 or 11181546. OLE color: 11181546.
HSL color Cylindrical-coordinate representation of color #EA9DAA: hue angle of 349.87º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DAA is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 170 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.08 |
| HSL | 349.87º | 0.65% | 0.77% | - |
| HSV(B) | 349.87º | 0.33% | 0.92% | - |
| XYZ | 53.24 | 44.51 | 43.81 | - |
| YUV | 181.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 170 | 0 | 0.33 | 0.27 | 0.08 | 349.87 | 0.65 | 0.77 |
| Hex | EA | 9D | AA | 0 | 21 | 1B | 8 | 15E | 41 | 4D |
| Octal | 352 | 235 | 252 | 0 | 41 | 33 | 10 | 536 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10101010 | 0 | 100001 | 11011 | 1000 | 101011110 | 1000001 | 1001101 |
Color Harmonies of #EA9DAA
Complementary color
Monochromatic Colors of #EA9DAA
Black with #EA9DAA
Text Example
Text Example
White with #EA9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DAA; }
p { color: rgb(234,157,170); }
H1.HeaderClassName
{
color: #EA9DAA;
}
.AnyTagClassName
{
color: #EA9DAA;
}
</style>
background-color css
<style>
a { background-color: #EA9DAA; }
a { background-color: rgb(234,157,170); }
div.DivClassName
{
background-color: #EA9DAA;
}
.BgClassName
{
background-color: #EA9DAA;
}
</style>
border-color css
<style>
span { border-color: #EA9DAA; }
span { border-color: rgb(234,157,170); }
td.TdClassName
{
border-color: #EA9DAA;
}
.TagClassName
{
border-color: #EA9DAA;
}
</style>