Shades of Shocking #EC9ECB
Tints of Shocking #EC9ECB
RGB
CMYK
RGB Variations
Color information
#EC9ECB (or 0xEC9ECB) is known color: Shocking. HEX triplet: EC, 9E and CB. RGB value is (236,158,203). Sum of RGB (Red+Green+Blue) = 236+158+203=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ECB is #136134. Grayscale: #BABABA. Windows color (decimal): -1270069 or 13344492. OLE color: 13344492.
HSL color Cylindrical-coordinate representation of color #EC9ECB: hue angle of 325.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9ECB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 203 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.07 |
| HSL | 325.38º | 0.67% | 0.77% | - |
| HSV(B) | 325.38º | 0.33% | 0.93% | - |
| XYZ | 57.6 | 46.6 | 62.46 | - |
| YUV | 186.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 203 | 0 | 0.33 | 0.14 | 0.07 | 325.38 | 0.67 | 0.77 |
| Hex | EC | 9E | CB | 0 | 21 | E | 7 | 145 | 43 | 4D |
| Octal | 354 | 236 | 313 | 0 | 41 | 16 | 7 | 505 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11001011 | 0 | 100001 | 1110 | 111 | 101000101 | 1000011 | 1001101 |
Color Harmonies of #EC9ECB
Complementary color
Monochromatic Colors of #EC9ECB
Black with #EC9ECB
Text Example
Text Example
White with #EC9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ECB; }
p { color: rgb(236,158,203); }
H1.HeaderClassName
{
color: #EC9ECB;
}
.AnyTagClassName
{
color: #EC9ECB;
}
</style>
background-color css
<style>
a { background-color: #EC9ECB; }
a { background-color: rgb(236,158,203); }
div.DivClassName
{
background-color: #EC9ECB;
}
.BgClassName
{
background-color: #EC9ECB;
}
</style>
border-color css
<style>
span { border-color: #EC9ECB; }
span { border-color: rgb(236,158,203); }
td.TdClassName
{
border-color: #EC9ECB;
}
.TagClassName
{
border-color: #EC9ECB;
}
</style>