Shades of Shocking #EC9DC0
Tints of Shocking #EC9DC0
RGB
CMYK
RGB Variations
Color information
#EC9DC0 (or 0xEC9DC0) is known color: Shocking. HEX triplet: EC, 9D and C0. RGB value is (236,157,192). Sum of RGB (Red+Green+Blue) = 236+157+192=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DC0 is #13623F. Grayscale: #B8B8B8. Windows color (decimal): -1270336 or 12623340. OLE color: 12623340.
HSL color Cylindrical-coordinate representation of color #EC9DC0: hue angle of 333.42º degrees, saturation: 0.68, 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 #EC9DC0 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 192 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.07 |
| HSL | 333.42º | 0.68% | 0.77% | - |
| HSV(B) | 333.42º | 0.33% | 0.93% | - |
| XYZ | 56.16 | 45.75 | 55.74 | - |
| YUV | 184.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 192 | 0 | 0.33 | 0.19 | 0.07 | 333.42 | 0.68 | 0.77 |
| Hex | EC | 9D | C0 | 0 | 21 | 13 | 7 | 14D | 44 | 4D |
| Octal | 354 | 235 | 300 | 0 | 41 | 23 | 7 | 515 | 104 | 115 |
| Binary | 11101100 | 10011101 | 11000000 | 0 | 100001 | 10011 | 111 | 101001101 | 1000100 | 1001101 |
Color Harmonies of #EC9DC0
Complementary color
Monochromatic Colors of #EC9DC0
Black with #EC9DC0
Text Example
Text Example
White with #EC9DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DC0; }
p { color: rgb(236,157,192); }
H1.HeaderClassName
{
color: #EC9DC0;
}
.AnyTagClassName
{
color: #EC9DC0;
}
</style>
background-color css
<style>
a { background-color: #EC9DC0; }
a { background-color: rgb(236,157,192); }
div.DivClassName
{
background-color: #EC9DC0;
}
.BgClassName
{
background-color: #EC9DC0;
}
</style>
border-color css
<style>
span { border-color: #EC9DC0; }
span { border-color: rgb(236,157,192); }
td.TdClassName
{
border-color: #EC9DC0;
}
.TagClassName
{
border-color: #EC9DC0;
}
</style>