Shades of Shocking #ECA6C2
Tints of Shocking #ECA6C2
RGB
CMYK
RGB Variations
Color information
#ECA6C2 (or 0xECA6C2) is known color: Shocking. HEX triplet: EC, A6 and C2. RGB value is (236,166,194). Sum of RGB (Red+Green+Blue) = 236+166+194=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6C2 is #13593D. Grayscale: #BEBEBE. Windows color (decimal): -1268030 or 12756716. OLE color: 12756716.
HSL color Cylindrical-coordinate representation of color #ECA6C2: hue angle of 336º 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 #ECA6C2 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 194 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.07 |
| HSL | 336º | 0.65% | 0.79% | - |
| HSV(B) | 336º | 0.3% | 0.93% | - |
| XYZ | 57.97 | 49 | 57.44 | - |
| YUV | 190.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 194 | 0 | 0.30 | 0.18 | 0.07 | 336 | 0.65 | 0.79 |
| Hex | EC | A6 | C2 | 0 | 1E | 12 | 7 | 150 | 41 | 4F |
| Octal | 354 | 246 | 302 | 0 | 36 | 22 | 7 | 520 | 101 | 117 |
| Binary | 11101100 | 10100110 | 11000010 | 0 | 11110 | 10010 | 111 | 101010000 | 1000001 | 1001111 |
Color Harmonies of #ECA6C2
Complementary color
Monochromatic Colors of #ECA6C2
Black with #ECA6C2
Text Example
Text Example
White with #ECA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6C2; }
p { color: rgb(236,166,194); }
H1.HeaderClassName
{
color: #ECA6C2;
}
.AnyTagClassName
{
color: #ECA6C2;
}
</style>
background-color css
<style>
a { background-color: #ECA6C2; }
a { background-color: rgb(236,166,194); }
div.DivClassName
{
background-color: #ECA6C2;
}
.BgClassName
{
background-color: #ECA6C2;
}
</style>
border-color css
<style>
span { border-color: #ECA6C2; }
span { border-color: rgb(236,166,194); }
td.TdClassName
{
border-color: #ECA6C2;
}
.TagClassName
{
border-color: #ECA6C2;
}
</style>