Shades of Illusion #ED96B0
Tints of Illusion #ED96B0
RGB
CMYK
RGB Variations
Color information
#ED96B0 (or 0xED96B0) is known color: Illusion. HEX triplet: ED, 96 and B0. RGB value is (237,150,176). Sum of RGB (Red+Green+Blue) = 237+150+176=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96B0 is #12694F. Grayscale: #B2B2B2. Windows color (decimal): -1206608 or 11572973. OLE color: 11572973.
HSL color Cylindrical-coordinate representation of color #ED96B0: hue angle of 342.07º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96B0 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 176 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.07 |
| HSL | 342.07º | 0.71% | 0.76% | - |
| HSV(B) | 342.07º | 0.37% | 0.93% | - |
| XYZ | 53.67 | 42.95 | 46.54 | - |
| YUV | 178.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 176 | 0 | 0.37 | 0.26 | 0.07 | 342.07 | 0.71 | 0.76 |
| Hex | ED | 96 | B0 | 0 | 25 | 1A | 7 | 156 | 47 | 4C |
| Octal | 355 | 226 | 260 | 0 | 45 | 32 | 7 | 526 | 107 | 114 |
| Binary | 11101101 | 10010110 | 10110000 | 0 | 100101 | 11010 | 111 | 101010110 | 1000111 | 1001100 |
Color Harmonies of #ED96B0
Complementary color
Monochromatic Colors of #ED96B0
Black with #ED96B0
Text Example
Text Example
White with #ED96B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96B0; }
p { color: rgb(237,150,176); }
H1.HeaderClassName
{
color: #ED96B0;
}
.AnyTagClassName
{
color: #ED96B0;
}
</style>
background-color css
<style>
a { background-color: #ED96B0; }
a { background-color: rgb(237,150,176); }
div.DivClassName
{
background-color: #ED96B0;
}
.BgClassName
{
background-color: #ED96B0;
}
</style>
border-color css
<style>
span { border-color: #ED96B0; }
span { border-color: rgb(237,150,176); }
td.TdClassName
{
border-color: #ED96B0;
}
.TagClassName
{
border-color: #ED96B0;
}
</style>