Shades of Illusion #ED8FB0
Tints of Illusion #ED8FB0
RGB
CMYK
RGB Variations
Color information
#ED8FB0 (or 0xED8FB0) is known color: Illusion. HEX triplet: ED, 8F and B0. RGB value is (237,143,176). Sum of RGB (Red+Green+Blue) = 237+143+176=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FB0 is #12704F. Grayscale: #AEAEAE. Windows color (decimal): -1208400 or 11571181. OLE color: 11571181.
HSL color Cylindrical-coordinate representation of color #ED8FB0: hue angle of 338.94º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FB0 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 176 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.07 |
| HSL | 338.94º | 0.72% | 0.75% | - |
| HSV(B) | 338.94º | 0.4% | 0.93% | - |
| XYZ | 52.58 | 40.78 | 46.17 | - |
| YUV | 174.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 176 | 0 | 0.40 | 0.26 | 0.07 | 338.94 | 0.72 | 0.75 |
| Hex | ED | 8F | B0 | 0 | 28 | 1A | 7 | 153 | 48 | 4B |
| Octal | 355 | 217 | 260 | 0 | 50 | 32 | 7 | 523 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10110000 | 0 | 101000 | 11010 | 111 | 101010011 | 1001000 | 1001011 |
Color Harmonies of #ED8FB0
Complementary color
Monochromatic Colors of #ED8FB0
Black with #ED8FB0
Text Example
Text Example
White with #ED8FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FB0; }
p { color: rgb(237,143,176); }
H1.HeaderClassName
{
color: #ED8FB0;
}
.AnyTagClassName
{
color: #ED8FB0;
}
</style>
background-color css
<style>
a { background-color: #ED8FB0; }
a { background-color: rgb(237,143,176); }
div.DivClassName
{
background-color: #ED8FB0;
}
.BgClassName
{
background-color: #ED8FB0;
}
</style>
border-color css
<style>
span { border-color: #ED8FB0; }
span { border-color: rgb(237,143,176); }
td.TdClassName
{
border-color: #ED8FB0;
}
.TagClassName
{
border-color: #ED8FB0;
}
</style>