Shades of Shocking #ED9FBC
Tints of Shocking #ED9FBC
RGB
CMYK
RGB Variations
Color information
#ED9FBC (or 0xED9FBC) is known color: Shocking. HEX triplet: ED, 9F and BC. RGB value is (237,159,188). Sum of RGB (Red+Green+Blue) = 237+159+188=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FBC is #126043. Grayscale: #B9B9B9. Windows color (decimal): -1204292 or 12361709. OLE color: 12361709.
HSL color Cylindrical-coordinate representation of color #ED9FBC: hue angle of 337.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FBC is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 188 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.07 |
| HSL | 337.69º | 0.68% | 0.78% | - |
| HSV(B) | 337.69º | 0.33% | 0.93% | - |
| XYZ | 56.4 | 46.43 | 53.57 | - |
| YUV | 185.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 188 | 0 | 0.33 | 0.21 | 0.07 | 337.69 | 0.68 | 0.78 |
| Hex | ED | 9F | BC | 0 | 21 | 15 | 7 | 152 | 44 | 4E |
| Octal | 355 | 237 | 274 | 0 | 41 | 25 | 7 | 522 | 104 | 116 |
| Binary | 11101101 | 10011111 | 10111100 | 0 | 100001 | 10101 | 111 | 101010010 | 1000100 | 1001110 |
Color Harmonies of #ED9FBC
Complementary color
Monochromatic Colors of #ED9FBC
Black with #ED9FBC
Text Example
Text Example
White with #ED9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FBC; }
p { color: rgb(237,159,188); }
H1.HeaderClassName
{
color: #ED9FBC;
}
.AnyTagClassName
{
color: #ED9FBC;
}
</style>
background-color css
<style>
a { background-color: #ED9FBC; }
a { background-color: rgb(237,159,188); }
div.DivClassName
{
background-color: #ED9FBC;
}
.BgClassName
{
background-color: #ED9FBC;
}
</style>
border-color css
<style>
span { border-color: #ED9FBC; }
span { border-color: rgb(237,159,188); }
td.TdClassName
{
border-color: #ED9FBC;
}
.TagClassName
{
border-color: #ED9FBC;
}
</style>