Shades of Shocking #ED9BBC
Tints of Shocking #ED9BBC
RGB
CMYK
RGB Variations
Color information
#ED9BBC (or 0xED9BBC) is known color: Shocking. HEX triplet: ED, 9B and BC. RGB value is (237,155,188). Sum of RGB (Red+Green+Blue) = 237+155+188=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BBC is #126443. Grayscale: #B7B7B7. Windows color (decimal): -1205316 or 12360685. OLE color: 12360685.
HSL color Cylindrical-coordinate representation of color #ED9BBC: hue angle of 335.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BBC is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 188 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.07 |
| HSL | 335.85º | 0.69% | 0.77% | - |
| HSV(B) | 335.85º | 0.35% | 0.93% | - |
| XYZ | 55.72 | 45.08 | 53.34 | - |
| YUV | 183.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 188 | 0 | 0.35 | 0.21 | 0.07 | 335.85 | 0.69 | 0.77 |
| Hex | ED | 9B | BC | 0 | 23 | 15 | 7 | 150 | 45 | 4D |
| Octal | 355 | 233 | 274 | 0 | 43 | 25 | 7 | 520 | 105 | 115 |
| Binary | 11101101 | 10011011 | 10111100 | 0 | 100011 | 10101 | 111 | 101010000 | 1000101 | 1001101 |
Color Harmonies of #ED9BBC
Complementary color
Monochromatic Colors of #ED9BBC
Black with #ED9BBC
Text Example
Text Example
White with #ED9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BBC; }
p { color: rgb(237,155,188); }
H1.HeaderClassName
{
color: #ED9BBC;
}
.AnyTagClassName
{
color: #ED9BBC;
}
</style>
background-color css
<style>
a { background-color: #ED9BBC; }
a { background-color: rgb(237,155,188); }
div.DivClassName
{
background-color: #ED9BBC;
}
.BgClassName
{
background-color: #ED9BBC;
}
</style>
border-color css
<style>
span { border-color: #ED9BBC; }
span { border-color: rgb(237,155,188); }
td.TdClassName
{
border-color: #ED9BBC;
}
.TagClassName
{
border-color: #ED9BBC;
}
</style>