Shades of Shocking #ECA7C4
Tints of Shocking #ECA7C4
RGB
CMYK
RGB Variations
Color information
#ECA7C4 (or 0xECA7C4) is known color: Shocking. HEX triplet: EC, A7 and C4. RGB value is (236,167,196). Sum of RGB (Red+Green+Blue) = 236+167+196=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA7C4 is #13583B. Grayscale: #BEBEBE. Windows color (decimal): -1267772 or 12888044. OLE color: 12888044.
HSL color Cylindrical-coordinate representation of color #ECA7C4: hue angle of 334.78º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA7C4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 167 | 196 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.07 |
| HSL | 334.78º | 0.64% | 0.79% | - |
| HSV(B) | 334.78º | 0.29% | 0.93% | - |
| XYZ | 58.37 | 49.46 | 58.69 | - |
| YUV | 190.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 167 | 196 | 0 | 0.29 | 0.17 | 0.07 | 334.78 | 0.64 | 0.79 |
| Hex | EC | A7 | C4 | 0 | 1D | 11 | 7 | 14F | 40 | 4F |
| Octal | 354 | 247 | 304 | 0 | 35 | 21 | 7 | 517 | 100 | 117 |
| Binary | 11101100 | 10100111 | 11000100 | 0 | 11101 | 10001 | 111 | 101001111 | 1000000 | 1001111 |
Color Harmonies of #ECA7C4
Complementary color
Monochromatic Colors of #ECA7C4
Black with #ECA7C4
Text Example
Text Example
White with #ECA7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA7C4; }
p { color: rgb(236,167,196); }
H1.HeaderClassName
{
color: #ECA7C4;
}
.AnyTagClassName
{
color: #ECA7C4;
}
</style>
background-color css
<style>
a { background-color: #ECA7C4; }
a { background-color: rgb(236,167,196); }
div.DivClassName
{
background-color: #ECA7C4;
}
.BgClassName
{
background-color: #ECA7C4;
}
</style>
border-color css
<style>
span { border-color: #ECA7C4; }
span { border-color: rgb(236,167,196); }
td.TdClassName
{
border-color: #ECA7C4;
}
.TagClassName
{
border-color: #ECA7C4;
}
</style>