Shades of Shocking #EC9DC2
Tints of Shocking #EC9DC2
RGB
CMYK
RGB Variations
Color information
#EC9DC2 (or 0xEC9DC2) is known color: Shocking. HEX triplet: EC, 9D and C2. RGB value is (236,157,194). Sum of RGB (Red+Green+Blue) = 236+157+194=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DC2 is #13623D. Grayscale: #B8B8B8. Windows color (decimal): -1270334 or 12754412. OLE color: 12754412.
HSL color Cylindrical-coordinate representation of color #EC9DC2: hue angle of 331.9º 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 #EC9DC2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 194 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.07 |
| HSL | 331.9º | 0.68% | 0.77% | - |
| HSV(B) | 331.9º | 0.33% | 0.93% | - |
| XYZ | 56.39 | 45.84 | 56.92 | - |
| YUV | 184.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 194 | 0 | 0.33 | 0.18 | 0.07 | 331.9 | 0.68 | 0.77 |
| Hex | EC | 9D | C2 | 0 | 21 | 12 | 7 | 14C | 44 | 4D |
| Octal | 354 | 235 | 302 | 0 | 41 | 22 | 7 | 514 | 104 | 115 |
| Binary | 11101100 | 10011101 | 11000010 | 0 | 100001 | 10010 | 111 | 101001100 | 1000100 | 1001101 |
Color Harmonies of #EC9DC2
Complementary color
Monochromatic Colors of #EC9DC2
Black with #EC9DC2
Text Example
Text Example
White with #EC9DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DC2; }
p { color: rgb(236,157,194); }
H1.HeaderClassName
{
color: #EC9DC2;
}
.AnyTagClassName
{
color: #EC9DC2;
}
</style>
background-color css
<style>
a { background-color: #EC9DC2; }
a { background-color: rgb(236,157,194); }
div.DivClassName
{
background-color: #EC9DC2;
}
.BgClassName
{
background-color: #EC9DC2;
}
</style>
border-color css
<style>
span { border-color: #EC9DC2; }
span { border-color: rgb(236,157,194); }
td.TdClassName
{
border-color: #EC9DC2;
}
.TagClassName
{
border-color: #EC9DC2;
}
</style>