Shades of Illusion #EA9DB2
Tints of Illusion #EA9DB2
RGB
CMYK
RGB Variations
Color information
#EA9DB2 (or 0xEA9DB2) is known color: Illusion. HEX triplet: EA, 9D and B2. RGB value is (234,157,178). Sum of RGB (Red+Green+Blue) = 234+157+178=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DB2 is #15624D. Grayscale: #B6B6B6. Windows color (decimal): -1401422 or 11705834. OLE color: 11705834.
HSL color Cylindrical-coordinate representation of color #EA9DB2: hue angle of 343.64º 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 #EA9DB2 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 178 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.08 |
| HSL | 343.64º | 0.65% | 0.77% | - |
| HSV(B) | 343.64º | 0.33% | 0.92% | - |
| XYZ | 54.02 | 44.82 | 47.92 | - |
| YUV | 182.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 178 | 0 | 0.33 | 0.24 | 0.08 | 343.64 | 0.65 | 0.77 |
| Hex | EA | 9D | B2 | 0 | 21 | 18 | 8 | 158 | 41 | 4D |
| Octal | 352 | 235 | 262 | 0 | 41 | 30 | 10 | 530 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10110010 | 0 | 100001 | 11000 | 1000 | 101011000 | 1000001 | 1001101 |
Color Harmonies of #EA9DB2
Complementary color
Monochromatic Colors of #EA9DB2
Black with #EA9DB2
Text Example
Text Example
White with #EA9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DB2; }
p { color: rgb(234,157,178); }
H1.HeaderClassName
{
color: #EA9DB2;
}
.AnyTagClassName
{
color: #EA9DB2;
}
</style>
background-color css
<style>
a { background-color: #EA9DB2; }
a { background-color: rgb(234,157,178); }
div.DivClassName
{
background-color: #EA9DB2;
}
.BgClassName
{
background-color: #EA9DB2;
}
</style>
border-color css
<style>
span { border-color: #EA9DB2; }
span { border-color: rgb(234,157,178); }
td.TdClassName
{
border-color: #EA9DB2;
}
.TagClassName
{
border-color: #EA9DB2;
}
</style>