Shades of Illusion #ED8EAE
Tints of Illusion #ED8EAE
RGB
CMYK
RGB Variations
Color information
#ED8EAE (or 0xED8EAE) is known color: Illusion. HEX triplet: ED, 8E and AE. RGB value is (237,142,174). Sum of RGB (Red+Green+Blue) = 237+142+174=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EAE is #127151. Grayscale: #AEAEAE. Windows color (decimal): -1208658 or 11439853. OLE color: 11439853.
HSL color Cylindrical-coordinate representation of color #ED8EAE: hue angle of 339.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EAE is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 174 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.07 |
| HSL | 339.79º | 0.73% | 0.74% | - |
| HSV(B) | 339.79º | 0.4% | 0.93% | - |
| XYZ | 52.24 | 40.41 | 45.09 | - |
| YUV | 174.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 174 | 0 | 0.40 | 0.27 | 0.07 | 339.79 | 0.73 | 0.74 |
| Hex | ED | 8E | AE | 0 | 28 | 1B | 7 | 154 | 49 | 4A |
| Octal | 355 | 216 | 256 | 0 | 50 | 33 | 7 | 524 | 111 | 112 |
| Binary | 11101101 | 10001110 | 10101110 | 0 | 101000 | 11011 | 111 | 101010100 | 1001001 | 1001010 |
Color Harmonies of #ED8EAE
Complementary color
Monochromatic Colors of #ED8EAE
Black with #ED8EAE
Text Example
Text Example
White with #ED8EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EAE; }
p { color: rgb(237,142,174); }
H1.HeaderClassName
{
color: #ED8EAE;
}
.AnyTagClassName
{
color: #ED8EAE;
}
</style>
background-color css
<style>
a { background-color: #ED8EAE; }
a { background-color: rgb(237,142,174); }
div.DivClassName
{
background-color: #ED8EAE;
}
.BgClassName
{
background-color: #ED8EAE;
}
</style>
border-color css
<style>
span { border-color: #ED8EAE; }
span { border-color: rgb(237,142,174); }
td.TdClassName
{
border-color: #ED8EAE;
}
.TagClassName
{
border-color: #ED8EAE;
}
</style>