Shades of Shocking #EC9AC8
Tints of Shocking #EC9AC8
RGB
CMYK
RGB Variations
Color information
#EC9AC8 (or 0xEC9AC8) is known color: Shocking. HEX triplet: EC, 9A and C8. RGB value is (236,154,200). Sum of RGB (Red+Green+Blue) = 236+154+200=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AC8 is #136537. Grayscale: #B7B7B7. Windows color (decimal): -1271096 or 13146860. OLE color: 13146860.
HSL color Cylindrical-coordinate representation of color #EC9AC8: hue angle of 326.34º 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 #EC9AC8 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 200 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.07 |
| HSL | 326.34º | 0.68% | 0.76% | - |
| HSV(B) | 326.34º | 0.35% | 0.93% | - |
| XYZ | 56.57 | 45.11 | 60.37 | - |
| YUV | 183.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 200 | 0 | 0.35 | 0.15 | 0.07 | 326.34 | 0.68 | 0.76 |
| Hex | EC | 9A | C8 | 0 | 23 | F | 7 | 146 | 44 | 4C |
| Octal | 354 | 232 | 310 | 0 | 43 | 17 | 7 | 506 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11001000 | 0 | 100011 | 1111 | 111 | 101000110 | 1000100 | 1001100 |
Color Harmonies of #EC9AC8
Complementary color
Monochromatic Colors of #EC9AC8
Black with #EC9AC8
Text Example
Text Example
White with #EC9AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AC8; }
p { color: rgb(236,154,200); }
H1.HeaderClassName
{
color: #EC9AC8;
}
.AnyTagClassName
{
color: #EC9AC8;
}
</style>
background-color css
<style>
a { background-color: #EC9AC8; }
a { background-color: rgb(236,154,200); }
div.DivClassName
{
background-color: #EC9AC8;
}
.BgClassName
{
background-color: #EC9AC8;
}
</style>
border-color css
<style>
span { border-color: #EC9AC8; }
span { border-color: rgb(236,154,200); }
td.TdClassName
{
border-color: #EC9AC8;
}
.TagClassName
{
border-color: #EC9AC8;
}
</style>