Shades of Shocking #EC9EBE
Tints of Shocking #EC9EBE
RGB
CMYK
RGB Variations
Color information
#EC9EBE (or 0xEC9EBE) is known color: Shocking. HEX triplet: EC, 9E and BE. RGB value is (236,158,190). Sum of RGB (Red+Green+Blue) = 236+158+190=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EBE is #136141. Grayscale: #B8B8B8. Windows color (decimal): -1270082 or 12492524. OLE color: 12492524.
HSL color Cylindrical-coordinate representation of color #EC9EBE: hue angle of 335.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 #EC9EBE is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 190 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.07 |
| HSL | 335.38º | 0.67% | 0.77% | - |
| HSV(B) | 335.38º | 0.33% | 0.93% | - |
| XYZ | 56.11 | 46 | 54.64 | - |
| YUV | 184.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 190 | 0 | 0.33 | 0.19 | 0.07 | 335.38 | 0.67 | 0.77 |
| Hex | EC | 9E | BE | 0 | 21 | 13 | 7 | 14F | 43 | 4D |
| Octal | 354 | 236 | 276 | 0 | 41 | 23 | 7 | 517 | 103 | 115 |
| Binary | 11101100 | 10011110 | 10111110 | 0 | 100001 | 10011 | 111 | 101001111 | 1000011 | 1001101 |
Color Harmonies of #EC9EBE
Complementary color
Monochromatic Colors of #EC9EBE
Black with #EC9EBE
Text Example
Text Example
White with #EC9EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EBE; }
p { color: rgb(236,158,190); }
H1.HeaderClassName
{
color: #EC9EBE;
}
.AnyTagClassName
{
color: #EC9EBE;
}
</style>
background-color css
<style>
a { background-color: #EC9EBE; }
a { background-color: rgb(236,158,190); }
div.DivClassName
{
background-color: #EC9EBE;
}
.BgClassName
{
background-color: #EC9EBE;
}
</style>
border-color css
<style>
span { border-color: #EC9EBE; }
span { border-color: rgb(236,158,190); }
td.TdClassName
{
border-color: #EC9EBE;
}
.TagClassName
{
border-color: #EC9EBE;
}
</style>