Shades of Illusion #ED9CB2
Tints of Illusion #ED9CB2
RGB
CMYK
RGB Variations
Color information
#ED9CB2 (or 0xED9CB2) is known color: Illusion. HEX triplet: ED, 9C and B2. RGB value is (237,156,178). Sum of RGB (Red+Green+Blue) = 237+156+178=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9CB2 is #12634D. Grayscale: #B6B6B6. Windows color (decimal): -1205070 or 11705581. OLE color: 11705581.
HSL color Cylindrical-coordinate representation of color #ED9CB2: hue angle of 343.7º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CB2 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 178 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.07 |
| HSL | 343.7º | 0.69% | 0.77% | - |
| HSV(B) | 343.7º | 0.34% | 0.93% | - |
| XYZ | 54.85 | 45 | 47.91 | - |
| YUV | 182.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 178 | 0 | 0.34 | 0.25 | 0.07 | 343.7 | 0.69 | 0.77 |
| Hex | ED | 9C | B2 | 0 | 22 | 19 | 7 | 158 | 45 | 4D |
| Octal | 355 | 234 | 262 | 0 | 42 | 31 | 7 | 530 | 105 | 115 |
| Binary | 11101101 | 10011100 | 10110010 | 0 | 100010 | 11001 | 111 | 101011000 | 1000101 | 1001101 |
Color Harmonies of #ED9CB2
Complementary color
Monochromatic Colors of #ED9CB2
Black with #ED9CB2
Text Example
Text Example
White with #ED9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CB2; }
p { color: rgb(237,156,178); }
H1.HeaderClassName
{
color: #ED9CB2;
}
.AnyTagClassName
{
color: #ED9CB2;
}
</style>
background-color css
<style>
a { background-color: #ED9CB2; }
a { background-color: rgb(237,156,178); }
div.DivClassName
{
background-color: #ED9CB2;
}
.BgClassName
{
background-color: #ED9CB2;
}
</style>
border-color css
<style>
span { border-color: #ED9CB2; }
span { border-color: rgb(237,156,178); }
td.TdClassName
{
border-color: #ED9CB2;
}
.TagClassName
{
border-color: #ED9CB2;
}
</style>