Shades of Illusion #ED9EA8
Tints of Illusion #ED9EA8
RGB
CMYK
RGB Variations
Color information
#ED9EA8 (or 0xED9EA8) is known color: Illusion. HEX triplet: ED, 9E and A8. RGB value is (237,158,168). Sum of RGB (Red+Green+Blue) = 237+158+168=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9EA8 is #126157. Grayscale: #B6B6B6. Windows color (decimal): -1204568 or 11050733. OLE color: 11050733.
HSL color Cylindrical-coordinate representation of color #ED9EA8: hue angle of 352.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EA8 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 168 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.07 |
| HSL | 352.41º | 0.69% | 0.77% | - |
| HSV(B) | 352.41º | 0.33% | 0.93% | - |
| XYZ | 54.22 | 45.29 | 42.93 | - |
| YUV | 182.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 168 | 0 | 0.33 | 0.29 | 0.07 | 352.41 | 0.69 | 0.77 |
| Hex | ED | 9E | A8 | 0 | 21 | 1D | 7 | 160 | 45 | 4D |
| Octal | 355 | 236 | 250 | 0 | 41 | 35 | 7 | 540 | 105 | 115 |
| Binary | 11101101 | 10011110 | 10101000 | 0 | 100001 | 11101 | 111 | 101100000 | 1000101 | 1001101 |
Color Harmonies of #ED9EA8
Complementary color
Monochromatic Colors of #ED9EA8
Black with #ED9EA8
Text Example
Text Example
White with #ED9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EA8; }
p { color: rgb(237,158,168); }
H1.HeaderClassName
{
color: #ED9EA8;
}
.AnyTagClassName
{
color: #ED9EA8;
}
</style>
background-color css
<style>
a { background-color: #ED9EA8; }
a { background-color: rgb(237,158,168); }
div.DivClassName
{
background-color: #ED9EA8;
}
.BgClassName
{
background-color: #ED9EA8;
}
</style>
border-color css
<style>
span { border-color: #ED9EA8; }
span { border-color: rgb(237,158,168); }
td.TdClassName
{
border-color: #ED9EA8;
}
.TagClassName
{
border-color: #ED9EA8;
}
</style>