Shades of Illusion #ED87B2
Tints of Illusion #ED87B2
RGB
CMYK
RGB Variations
Color information
#ED87B2 (or 0xED87B2) is known color: Illusion. HEX triplet: ED, 87 and B2. RGB value is (237,135,178). Sum of RGB (Red+Green+Blue) = 237+135+178=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED87B2 is #12784D. Grayscale: #AAAAAA. Windows color (decimal): -1210446 or 11700205. OLE color: 11700205.
HSL color Cylindrical-coordinate representation of color #ED87B2: hue angle of 334.71º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED87B2 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 178 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.07 |
| HSL | 334.71º | 0.74% | 0.73% | - |
| HSV(B) | 334.71º | 0.43% | 0.93% | - |
| XYZ | 51.62 | 38.55 | 46.84 | - |
| YUV | 170.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 178 | 0 | 0.43 | 0.25 | 0.07 | 334.71 | 0.74 | 0.73 |
| Hex | ED | 87 | B2 | 0 | 2B | 19 | 7 | 14F | 4A | 49 |
| Octal | 355 | 207 | 262 | 0 | 53 | 31 | 7 | 517 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10110010 | 0 | 101011 | 11001 | 111 | 101001111 | 1001010 | 1001001 |
Color Harmonies of #ED87B2
Complementary color
Monochromatic Colors of #ED87B2
Black with #ED87B2
Text Example
Text Example
White with #ED87B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED87B2; }
p { color: rgb(237,135,178); }
H1.HeaderClassName
{
color: #ED87B2;
}
.AnyTagClassName
{
color: #ED87B2;
}
</style>
background-color css
<style>
a { background-color: #ED87B2; }
a { background-color: rgb(237,135,178); }
div.DivClassName
{
background-color: #ED87B2;
}
.BgClassName
{
background-color: #ED87B2;
}
</style>
border-color css
<style>
span { border-color: #ED87B2; }
span { border-color: rgb(237,135,178); }
td.TdClassName
{
border-color: #ED87B2;
}
.TagClassName
{
border-color: #ED87B2;
}
</style>