Shades of Shocking #EC9DC5
Tints of Shocking #EC9DC5
RGB
CMYK
RGB Variations
Color information
#EC9DC5 (or 0xEC9DC5) is known color: Shocking. HEX triplet: EC, 9D and C5. RGB value is (236,157,197). Sum of RGB (Red+Green+Blue) = 236+157+197=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DC5 is #13623A. Grayscale: #B9B9B9. Windows color (decimal): -1270331 or 12951020. OLE color: 12951020.
HSL color Cylindrical-coordinate representation of color #EC9DC5: hue angle of 329.62º 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 #EC9DC5 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 197 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.07 |
| HSL | 329.62º | 0.68% | 0.77% | - |
| HSV(B) | 329.62º | 0.33% | 0.93% | - |
| XYZ | 56.73 | 45.98 | 58.71 | - |
| YUV | 185.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 197 | 0 | 0.33 | 0.17 | 0.07 | 329.62 | 0.68 | 0.77 |
| Hex | EC | 9D | C5 | 0 | 21 | 11 | 7 | 14A | 44 | 4D |
| Octal | 354 | 235 | 305 | 0 | 41 | 21 | 7 | 512 | 104 | 115 |
| Binary | 11101100 | 10011101 | 11000101 | 0 | 100001 | 10001 | 111 | 101001010 | 1000100 | 1001101 |
Color Harmonies of #EC9DC5
Complementary color
Monochromatic Colors of #EC9DC5
Black with #EC9DC5
Text Example
Text Example
White with #EC9DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DC5; }
p { color: rgb(236,157,197); }
H1.HeaderClassName
{
color: #EC9DC5;
}
.AnyTagClassName
{
color: #EC9DC5;
}
</style>
background-color css
<style>
a { background-color: #EC9DC5; }
a { background-color: rgb(236,157,197); }
div.DivClassName
{
background-color: #EC9DC5;
}
.BgClassName
{
background-color: #EC9DC5;
}
</style>
border-color css
<style>
span { border-color: #EC9DC5; }
span { border-color: rgb(236,157,197); }
td.TdClassName
{
border-color: #EC9DC5;
}
.TagClassName
{
border-color: #EC9DC5;
}
</style>