Shades of Shocking #EC9BD0
Tints of Shocking #EC9BD0
RGB
CMYK
RGB Variations
Color information
#EC9BD0 (or 0xEC9BD0) is known color: Shocking. HEX triplet: EC, 9B and D0. RGB value is (236,155,208). Sum of RGB (Red+Green+Blue) = 236+155+208=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD0 is #13642F. Grayscale: #B9B9B9. Windows color (decimal): -1270832 or 13671404. OLE color: 13671404.
HSL color Cylindrical-coordinate representation of color #EC9BD0: hue angle of 320.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BD0 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 208 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.07 |
| HSL | 320.74º | 0.68% | 0.77% | - |
| HSV(B) | 320.74º | 0.34% | 0.93% | - |
| XYZ | 57.7 | 45.83 | 65.48 | - |
| YUV | 185.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 208 | 0 | 0.34 | 0.12 | 0.07 | 320.74 | 0.68 | 0.77 |
| Hex | EC | 9B | D0 | 0 | 22 | C | 7 | 141 | 44 | 4D |
| Octal | 354 | 233 | 320 | 0 | 42 | 14 | 7 | 501 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11010000 | 0 | 100010 | 1100 | 111 | 101000001 | 1000100 | 1001101 |
Color Harmonies of #EC9BD0
Complementary color
Monochromatic Colors of #EC9BD0
Black with #EC9BD0
Text Example
Text Example
White with #EC9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BD0; }
p { color: rgb(236,155,208); }
H1.HeaderClassName
{
color: #EC9BD0;
}
.AnyTagClassName
{
color: #EC9BD0;
}
</style>
background-color css
<style>
a { background-color: #EC9BD0; }
a { background-color: rgb(236,155,208); }
div.DivClassName
{
background-color: #EC9BD0;
}
.BgClassName
{
background-color: #EC9BD0;
}
</style>
border-color css
<style>
span { border-color: #EC9BD0; }
span { border-color: rgb(236,155,208); }
td.TdClassName
{
border-color: #EC9BD0;
}
.TagClassName
{
border-color: #EC9BD0;
}
</style>