Shades of Illusion #ED9BAE
Tints of Illusion #ED9BAE
RGB
CMYK
RGB Variations
Color information
#ED9BAE (or 0xED9BAE) is known color: Illusion. HEX triplet: ED, 9B and AE. RGB value is (237,155,174). Sum of RGB (Red+Green+Blue) = 237+155+174=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BAE is #126451. Grayscale: #B5B5B5. Windows color (decimal): -1205330 or 11443181. OLE color: 11443181.
HSL color Cylindrical-coordinate representation of color #ED9BAE: hue angle of 346.1º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BAE is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 174 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.07 |
| HSL | 346.1º | 0.69% | 0.77% | - |
| HSV(B) | 346.1º | 0.35% | 0.93% | - |
| XYZ | 54.29 | 44.5 | 45.77 | - |
| YUV | 181.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 174 | 0 | 0.35 | 0.27 | 0.07 | 346.1 | 0.69 | 0.77 |
| Hex | ED | 9B | AE | 0 | 23 | 1B | 7 | 15A | 45 | 4D |
| Octal | 355 | 233 | 256 | 0 | 43 | 33 | 7 | 532 | 105 | 115 |
| Binary | 11101101 | 10011011 | 10101110 | 0 | 100011 | 11011 | 111 | 101011010 | 1000101 | 1001101 |
Color Harmonies of #ED9BAE
Complementary color
Monochromatic Colors of #ED9BAE
Black with #ED9BAE
Text Example
Text Example
White with #ED9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BAE; }
p { color: rgb(237,155,174); }
H1.HeaderClassName
{
color: #ED9BAE;
}
.AnyTagClassName
{
color: #ED9BAE;
}
</style>
background-color css
<style>
a { background-color: #ED9BAE; }
a { background-color: rgb(237,155,174); }
div.DivClassName
{
background-color: #ED9BAE;
}
.BgClassName
{
background-color: #ED9BAE;
}
</style>
border-color css
<style>
span { border-color: #ED9BAE; }
span { border-color: rgb(237,155,174); }
td.TdClassName
{
border-color: #ED9BAE;
}
.TagClassName
{
border-color: #ED9BAE;
}
</style>