Shades of Illusion #ED9CB0
Tints of Illusion #ED9CB0
RGB
CMYK
RGB Variations
Color information
#ED9CB0 (or 0xED9CB0) is known color: Illusion. HEX triplet: ED, 9C and B0. RGB value is (237,156,176). Sum of RGB (Red+Green+Blue) = 237+156+176=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9CB0 is #12634F. Grayscale: #B6B6B6. Windows color (decimal): -1205072 or 11574509. OLE color: 11574509.
HSL color Cylindrical-coordinate representation of color #ED9CB0: hue angle of 345.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CB0 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 176 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.07 |
| HSL | 345.19º | 0.69% | 0.77% | - |
| HSV(B) | 345.19º | 0.34% | 0.93% | - |
| XYZ | 54.65 | 44.92 | 46.86 | - |
| YUV | 182.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 176 | 0 | 0.34 | 0.26 | 0.07 | 345.19 | 0.69 | 0.77 |
| Hex | ED | 9C | B0 | 0 | 22 | 1A | 7 | 159 | 45 | 4D |
| Octal | 355 | 234 | 260 | 0 | 42 | 32 | 7 | 531 | 105 | 115 |
| Binary | 11101101 | 10011100 | 10110000 | 0 | 100010 | 11010 | 111 | 101011001 | 1000101 | 1001101 |
Color Harmonies of #ED9CB0
Complementary color
Monochromatic Colors of #ED9CB0
Black with #ED9CB0
Text Example
Text Example
White with #ED9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CB0; }
p { color: rgb(237,156,176); }
H1.HeaderClassName
{
color: #ED9CB0;
}
.AnyTagClassName
{
color: #ED9CB0;
}
</style>
background-color css
<style>
a { background-color: #ED9CB0; }
a { background-color: rgb(237,156,176); }
div.DivClassName
{
background-color: #ED9CB0;
}
.BgClassName
{
background-color: #ED9CB0;
}
</style>
border-color css
<style>
span { border-color: #ED9CB0; }
span { border-color: rgb(237,156,176); }
td.TdClassName
{
border-color: #ED9CB0;
}
.TagClassName
{
border-color: #ED9CB0;
}
</style>