Shades of Illusion #EA9DB3
Tints of Illusion #EA9DB3
RGB
CMYK
RGB Variations
Color information
#EA9DB3 (or 0xEA9DB3) is known color: Illusion. HEX triplet: EA, 9D and B3. RGB value is (234,157,179). Sum of RGB (Red+Green+Blue) = 234+157+179=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DB3 is #15624C. Grayscale: #B6B6B6. Windows color (decimal): -1401421 or 11771370. OLE color: 11771370.
HSL color Cylindrical-coordinate representation of color #EA9DB3: hue angle of 342.86º 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 #EA9DB3 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 179 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.08 |
| HSL | 342.86º | 0.65% | 0.77% | - |
| HSV(B) | 342.86º | 0.33% | 0.92% | - |
| XYZ | 54.13 | 44.86 | 48.45 | - |
| YUV | 182.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 179 | 0 | 0.33 | 0.24 | 0.08 | 342.86 | 0.65 | 0.77 |
| Hex | EA | 9D | B3 | 0 | 21 | 18 | 8 | 157 | 41 | 4D |
| Octal | 352 | 235 | 263 | 0 | 41 | 30 | 10 | 527 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10110011 | 0 | 100001 | 11000 | 1000 | 101010111 | 1000001 | 1001101 |
Color Harmonies of #EA9DB3
Complementary color
Monochromatic Colors of #EA9DB3
Black with #EA9DB3
Text Example
Text Example
White with #EA9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DB3; }
p { color: rgb(234,157,179); }
H1.HeaderClassName
{
color: #EA9DB3;
}
.AnyTagClassName
{
color: #EA9DB3;
}
</style>
background-color css
<style>
a { background-color: #EA9DB3; }
a { background-color: rgb(234,157,179); }
div.DivClassName
{
background-color: #EA9DB3;
}
.BgClassName
{
background-color: #EA9DB3;
}
</style>
border-color css
<style>
span { border-color: #EA9DB3; }
span { border-color: rgb(234,157,179); }
td.TdClassName
{
border-color: #EA9DB3;
}
.TagClassName
{
border-color: #EA9DB3;
}
</style>