Shades of Shocking #ED9CBB
Tints of Shocking #ED9CBB
RGB
CMYK
RGB Variations
Color information
#ED9CBB (or 0xED9CBB) is known color: Shocking. HEX triplet: ED, 9C and BB. RGB value is (237,156,187). Sum of RGB (Red+Green+Blue) = 237+156+187=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CBB is #126344. Grayscale: #B7B7B7. Windows color (decimal): -1205061 or 12295405. OLE color: 12295405.
HSL color Cylindrical-coordinate representation of color #ED9CBB: hue angle of 337.04º 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 #ED9CBB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 187 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.07 |
| HSL | 337.04º | 0.69% | 0.77% | - |
| HSV(B) | 337.04º | 0.34% | 0.93% | - |
| XYZ | 55.78 | 45.37 | 52.83 | - |
| YUV | 183.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 187 | 0 | 0.34 | 0.21 | 0.07 | 337.04 | 0.69 | 0.77 |
| Hex | ED | 9C | BB | 0 | 22 | 15 | 7 | 151 | 45 | 4D |
| Octal | 355 | 234 | 273 | 0 | 42 | 25 | 7 | 521 | 105 | 115 |
| Binary | 11101101 | 10011100 | 10111011 | 0 | 100010 | 10101 | 111 | 101010001 | 1000101 | 1001101 |
Color Harmonies of #ED9CBB
Complementary color
Monochromatic Colors of #ED9CBB
Black with #ED9CBB
Text Example
Text Example
White with #ED9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CBB; }
p { color: rgb(237,156,187); }
H1.HeaderClassName
{
color: #ED9CBB;
}
.AnyTagClassName
{
color: #ED9CBB;
}
</style>
background-color css
<style>
a { background-color: #ED9CBB; }
a { background-color: rgb(237,156,187); }
div.DivClassName
{
background-color: #ED9CBB;
}
.BgClassName
{
background-color: #ED9CBB;
}
</style>
border-color css
<style>
span { border-color: #ED9CBB; }
span { border-color: rgb(237,156,187); }
td.TdClassName
{
border-color: #ED9CBB;
}
.TagClassName
{
border-color: #ED9CBB;
}
</style>