Shades of Shocking Pink #EC1DC4
Tints of Shocking Pink #EC1DC4
RGB
CMYK
RGB Variations
Color information
#EC1DC4 (or 0xEC1DC4) is known color: Shocking Pink. HEX triplet: EC, 1D and C4. RGB value is (236,29,196). Sum of RGB (Red+Green+Blue) = 236+29+196=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DC4 is #13E23B. Grayscale: #6D6D6D. Windows color (decimal): -1303100 or 12852716. OLE color: 12852716.
HSL color Cylindrical-coordinate representation of color #EC1DC4: hue angle of 311.59º 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 #EC1DC4 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 196 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.07 |
| HSL | 311.59º | 0.84% | 0.52% | - |
| HSV(B) | 311.59º | 0.88% | 0.93% | - |
| XYZ | 45 | 22.7 | 54.23 | - |
| YUV | 109.93 | 176.58 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 196 | 0 | 0.88 | 0.17 | 0.07 | 311.59 | 0.84 | 0.52 |
| Hex | EC | 1D | C4 | 0 | 58 | 11 | 7 | 138 | 54 | 34 |
| Octal | 354 | 35 | 304 | 0 | 130 | 21 | 7 | 470 | 124 | 64 |
| Binary | 11101100 | 11101 | 11000100 | 0 | 1011000 | 10001 | 111 | 100111000 | 1010100 | 110100 |
Color Harmonies of #EC1DC4
Complementary color
Monochromatic Colors of #EC1DC4
Black with #EC1DC4
Text Example
Text Example
White with #EC1DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DC4; }
p { color: rgb(236,29,196); }
H1.HeaderClassName
{
color: #EC1DC4;
}
.AnyTagClassName
{
color: #EC1DC4;
}
</style>
background-color css
<style>
a { background-color: #EC1DC4; }
a { background-color: rgb(236,29,196); }
div.DivClassName
{
background-color: #EC1DC4;
}
.BgClassName
{
background-color: #EC1DC4;
}
</style>
border-color css
<style>
span { border-color: #EC1DC4; }
span { border-color: rgb(236,29,196); }
td.TdClassName
{
border-color: #EC1DC4;
}
.TagClassName
{
border-color: #EC1DC4;
}
</style>