Shades of Shocking Pink #EC1DBC
Tints of Shocking Pink #EC1DBC
RGB
CMYK
RGB Variations
Color information
#EC1DBC (or 0xEC1DBC) is known color: Shocking Pink. HEX triplet: EC, 1D and BC. RGB value is (236,29,188). Sum of RGB (Red+Green+Blue) = 236+29+188=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DBC is #13E243. Grayscale: #6C6C6C. Windows color (decimal): -1303108 or 12328428. OLE color: 12328428.
HSL color Cylindrical-coordinate representation of color #EC1DBC: hue angle of 313.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1DBC is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 188 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.07 |
| HSL | 313.91º | 0.84% | 0.52% | - |
| HSV(B) | 313.91º | 0.88% | 0.93% | - |
| XYZ | 44.11 | 22.34 | 49.56 | - |
| YUV | 109.02 | 172.58 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 188 | 0 | 0.88 | 0.20 | 0.07 | 313.91 | 0.84 | 0.52 |
| Hex | EC | 1D | BC | 0 | 58 | 14 | 7 | 13A | 54 | 34 |
| Octal | 354 | 35 | 274 | 0 | 130 | 24 | 7 | 472 | 124 | 64 |
| Binary | 11101100 | 11101 | 10111100 | 0 | 1011000 | 10100 | 111 | 100111010 | 1010100 | 110100 |
Color Harmonies of #EC1DBC
Complementary color
Monochromatic Colors of #EC1DBC
Black with #EC1DBC
Text Example
Text Example
White with #EC1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DBC; }
p { color: rgb(236,29,188); }
H1.HeaderClassName
{
color: #EC1DBC;
}
.AnyTagClassName
{
color: #EC1DBC;
}
</style>
background-color css
<style>
a { background-color: #EC1DBC; }
a { background-color: rgb(236,29,188); }
div.DivClassName
{
background-color: #EC1DBC;
}
.BgClassName
{
background-color: #EC1DBC;
}
</style>
border-color css
<style>
span { border-color: #EC1DBC; }
span { border-color: rgb(236,29,188); }
td.TdClassName
{
border-color: #EC1DBC;
}
.TagClassName
{
border-color: #EC1DBC;
}
</style>