Shades of Illusion #ED8CAE
Tints of Illusion #ED8CAE
RGB
CMYK
RGB Variations
Color information
#ED8CAE (or 0xED8CAE) is known color: Illusion. HEX triplet: ED, 8C and AE. RGB value is (237,140,174). Sum of RGB (Red+Green+Blue) = 237+140+174=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8CAE is #127351. Grayscale: #ACACAC. Windows color (decimal): -1209170 or 11439341. OLE color: 11439341.
HSL color Cylindrical-coordinate representation of color #ED8CAE: hue angle of 338.97º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CAE is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 174 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.07 |
| HSL | 338.97º | 0.73% | 0.74% | - |
| HSV(B) | 338.97º | 0.41% | 0.93% | - |
| XYZ | 51.94 | 39.82 | 44.99 | - |
| YUV | 172.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 174 | 0 | 0.41 | 0.27 | 0.07 | 338.97 | 0.73 | 0.74 |
| Hex | ED | 8C | AE | 0 | 29 | 1B | 7 | 153 | 49 | 4A |
| Octal | 355 | 214 | 256 | 0 | 51 | 33 | 7 | 523 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10101110 | 0 | 101001 | 11011 | 111 | 101010011 | 1001001 | 1001010 |
Color Harmonies of #ED8CAE
Complementary color
Monochromatic Colors of #ED8CAE
Black with #ED8CAE
Text Example
Text Example
White with #ED8CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CAE; }
p { color: rgb(237,140,174); }
H1.HeaderClassName
{
color: #ED8CAE;
}
.AnyTagClassName
{
color: #ED8CAE;
}
</style>
background-color css
<style>
a { background-color: #ED8CAE; }
a { background-color: rgb(237,140,174); }
div.DivClassName
{
background-color: #ED8CAE;
}
.BgClassName
{
background-color: #ED8CAE;
}
</style>
border-color css
<style>
span { border-color: #ED8CAE; }
span { border-color: rgb(237,140,174); }
td.TdClassName
{
border-color: #ED8CAE;
}
.TagClassName
{
border-color: #ED8CAE;
}
</style>