Shades of Shocking #ED9CBA
Tints of Shocking #ED9CBA
RGB
CMYK
RGB Variations
Color information
#ED9CBA (or 0xED9CBA) is known color: Shocking. HEX triplet: ED, 9C and BA. RGB value is (237,156,186). Sum of RGB (Red+Green+Blue) = 237+156+186=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CBA is #126345. Grayscale: #B7B7B7. Windows color (decimal): -1205062 or 12229869. OLE color: 12229869.
HSL color Cylindrical-coordinate representation of color #ED9CBA: hue angle of 337.78º 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 #ED9CBA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 186 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.07 |
| HSL | 337.78º | 0.69% | 0.77% | - |
| HSV(B) | 337.78º | 0.34% | 0.93% | - |
| XYZ | 55.68 | 45.33 | 52.27 | - |
| YUV | 183.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 186 | 0 | 0.34 | 0.22 | 0.07 | 337.78 | 0.69 | 0.77 |
| Hex | ED | 9C | BA | 0 | 22 | 16 | 7 | 152 | 45 | 4D |
| Octal | 355 | 234 | 272 | 0 | 42 | 26 | 7 | 522 | 105 | 115 |
| Binary | 11101101 | 10011100 | 10111010 | 0 | 100010 | 10110 | 111 | 101010010 | 1000101 | 1001101 |
Color Harmonies of #ED9CBA
Complementary color
Monochromatic Colors of #ED9CBA
Black with #ED9CBA
Text Example
Text Example
White with #ED9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CBA; }
p { color: rgb(237,156,186); }
H1.HeaderClassName
{
color: #ED9CBA;
}
.AnyTagClassName
{
color: #ED9CBA;
}
</style>
background-color css
<style>
a { background-color: #ED9CBA; }
a { background-color: rgb(237,156,186); }
div.DivClassName
{
background-color: #ED9CBA;
}
.BgClassName
{
background-color: #ED9CBA;
}
</style>
border-color css
<style>
span { border-color: #ED9CBA; }
span { border-color: rgb(237,156,186); }
td.TdClassName
{
border-color: #ED9CBA;
}
.TagClassName
{
border-color: #ED9CBA;
}
</style>