Shades of Shocking #ED9EBC
Tints of Shocking #ED9EBC
RGB
CMYK
RGB Variations
Color information
#ED9EBC (or 0xED9EBC) is known color: Shocking. HEX triplet: ED, 9E and BC. RGB value is (237,158,188). Sum of RGB (Red+Green+Blue) = 237+158+188=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EBC is #126143. Grayscale: #B9B9B9. Windows color (decimal): -1204548 or 12361453. OLE color: 12361453.
HSL color Cylindrical-coordinate representation of color #ED9EBC: hue angle of 337.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EBC is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 188 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.07 |
| HSL | 337.22º | 0.69% | 0.77% | - |
| HSV(B) | 337.22º | 0.33% | 0.93% | - |
| XYZ | 56.23 | 46.09 | 53.51 | - |
| YUV | 185.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 188 | 0 | 0.33 | 0.21 | 0.07 | 337.22 | 0.69 | 0.77 |
| Hex | ED | 9E | BC | 0 | 21 | 15 | 7 | 151 | 45 | 4D |
| Octal | 355 | 236 | 274 | 0 | 41 | 25 | 7 | 521 | 105 | 115 |
| Binary | 11101101 | 10011110 | 10111100 | 0 | 100001 | 10101 | 111 | 101010001 | 1000101 | 1001101 |
Color Harmonies of #ED9EBC
Complementary color
Monochromatic Colors of #ED9EBC
Black with #ED9EBC
Text Example
Text Example
White with #ED9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EBC; }
p { color: rgb(237,158,188); }
H1.HeaderClassName
{
color: #ED9EBC;
}
.AnyTagClassName
{
color: #ED9EBC;
}
</style>
background-color css
<style>
a { background-color: #ED9EBC; }
a { background-color: rgb(237,158,188); }
div.DivClassName
{
background-color: #ED9EBC;
}
.BgClassName
{
background-color: #ED9EBC;
}
</style>
border-color css
<style>
span { border-color: #ED9EBC; }
span { border-color: rgb(237,158,188); }
td.TdClassName
{
border-color: #ED9EBC;
}
.TagClassName
{
border-color: #ED9EBC;
}
</style>