Shades of Illusion #ED8CB0
Tints of Illusion #ED8CB0
RGB
CMYK
RGB Variations
Color information
#ED8CB0 (or 0xED8CB0) is known color: Illusion. HEX triplet: ED, 8C and B0. RGB value is (237,140,176). Sum of RGB (Red+Green+Blue) = 237+140+176=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8CB0 is #12734F. Grayscale: #ADADAD. Windows color (decimal): -1209168 or 11570413. OLE color: 11570413.
HSL color Cylindrical-coordinate representation of color #ED8CB0: hue angle of 337.73º 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 #ED8CB0 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 176 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.07 |
| HSL | 337.73º | 0.73% | 0.74% | - |
| HSV(B) | 337.73º | 0.41% | 0.93% | - |
| XYZ | 52.14 | 39.9 | 46.03 | - |
| YUV | 173.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 176 | 0 | 0.41 | 0.26 | 0.07 | 337.73 | 0.73 | 0.74 |
| Hex | ED | 8C | B0 | 0 | 29 | 1A | 7 | 152 | 49 | 4A |
| Octal | 355 | 214 | 260 | 0 | 51 | 32 | 7 | 522 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10110000 | 0 | 101001 | 11010 | 111 | 101010010 | 1001001 | 1001010 |
Color Harmonies of #ED8CB0
Complementary color
Monochromatic Colors of #ED8CB0
Black with #ED8CB0
Text Example
Text Example
White with #ED8CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CB0; }
p { color: rgb(237,140,176); }
H1.HeaderClassName
{
color: #ED8CB0;
}
.AnyTagClassName
{
color: #ED8CB0;
}
</style>
background-color css
<style>
a { background-color: #ED8CB0; }
a { background-color: rgb(237,140,176); }
div.DivClassName
{
background-color: #ED8CB0;
}
.BgClassName
{
background-color: #ED8CB0;
}
</style>
border-color css
<style>
span { border-color: #ED8CB0; }
span { border-color: rgb(237,140,176); }
td.TdClassName
{
border-color: #ED8CB0;
}
.TagClassName
{
border-color: #ED8CB0;
}
</style>