Shades of Shocking #ED9CCC
Tints of Shocking #ED9CCC
RGB
CMYK
RGB Variations
Color information
#ED9CCC (or 0xED9CCC) is known color: Shocking. HEX triplet: ED, 9C and CC. RGB value is (237,156,204). Sum of RGB (Red+Green+Blue) = 237+156+204=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CCC is #126333. Grayscale: #B9B9B9. Windows color (decimal): -1205044 or 13409517. OLE color: 13409517.
HSL color Cylindrical-coordinate representation of color #ED9CCC: hue angle of 324.44º 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 #ED9CCC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 204 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 324.44º | 0.69% | 0.77% | - |
| HSV(B) | 324.44º | 0.34% | 0.93% | - |
| XYZ | 57.71 | 46.14 | 62.99 | - |
| YUV | 185.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 204 | 0 | 0.34 | 0.14 | 0.07 | 324.44 | 0.69 | 0.77 |
| Hex | ED | 9C | CC | 0 | 22 | E | 7 | 144 | 45 | 4D |
| Octal | 355 | 234 | 314 | 0 | 42 | 16 | 7 | 504 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11001100 | 0 | 100010 | 1110 | 111 | 101000100 | 1000101 | 1001101 |
Color Harmonies of #ED9CCC
Complementary color
Monochromatic Colors of #ED9CCC
Black with #ED9CCC
Text Example
Text Example
White with #ED9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CCC; }
p { color: rgb(237,156,204); }
H1.HeaderClassName
{
color: #ED9CCC;
}
.AnyTagClassName
{
color: #ED9CCC;
}
</style>
background-color css
<style>
a { background-color: #ED9CCC; }
a { background-color: rgb(237,156,204); }
div.DivClassName
{
background-color: #ED9CCC;
}
.BgClassName
{
background-color: #ED9CCC;
}
</style>
border-color css
<style>
span { border-color: #ED9CCC; }
span { border-color: rgb(237,156,204); }
td.TdClassName
{
border-color: #ED9CCC;
}
.TagClassName
{
border-color: #ED9CCC;
}
</style>