Shades of Shocking #ED9BCC
Tints of Shocking #ED9BCC
RGB
CMYK
RGB Variations
Color information
#ED9BCC (or 0xED9BCC) is known color: Shocking. HEX triplet: ED, 9B and CC. RGB value is (237,155,204). Sum of RGB (Red+Green+Blue) = 237+155+204=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BCC is #126433. Grayscale: #B8B8B8. Windows color (decimal): -1205300 or 13409261. OLE color: 13409261.
HSL color Cylindrical-coordinate representation of color #ED9BCC: hue angle of 324.15º 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 #ED9BCC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 204 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.07 |
| HSL | 324.15º | 0.69% | 0.77% | - |
| HSV(B) | 324.15º | 0.35% | 0.93% | - |
| XYZ | 57.55 | 45.81 | 62.94 | - |
| YUV | 185.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 204 | 0 | 0.35 | 0.14 | 0.07 | 324.15 | 0.69 | 0.77 |
| Hex | ED | 9B | CC | 0 | 23 | E | 7 | 144 | 45 | 4D |
| Octal | 355 | 233 | 314 | 0 | 43 | 16 | 7 | 504 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11001100 | 0 | 100011 | 1110 | 111 | 101000100 | 1000101 | 1001101 |
Color Harmonies of #ED9BCC
Complementary color
Monochromatic Colors of #ED9BCC
Black with #ED9BCC
Text Example
Text Example
White with #ED9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BCC; }
p { color: rgb(237,155,204); }
H1.HeaderClassName
{
color: #ED9BCC;
}
.AnyTagClassName
{
color: #ED9BCC;
}
</style>
background-color css
<style>
a { background-color: #ED9BCC; }
a { background-color: rgb(237,155,204); }
div.DivClassName
{
background-color: #ED9BCC;
}
.BgClassName
{
background-color: #ED9BCC;
}
</style>
border-color css
<style>
span { border-color: #ED9BCC; }
span { border-color: rgb(237,155,204); }
td.TdClassName
{
border-color: #ED9BCC;
}
.TagClassName
{
border-color: #ED9BCC;
}
</style>