Shades of Illusion #ED88B0
Tints of Illusion #ED88B0
RGB
CMYK
RGB Variations
Color information
#ED88B0 (or 0xED88B0) is known color: Illusion. HEX triplet: ED, 88 and B0. RGB value is (237,136,176). Sum of RGB (Red+Green+Blue) = 237+136+176=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED88B0 is #12774F. Grayscale: #AAAAAA. Windows color (decimal): -1210192 or 11569389. OLE color: 11569389.
HSL color Cylindrical-coordinate representation of color #ED88B0: hue angle of 336.24º 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 #ED88B0 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 176 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.07 |
| HSL | 336.24º | 0.74% | 0.73% | - |
| HSV(B) | 336.24º | 0.43% | 0.93% | - |
| XYZ | 51.57 | 38.75 | 45.84 | - |
| YUV | 170.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 176 | 0 | 0.43 | 0.26 | 0.07 | 336.24 | 0.74 | 0.73 |
| Hex | ED | 88 | B0 | 0 | 2B | 1A | 7 | 150 | 4A | 49 |
| Octal | 355 | 210 | 260 | 0 | 53 | 32 | 7 | 520 | 112 | 111 |
| Binary | 11101101 | 10001000 | 10110000 | 0 | 101011 | 11010 | 111 | 101010000 | 1001010 | 1001001 |
Color Harmonies of #ED88B0
Complementary color
Monochromatic Colors of #ED88B0
Black with #ED88B0
Text Example
Text Example
White with #ED88B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88B0; }
p { color: rgb(237,136,176); }
H1.HeaderClassName
{
color: #ED88B0;
}
.AnyTagClassName
{
color: #ED88B0;
}
</style>
background-color css
<style>
a { background-color: #ED88B0; }
a { background-color: rgb(237,136,176); }
div.DivClassName
{
background-color: #ED88B0;
}
.BgClassName
{
background-color: #ED88B0;
}
</style>
border-color css
<style>
span { border-color: #ED88B0; }
span { border-color: rgb(237,136,176); }
td.TdClassName
{
border-color: #ED88B0;
}
.TagClassName
{
border-color: #ED88B0;
}
</style>