Shades of Shocking #EC9ACB
Tints of Shocking #EC9ACB
RGB
CMYK
RGB Variations
Color information
#EC9ACB (or 0xEC9ACB) is known color: Shocking. HEX triplet: EC, 9A and CB. RGB value is (236,154,203). Sum of RGB (Red+Green+Blue) = 236+154+203=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ACB is #136534. Grayscale: #B7B7B7. Windows color (decimal): -1271093 or 13343468. OLE color: 13343468.
HSL color Cylindrical-coordinate representation of color #EC9ACB: hue angle of 324.15º 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 #EC9ACB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 203 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.07 |
| HSL | 324.15º | 0.68% | 0.76% | - |
| HSV(B) | 324.15º | 0.35% | 0.93% | - |
| XYZ | 56.93 | 45.26 | 62.23 | - |
| YUV | 184.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 203 | 0 | 0.35 | 0.14 | 0.07 | 324.15 | 0.68 | 0.76 |
| Hex | EC | 9A | CB | 0 | 23 | E | 7 | 144 | 44 | 4C |
| Octal | 354 | 232 | 313 | 0 | 43 | 16 | 7 | 504 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11001011 | 0 | 100011 | 1110 | 111 | 101000100 | 1000100 | 1001100 |
Color Harmonies of #EC9ACB
Complementary color
Monochromatic Colors of #EC9ACB
Black with #EC9ACB
Text Example
Text Example
White with #EC9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ACB; }
p { color: rgb(236,154,203); }
H1.HeaderClassName
{
color: #EC9ACB;
}
.AnyTagClassName
{
color: #EC9ACB;
}
</style>
background-color css
<style>
a { background-color: #EC9ACB; }
a { background-color: rgb(236,154,203); }
div.DivClassName
{
background-color: #EC9ACB;
}
.BgClassName
{
background-color: #EC9ACB;
}
</style>
border-color css
<style>
span { border-color: #EC9ACB; }
span { border-color: rgb(236,154,203); }
td.TdClassName
{
border-color: #EC9ACB;
}
.TagClassName
{
border-color: #EC9ACB;
}
</style>