Shades of Shocking #EC9DBE
Tints of Shocking #EC9DBE
RGB
CMYK
RGB Variations
Color information
#EC9DBE (or 0xEC9DBE) is known color: Shocking. HEX triplet: EC, 9D and BE. RGB value is (236,157,190). Sum of RGB (Red+Green+Blue) = 236+157+190=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DBE is #136241. Grayscale: #B8B8B8. Windows color (decimal): -1270338 or 12492268. OLE color: 12492268.
HSL color Cylindrical-coordinate representation of color #EC9DBE: hue angle of 334.94º 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 #EC9DBE is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 190 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.07 |
| HSL | 334.94º | 0.68% | 0.77% | - |
| HSV(B) | 334.94º | 0.33% | 0.93% | - |
| XYZ | 55.94 | 45.66 | 54.58 | - |
| YUV | 184.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 190 | 0 | 0.33 | 0.19 | 0.07 | 334.94 | 0.68 | 0.77 |
| Hex | EC | 9D | BE | 0 | 21 | 13 | 7 | 14F | 44 | 4D |
| Octal | 354 | 235 | 276 | 0 | 41 | 23 | 7 | 517 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10111110 | 0 | 100001 | 10011 | 111 | 101001111 | 1000100 | 1001101 |
Color Harmonies of #EC9DBE
Complementary color
Monochromatic Colors of #EC9DBE
Black with #EC9DBE
Text Example
Text Example
White with #EC9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DBE; }
p { color: rgb(236,157,190); }
H1.HeaderClassName
{
color: #EC9DBE;
}
.AnyTagClassName
{
color: #EC9DBE;
}
</style>
background-color css
<style>
a { background-color: #EC9DBE; }
a { background-color: rgb(236,157,190); }
div.DivClassName
{
background-color: #EC9DBE;
}
.BgClassName
{
background-color: #EC9DBE;
}
</style>
border-color css
<style>
span { border-color: #EC9DBE; }
span { border-color: rgb(236,157,190); }
td.TdClassName
{
border-color: #EC9DBE;
}
.TagClassName
{
border-color: #EC9DBE;
}
</style>