Shades of Shocking #EC9DBD
Tints of Shocking #EC9DBD
RGB
CMYK
RGB Variations
Color information
#EC9DBD (or 0xEC9DBD) is known color: Shocking. HEX triplet: EC, 9D and BD. RGB value is (236,157,189). Sum of RGB (Red+Green+Blue) = 236+157+189=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DBD is #136242. Grayscale: #B8B8B8. Windows color (decimal): -1270339 or 12426732. OLE color: 12426732.
HSL color Cylindrical-coordinate representation of color #EC9DBD: hue angle of 335.7º degrees, saturation: 0.68, 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 #EC9DBD is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 189 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.07 |
| HSL | 335.7º | 0.68% | 0.77% | - |
| HSV(B) | 335.7º | 0.33% | 0.93% | - |
| XYZ | 55.83 | 45.62 | 54.01 | - |
| YUV | 184.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 189 | 0 | 0.33 | 0.20 | 0.07 | 335.7 | 0.68 | 0.77 |
| Hex | EC | 9D | BD | 0 | 21 | 14 | 7 | 150 | 44 | 4D |
| Octal | 354 | 235 | 275 | 0 | 41 | 24 | 7 | 520 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10111101 | 0 | 100001 | 10100 | 111 | 101010000 | 1000100 | 1001101 |
Color Harmonies of #EC9DBD
Complementary color
Monochromatic Colors of #EC9DBD
Black with #EC9DBD
Text Example
Text Example
White with #EC9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DBD; }
p { color: rgb(236,157,189); }
H1.HeaderClassName
{
color: #EC9DBD;
}
.AnyTagClassName
{
color: #EC9DBD;
}
</style>
background-color css
<style>
a { background-color: #EC9DBD; }
a { background-color: rgb(236,157,189); }
div.DivClassName
{
background-color: #EC9DBD;
}
.BgClassName
{
background-color: #EC9DBD;
}
</style>
border-color css
<style>
span { border-color: #EC9DBD; }
span { border-color: rgb(236,157,189); }
td.TdClassName
{
border-color: #EC9DBD;
}
.TagClassName
{
border-color: #EC9DBD;
}
</style>