Shades of Shocking #EC9FCE
Tints of Shocking #EC9FCE
RGB
CMYK
RGB Variations
Color information
#EC9FCE (or 0xEC9FCE) is known color: Shocking. HEX triplet: EC, 9F and CE. RGB value is (236,159,206). Sum of RGB (Red+Green+Blue) = 236+159+206=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FCE is #136031. Grayscale: #BBBBBB. Windows color (decimal): -1269810 or 13541356. OLE color: 13541356.
HSL color Cylindrical-coordinate representation of color #EC9FCE: hue angle of 323.38º 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 #EC9FCE is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 206 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.07 |
| HSL | 323.38º | 0.67% | 0.77% | - |
| HSV(B) | 323.38º | 0.33% | 0.93% | - |
| XYZ | 58.13 | 47.09 | 64.42 | - |
| YUV | 187.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 206 | 0 | 0.33 | 0.13 | 0.07 | 323.38 | 0.67 | 0.77 |
| Hex | EC | 9F | CE | 0 | 21 | D | 7 | 143 | 43 | 4D |
| Octal | 354 | 237 | 316 | 0 | 41 | 15 | 7 | 503 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11001110 | 0 | 100001 | 1101 | 111 | 101000011 | 1000011 | 1001101 |
Color Harmonies of #EC9FCE
Complementary color
Monochromatic Colors of #EC9FCE
Black with #EC9FCE
Text Example
Text Example
White with #EC9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FCE; }
p { color: rgb(236,159,206); }
H1.HeaderClassName
{
color: #EC9FCE;
}
.AnyTagClassName
{
color: #EC9FCE;
}
</style>
background-color css
<style>
a { background-color: #EC9FCE; }
a { background-color: rgb(236,159,206); }
div.DivClassName
{
background-color: #EC9FCE;
}
.BgClassName
{
background-color: #EC9FCE;
}
</style>
border-color css
<style>
span { border-color: #EC9FCE; }
span { border-color: rgb(236,159,206); }
td.TdClassName
{
border-color: #EC9FCE;
}
.TagClassName
{
border-color: #EC9FCE;
}
</style>