Shades of Shocking #ECA6C5
Tints of Shocking #ECA6C5
RGB
CMYK
RGB Variations
Color information
#ECA6C5 (or 0xECA6C5) is known color: Shocking. HEX triplet: EC, A6 and C5. RGB value is (236,166,197). Sum of RGB (Red+Green+Blue) = 236+166+197=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6C5 is #13593A. Grayscale: #BEBEBE. Windows color (decimal): -1268027 or 12953324. OLE color: 12953324.
HSL color Cylindrical-coordinate representation of color #ECA6C5: hue angle of 333.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6C5 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 197 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.07 |
| HSL | 333.43º | 0.65% | 0.79% | - |
| HSV(B) | 333.43º | 0.3% | 0.93% | - |
| XYZ | 58.31 | 49.14 | 59.23 | - |
| YUV | 190.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 197 | 0 | 0.30 | 0.17 | 0.07 | 333.43 | 0.65 | 0.79 |
| Hex | EC | A6 | C5 | 0 | 1E | 11 | 7 | 14D | 41 | 4F |
| Octal | 354 | 246 | 305 | 0 | 36 | 21 | 7 | 515 | 101 | 117 |
| Binary | 11101100 | 10100110 | 11000101 | 0 | 11110 | 10001 | 111 | 101001101 | 1000001 | 1001111 |
Color Harmonies of #ECA6C5
Complementary color
Monochromatic Colors of #ECA6C5
Black with #ECA6C5
Text Example
Text Example
White with #ECA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6C5; }
p { color: rgb(236,166,197); }
H1.HeaderClassName
{
color: #ECA6C5;
}
.AnyTagClassName
{
color: #ECA6C5;
}
</style>
background-color css
<style>
a { background-color: #ECA6C5; }
a { background-color: rgb(236,166,197); }
div.DivClassName
{
background-color: #ECA6C5;
}
.BgClassName
{
background-color: #ECA6C5;
}
</style>
border-color css
<style>
span { border-color: #ECA6C5; }
span { border-color: rgb(236,166,197); }
td.TdClassName
{
border-color: #ECA6C5;
}
.TagClassName
{
border-color: #ECA6C5;
}
</style>