Shades of Shocking Pink #EC1DBA
Tints of Shocking Pink #EC1DBA
RGB
CMYK
RGB Variations
Color information
#EC1DBA (or 0xEC1DBA) is known color: Shocking Pink. HEX triplet: EC, 1D and BA. RGB value is (236,29,186). Sum of RGB (Red+Green+Blue) = 236+29+186=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DBA is #13E245. Grayscale: #6C6C6C. Windows color (decimal): -1303110 or 12197356. OLE color: 12197356.
HSL color Cylindrical-coordinate representation of color #EC1DBA: hue angle of 314.49º 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 #EC1DBA is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 186 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.07 |
| HSL | 314.49º | 0.84% | 0.52% | - |
| HSV(B) | 314.49º | 0.88% | 0.93% | - |
| XYZ | 43.89 | 22.26 | 48.44 | - |
| YUV | 108.79 | 171.58 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 186 | 0 | 0.88 | 0.21 | 0.07 | 314.49 | 0.84 | 0.52 |
| Hex | EC | 1D | BA | 0 | 58 | 15 | 7 | 13A | 54 | 34 |
| Octal | 354 | 35 | 272 | 0 | 130 | 25 | 7 | 472 | 124 | 64 |
| Binary | 11101100 | 11101 | 10111010 | 0 | 1011000 | 10101 | 111 | 100111010 | 1010100 | 110100 |
Color Harmonies of #EC1DBA
Complementary color
Monochromatic Colors of #EC1DBA
Black with #EC1DBA
Text Example
Text Example
White with #EC1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DBA; }
p { color: rgb(236,29,186); }
H1.HeaderClassName
{
color: #EC1DBA;
}
.AnyTagClassName
{
color: #EC1DBA;
}
</style>
background-color css
<style>
a { background-color: #EC1DBA; }
a { background-color: rgb(236,29,186); }
div.DivClassName
{
background-color: #EC1DBA;
}
.BgClassName
{
background-color: #EC1DBA;
}
</style>
border-color css
<style>
span { border-color: #EC1DBA; }
span { border-color: rgb(236,29,186); }
td.TdClassName
{
border-color: #EC1DBA;
}
.TagClassName
{
border-color: #EC1DBA;
}
</style>