Shades of Shocking #ECA8C8
Tints of Shocking #ECA8C8
RGB
CMYK
RGB Variations
Color information
#ECA8C8 (or 0xECA8C8) is known color: Shocking. HEX triplet: EC, A8 and C8. RGB value is (236,168,200). Sum of RGB (Red+Green+Blue) = 236+168+200=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8C8 is #135737. Grayscale: #BFBFBF. Windows color (decimal): -1267512 or 13150444. OLE color: 13150444.
HSL color Cylindrical-coordinate representation of color #ECA8C8: hue angle of 331.76º 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 #ECA8C8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 200 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 331.76º | 0.64% | 0.79% | - |
| HSV(B) | 331.76º | 0.29% | 0.93% | - |
| XYZ | 59.02 | 50.01 | 61.19 | - |
| YUV | 191.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 200 | 0 | 0.29 | 0.15 | 0.07 | 331.76 | 0.64 | 0.79 |
| Hex | EC | A8 | C8 | 0 | 1D | F | 7 | 14C | 40 | 4F |
| Octal | 354 | 250 | 310 | 0 | 35 | 17 | 7 | 514 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11001000 | 0 | 11101 | 1111 | 111 | 101001100 | 1000000 | 1001111 |
Color Harmonies of #ECA8C8
Complementary color
Monochromatic Colors of #ECA8C8
Black with #ECA8C8
Text Example
Text Example
White with #ECA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8C8; }
p { color: rgb(236,168,200); }
H1.HeaderClassName
{
color: #ECA8C8;
}
.AnyTagClassName
{
color: #ECA8C8;
}
</style>
background-color css
<style>
a { background-color: #ECA8C8; }
a { background-color: rgb(236,168,200); }
div.DivClassName
{
background-color: #ECA8C8;
}
.BgClassName
{
background-color: #ECA8C8;
}
</style>
border-color css
<style>
span { border-color: #ECA8C8; }
span { border-color: rgb(236,168,200); }
td.TdClassName
{
border-color: #ECA8C8;
}
.TagClassName
{
border-color: #ECA8C8;
}
</style>