Shades of Shocking #ECA6CA
Tints of Shocking #ECA6CA
RGB
CMYK
RGB Variations
Color information
#ECA6CA (or 0xECA6CA) is known color: Shocking. HEX triplet: EC, A6 and CA. RGB value is (236,166,202). Sum of RGB (Red+Green+Blue) = 236+166+202=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6CA is #135935. Grayscale: #BEBEBE. Windows color (decimal): -1268022 or 13281004. OLE color: 13281004.
HSL color Cylindrical-coordinate representation of color #ECA6CA: hue angle of 329.14º 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 #ECA6CA is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 202 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.07 |
| HSL | 329.14º | 0.65% | 0.79% | - |
| HSV(B) | 329.14º | 0.3% | 0.93% | - |
| XYZ | 58.89 | 49.37 | 62.3 | - |
| YUV | 191.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 202 | 0 | 0.30 | 0.14 | 0.07 | 329.14 | 0.65 | 0.79 |
| Hex | EC | A6 | CA | 0 | 1E | E | 7 | 149 | 41 | 4F |
| Octal | 354 | 246 | 312 | 0 | 36 | 16 | 7 | 511 | 101 | 117 |
| Binary | 11101100 | 10100110 | 11001010 | 0 | 11110 | 1110 | 111 | 101001001 | 1000001 | 1001111 |
Color Harmonies of #ECA6CA
Complementary color
Monochromatic Colors of #ECA6CA
Black with #ECA6CA
Text Example
Text Example
White with #ECA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6CA; }
p { color: rgb(236,166,202); }
H1.HeaderClassName
{
color: #ECA6CA;
}
.AnyTagClassName
{
color: #ECA6CA;
}
</style>
background-color css
<style>
a { background-color: #ECA6CA; }
a { background-color: rgb(236,166,202); }
div.DivClassName
{
background-color: #ECA6CA;
}
.BgClassName
{
background-color: #ECA6CA;
}
</style>
border-color css
<style>
span { border-color: #ECA6CA; }
span { border-color: rgb(236,166,202); }
td.TdClassName
{
border-color: #ECA6CA;
}
.TagClassName
{
border-color: #ECA6CA;
}
</style>