Shades of Shocking #EC8EC0
Tints of Shocking #EC8EC0
RGB
CMYK
RGB Variations
Color information
#EC8EC0 (or 0xEC8EC0) is known color: Shocking. HEX triplet: EC, 8E and C0. RGB value is (236,142,192). Sum of RGB (Red+Green+Blue) = 236+142+192=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EC0 is #13713F. Grayscale: #AFAFAF. Windows color (decimal): -1274176 or 12619500. OLE color: 12619500.
HSL color Cylindrical-coordinate representation of color #EC8EC0: hue angle of 328.09º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EC0 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 192 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.07 |
| HSL | 328.09º | 0.71% | 0.74% | - |
| HSV(B) | 328.09º | 0.4% | 0.93% | - |
| XYZ | 53.78 | 40.98 | 54.95 | - |
| YUV | 175.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 192 | 0 | 0.40 | 0.19 | 0.07 | 328.09 | 0.71 | 0.74 |
| Hex | EC | 8E | C0 | 0 | 28 | 13 | 7 | 148 | 47 | 4A |
| Octal | 354 | 216 | 300 | 0 | 50 | 23 | 7 | 510 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11000000 | 0 | 101000 | 10011 | 111 | 101001000 | 1000111 | 1001010 |
Color Harmonies of #EC8EC0
Complementary color
Monochromatic Colors of #EC8EC0
Black with #EC8EC0
Text Example
Text Example
White with #EC8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EC0; }
p { color: rgb(236,142,192); }
H1.HeaderClassName
{
color: #EC8EC0;
}
.AnyTagClassName
{
color: #EC8EC0;
}
</style>
background-color css
<style>
a { background-color: #EC8EC0; }
a { background-color: rgb(236,142,192); }
div.DivClassName
{
background-color: #EC8EC0;
}
.BgClassName
{
background-color: #EC8EC0;
}
</style>
border-color css
<style>
span { border-color: #EC8EC0; }
span { border-color: rgb(236,142,192); }
td.TdClassName
{
border-color: #EC8EC0;
}
.TagClassName
{
border-color: #EC8EC0;
}
</style>