Shades of Shocking #EC9AC6
Tints of Shocking #EC9AC6
RGB
CMYK
RGB Variations
Color information
#EC9AC6 (or 0xEC9AC6) is known color: Shocking. HEX triplet: EC, 9A and C6. RGB value is (236,154,198). Sum of RGB (Red+Green+Blue) = 236+154+198=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AC6 is #136539. Grayscale: #B7B7B7. Windows color (decimal): -1271098 or 13015788. OLE color: 13015788.
HSL color Cylindrical-coordinate representation of color #EC9AC6: hue angle of 327.8º 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 #EC9AC6 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 198 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.07 |
| HSL | 327.8º | 0.68% | 0.76% | - |
| HSV(B) | 327.8º | 0.35% | 0.93% | - |
| XYZ | 56.34 | 45.02 | 59.15 | - |
| YUV | 183.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 198 | 0 | 0.35 | 0.16 | 0.07 | 327.8 | 0.68 | 0.76 |
| Hex | EC | 9A | C6 | 0 | 23 | 10 | 7 | 148 | 44 | 4C |
| Octal | 354 | 232 | 306 | 0 | 43 | 20 | 7 | 510 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11000110 | 0 | 100011 | 10000 | 111 | 101001000 | 1000100 | 1001100 |
Color Harmonies of #EC9AC6
Complementary color
Monochromatic Colors of #EC9AC6
Black with #EC9AC6
Text Example
Text Example
White with #EC9AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AC6; }
p { color: rgb(236,154,198); }
H1.HeaderClassName
{
color: #EC9AC6;
}
.AnyTagClassName
{
color: #EC9AC6;
}
</style>
background-color css
<style>
a { background-color: #EC9AC6; }
a { background-color: rgb(236,154,198); }
div.DivClassName
{
background-color: #EC9AC6;
}
.BgClassName
{
background-color: #EC9AC6;
}
</style>
border-color css
<style>
span { border-color: #EC9AC6; }
span { border-color: rgb(236,154,198); }
td.TdClassName
{
border-color: #EC9AC6;
}
.TagClassName
{
border-color: #EC9AC6;
}
</style>