Shades of Shocking #ECA0C0
Tints of Shocking #ECA0C0
RGB
CMYK
RGB Variations
Color information
#ECA0C0 (or 0xECA0C0) is known color: Shocking. HEX triplet: EC, A0 and C0. RGB value is (236,160,192). Sum of RGB (Red+Green+Blue) = 236+160+192=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0C0 is #135F3F. Grayscale: #BABABA. Windows color (decimal): -1269568 or 12624108. OLE color: 12624108.
HSL color Cylindrical-coordinate representation of color #ECA0C0: hue angle of 334.74º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0C0 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 192 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.07 |
| HSL | 334.74º | 0.67% | 0.78% | - |
| HSV(B) | 334.74º | 0.32% | 0.93% | - |
| XYZ | 56.68 | 46.78 | 55.91 | - |
| YUV | 186.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 192 | 0 | 0.32 | 0.19 | 0.07 | 334.74 | 0.67 | 0.78 |
| Hex | EC | A0 | C0 | 0 | 20 | 13 | 7 | 14F | 43 | 4E |
| Octal | 354 | 240 | 300 | 0 | 40 | 23 | 7 | 517 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11000000 | 0 | 100000 | 10011 | 111 | 101001111 | 1000011 | 1001110 |
Color Harmonies of #ECA0C0
Complementary color
Monochromatic Colors of #ECA0C0
Black with #ECA0C0
Text Example
Text Example
White with #ECA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0C0; }
p { color: rgb(236,160,192); }
H1.HeaderClassName
{
color: #ECA0C0;
}
.AnyTagClassName
{
color: #ECA0C0;
}
</style>
background-color css
<style>
a { background-color: #ECA0C0; }
a { background-color: rgb(236,160,192); }
div.DivClassName
{
background-color: #ECA0C0;
}
.BgClassName
{
background-color: #ECA0C0;
}
</style>
border-color css
<style>
span { border-color: #ECA0C0; }
span { border-color: rgb(236,160,192); }
td.TdClassName
{
border-color: #ECA0C0;
}
.TagClassName
{
border-color: #ECA0C0;
}
</style>