Shades of Shocking Pink #EC1DBE
Tints of Shocking Pink #EC1DBE
RGB
CMYK
RGB Variations
Color information
#EC1DBE (or 0xEC1DBE) is known color: Shocking Pink. HEX triplet: EC, 1D and BE. RGB value is (236,29,190). Sum of RGB (Red+Green+Blue) = 236+29+190=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DBE is #13E241. Grayscale: #6C6C6C. Windows color (decimal): -1303106 or 12459500. OLE color: 12459500.
HSL color Cylindrical-coordinate representation of color #EC1DBE: hue angle of 313.33º 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 #EC1DBE is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 190 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.07 |
| HSL | 313.33º | 0.84% | 0.52% | - |
| HSV(B) | 313.33º | 0.88% | 0.93% | - |
| XYZ | 44.33 | 22.43 | 50.71 | - |
| YUV | 109.25 | 173.58 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 190 | 0 | 0.88 | 0.19 | 0.07 | 313.33 | 0.84 | 0.52 |
| Hex | EC | 1D | BE | 0 | 58 | 13 | 7 | 139 | 54 | 34 |
| Octal | 354 | 35 | 276 | 0 | 130 | 23 | 7 | 471 | 124 | 64 |
| Binary | 11101100 | 11101 | 10111110 | 0 | 1011000 | 10011 | 111 | 100111001 | 1010100 | 110100 |
Color Harmonies of #EC1DBE
Complementary color
Monochromatic Colors of #EC1DBE
Black with #EC1DBE
Text Example
Text Example
White with #EC1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DBE; }
p { color: rgb(236,29,190); }
H1.HeaderClassName
{
color: #EC1DBE;
}
.AnyTagClassName
{
color: #EC1DBE;
}
</style>
background-color css
<style>
a { background-color: #EC1DBE; }
a { background-color: rgb(236,29,190); }
div.DivClassName
{
background-color: #EC1DBE;
}
.BgClassName
{
background-color: #EC1DBE;
}
</style>
border-color css
<style>
span { border-color: #EC1DBE; }
span { border-color: rgb(236,29,190); }
td.TdClassName
{
border-color: #EC1DBE;
}
.TagClassName
{
border-color: #EC1DBE;
}
</style>