Shades of Shocking #ED9EBB
Tints of Shocking #ED9EBB
RGB
CMYK
RGB Variations
Color information
#ED9EBB (or 0xED9EBB) is known color: Shocking. HEX triplet: ED, 9E and BB. RGB value is (237,158,187). Sum of RGB (Red+Green+Blue) = 237+158+187=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EBB is #126144. Grayscale: #B8B8B8. Windows color (decimal): -1204549 or 12295917. OLE color: 12295917.
HSL color Cylindrical-coordinate representation of color #ED9EBB: hue angle of 337.97º 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 #ED9EBB is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 187 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.07 |
| HSL | 337.97º | 0.69% | 0.77% | - |
| HSV(B) | 337.97º | 0.33% | 0.93% | - |
| XYZ | 56.12 | 46.05 | 52.94 | - |
| YUV | 184.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 187 | 0 | 0.33 | 0.21 | 0.07 | 337.97 | 0.69 | 0.77 |
| Hex | ED | 9E | BB | 0 | 21 | 15 | 7 | 152 | 45 | 4D |
| Octal | 355 | 236 | 273 | 0 | 41 | 25 | 7 | 522 | 105 | 115 |
| Binary | 11101101 | 10011110 | 10111011 | 0 | 100001 | 10101 | 111 | 101010010 | 1000101 | 1001101 |
Color Harmonies of #ED9EBB
Complementary color
Monochromatic Colors of #ED9EBB
Black with #ED9EBB
Text Example
Text Example
White with #ED9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EBB; }
p { color: rgb(237,158,187); }
H1.HeaderClassName
{
color: #ED9EBB;
}
.AnyTagClassName
{
color: #ED9EBB;
}
</style>
background-color css
<style>
a { background-color: #ED9EBB; }
a { background-color: rgb(237,158,187); }
div.DivClassName
{
background-color: #ED9EBB;
}
.BgClassName
{
background-color: #ED9EBB;
}
</style>
border-color css
<style>
span { border-color: #ED9EBB; }
span { border-color: rgb(237,158,187); }
td.TdClassName
{
border-color: #ED9EBB;
}
.TagClassName
{
border-color: #ED9EBB;
}
</style>