Shades of Shocking #EC9ABF
Tints of Shocking #EC9ABF
RGB
CMYK
RGB Variations
Color information
#EC9ABF (or 0xEC9ABF) is known color: Shocking. HEX triplet: EC, 9A and BF. RGB value is (236,154,191). Sum of RGB (Red+Green+Blue) = 236+154+191=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ABF is #136540. Grayscale: #B6B6B6. Windows color (decimal): -1271105 or 12557036. OLE color: 12557036.
HSL color Cylindrical-coordinate representation of color #EC9ABF: hue angle of 332.93º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9ABF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 191 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.07 |
| HSL | 332.93º | 0.68% | 0.76% | - |
| HSV(B) | 332.93º | 0.35% | 0.93% | - |
| XYZ | 55.55 | 44.71 | 54.99 | - |
| YUV | 182.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 191 | 0 | 0.35 | 0.19 | 0.07 | 332.93 | 0.68 | 0.76 |
| Hex | EC | 9A | BF | 0 | 23 | 13 | 7 | 14D | 44 | 4C |
| Octal | 354 | 232 | 277 | 0 | 43 | 23 | 7 | 515 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10111111 | 0 | 100011 | 10011 | 111 | 101001101 | 1000100 | 1001100 |
Color Harmonies of #EC9ABF
Complementary color
Monochromatic Colors of #EC9ABF
Black with #EC9ABF
Text Example
Text Example
White with #EC9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ABF; }
p { color: rgb(236,154,191); }
H1.HeaderClassName
{
color: #EC9ABF;
}
.AnyTagClassName
{
color: #EC9ABF;
}
</style>
background-color css
<style>
a { background-color: #EC9ABF; }
a { background-color: rgb(236,154,191); }
div.DivClassName
{
background-color: #EC9ABF;
}
.BgClassName
{
background-color: #EC9ABF;
}
</style>
border-color css
<style>
span { border-color: #EC9ABF; }
span { border-color: rgb(236,154,191); }
td.TdClassName
{
border-color: #EC9ABF;
}
.TagClassName
{
border-color: #EC9ABF;
}
</style>