Shades of Shocking #EC9FC9
Tints of Shocking #EC9FC9
RGB
CMYK
RGB Variations
Color information
#EC9FC9 (or 0xEC9FC9) is known color: Shocking. HEX triplet: EC, 9F and C9. RGB value is (236,159,201). Sum of RGB (Red+Green+Blue) = 236+159+201=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FC9 is #136036. Grayscale: #BABABA. Windows color (decimal): -1269815 or 13213676. OLE color: 13213676.
HSL color Cylindrical-coordinate representation of color #EC9FC9: hue angle of 327.27º degrees, saturation: 0.67, 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 #EC9FC9 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 201 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.07 |
| HSL | 327.27º | 0.67% | 0.77% | - |
| HSV(B) | 327.27º | 0.33% | 0.93% | - |
| XYZ | 57.53 | 46.85 | 61.27 | - |
| YUV | 186.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 201 | 0 | 0.33 | 0.15 | 0.07 | 327.27 | 0.67 | 0.77 |
| Hex | EC | 9F | C9 | 0 | 21 | F | 7 | 147 | 43 | 4D |
| Octal | 354 | 237 | 311 | 0 | 41 | 17 | 7 | 507 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11001001 | 0 | 100001 | 1111 | 111 | 101000111 | 1000011 | 1001101 |
Color Harmonies of #EC9FC9
Complementary color
Monochromatic Colors of #EC9FC9
Black with #EC9FC9
Text Example
Text Example
White with #EC9FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FC9; }
p { color: rgb(236,159,201); }
H1.HeaderClassName
{
color: #EC9FC9;
}
.AnyTagClassName
{
color: #EC9FC9;
}
</style>
background-color css
<style>
a { background-color: #EC9FC9; }
a { background-color: rgb(236,159,201); }
div.DivClassName
{
background-color: #EC9FC9;
}
.BgClassName
{
background-color: #EC9FC9;
}
</style>
border-color css
<style>
span { border-color: #EC9FC9; }
span { border-color: rgb(236,159,201); }
td.TdClassName
{
border-color: #EC9FC9;
}
.TagClassName
{
border-color: #EC9FC9;
}
</style>