Shades of Illusion #ED9CB1
Tints of Illusion #ED9CB1
RGB
CMYK
RGB Variations
Color information
#ED9CB1 (or 0xED9CB1) is known color: Illusion. HEX triplet: ED, 9C and B1. RGB value is (237,156,177). Sum of RGB (Red+Green+Blue) = 237+156+177=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9CB1 is #12634E. Grayscale: #B6B6B6. Windows color (decimal): -1205071 or 11640045. OLE color: 11640045.
HSL color Cylindrical-coordinate representation of color #ED9CB1: hue angle of 344.44º 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 #ED9CB1 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 177 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.07 |
| HSL | 344.44º | 0.69% | 0.77% | - |
| HSV(B) | 344.44º | 0.34% | 0.93% | - |
| XYZ | 54.75 | 44.96 | 47.39 | - |
| YUV | 182.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 177 | 0 | 0.34 | 0.25 | 0.07 | 344.44 | 0.69 | 0.77 |
| Hex | ED | 9C | B1 | 0 | 22 | 19 | 7 | 158 | 45 | 4D |
| Octal | 355 | 234 | 261 | 0 | 42 | 31 | 7 | 530 | 105 | 115 |
| Binary | 11101101 | 10011100 | 10110001 | 0 | 100010 | 11001 | 111 | 101011000 | 1000101 | 1001101 |
Color Harmonies of #ED9CB1
Complementary color
Monochromatic Colors of #ED9CB1
Black with #ED9CB1
Text Example
Text Example
White with #ED9CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CB1; }
p { color: rgb(237,156,177); }
H1.HeaderClassName
{
color: #ED9CB1;
}
.AnyTagClassName
{
color: #ED9CB1;
}
</style>
background-color css
<style>
a { background-color: #ED9CB1; }
a { background-color: rgb(237,156,177); }
div.DivClassName
{
background-color: #ED9CB1;
}
.BgClassName
{
background-color: #ED9CB1;
}
</style>
border-color css
<style>
span { border-color: #ED9CB1; }
span { border-color: rgb(237,156,177); }
td.TdClassName
{
border-color: #ED9CB1;
}
.TagClassName
{
border-color: #ED9CB1;
}
</style>