Shades of Illusion #ED9AB7
Tints of Illusion #ED9AB7
RGB
CMYK
RGB Variations
Color information
#ED9AB7 (or 0xED9AB7) is known color: Illusion. HEX triplet: ED, 9A and B7. RGB value is (237,154,183). Sum of RGB (Red+Green+Blue) = 237+154+183=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AB7 is #126548. Grayscale: #B6B6B6. Windows color (decimal): -1205577 or 12032749. OLE color: 12032749.
HSL color Cylindrical-coordinate representation of color #ED9AB7: hue angle of 339.04º degrees, saturation: 0.7, 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 #ED9AB7 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 183 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.07 |
| HSL | 339.04º | 0.7% | 0.77% | - |
| HSV(B) | 339.04º | 0.35% | 0.93% | - |
| XYZ | 55.03 | 44.53 | 50.5 | - |
| YUV | 182.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 183 | 0 | 0.35 | 0.23 | 0.07 | 339.04 | 0.7 | 0.77 |
| Hex | ED | 9A | B7 | 0 | 23 | 17 | 7 | 153 | 46 | 4D |
| Octal | 355 | 232 | 267 | 0 | 43 | 27 | 7 | 523 | 106 | 115 |
| Binary | 11101101 | 10011010 | 10110111 | 0 | 100011 | 10111 | 111 | 101010011 | 1000110 | 1001101 |
Color Harmonies of #ED9AB7
Complementary color
Monochromatic Colors of #ED9AB7
Black with #ED9AB7
Text Example
Text Example
White with #ED9AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9AB7; }
p { color: rgb(237,154,183); }
H1.HeaderClassName
{
color: #ED9AB7;
}
.AnyTagClassName
{
color: #ED9AB7;
}
</style>
background-color css
<style>
a { background-color: #ED9AB7; }
a { background-color: rgb(237,154,183); }
div.DivClassName
{
background-color: #ED9AB7;
}
.BgClassName
{
background-color: #ED9AB7;
}
</style>
border-color css
<style>
span { border-color: #ED9AB7; }
span { border-color: rgb(237,154,183); }
td.TdClassName
{
border-color: #ED9AB7;
}
.TagClassName
{
border-color: #ED9AB7;
}
</style>