Shades of Shocking Pink #EC1DD4
Tints of Shocking Pink #EC1DD4
RGB
CMYK
RGB Variations
Color information
#EC1DD4 (or 0xEC1DD4) is known color: Shocking Pink. HEX triplet: EC, 1D and D4. RGB value is (236,29,212). Sum of RGB (Red+Green+Blue) = 236+29+212=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DD4 is #13E22B. Grayscale: #6F6F6F. Windows color (decimal): -1303084 or 13901292. OLE color: 13901292.
HSL color Cylindrical-coordinate representation of color #EC1DD4: hue angle of 306.96º 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 #EC1DD4 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 212 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.07 |
| HSL | 306.96º | 0.84% | 0.52% | - |
| HSV(B) | 306.96º | 0.88% | 0.93% | - |
| XYZ | 46.92 | 23.47 | 64.34 | - |
| YUV | 111.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 212 | 0 | 0.88 | 0.10 | 0.07 | 306.96 | 0.84 | 0.52 |
| Hex | EC | 1D | D4 | 0 | 58 | A | 7 | 133 | 54 | 34 |
| Octal | 354 | 35 | 324 | 0 | 130 | 12 | 7 | 463 | 124 | 64 |
| Binary | 11101100 | 11101 | 11010100 | 0 | 1011000 | 1010 | 111 | 100110011 | 1010100 | 110100 |
Color Harmonies of #EC1DD4
Complementary color
Monochromatic Colors of #EC1DD4
Black with #EC1DD4
Text Example
Text Example
White with #EC1DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DD4; }
p { color: rgb(236,29,212); }
H1.HeaderClassName
{
color: #EC1DD4;
}
.AnyTagClassName
{
color: #EC1DD4;
}
</style>
background-color css
<style>
a { background-color: #EC1DD4; }
a { background-color: rgb(236,29,212); }
div.DivClassName
{
background-color: #EC1DD4;
}
.BgClassName
{
background-color: #EC1DD4;
}
</style>
border-color css
<style>
span { border-color: #EC1DD4; }
span { border-color: rgb(236,29,212); }
td.TdClassName
{
border-color: #EC1DD4;
}
.TagClassName
{
border-color: #EC1DD4;
}
</style>