Shades of Shocking Pink #EC1DC6
Tints of Shocking Pink #EC1DC6
RGB
CMYK
RGB Variations
Color information
#EC1DC6 (or 0xEC1DC6) is known color: Shocking Pink. HEX triplet: EC, 1D and C6. RGB value is (236,29,198). Sum of RGB (Red+Green+Blue) = 236+29+198=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DC6 is #13E239. Grayscale: #6D6D6D. Windows color (decimal): -1303098 or 12983788. OLE color: 12983788.
HSL color Cylindrical-coordinate representation of color #EC1DC6: hue angle of 311.01º 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 #EC1DC6 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 198 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.07 |
| HSL | 311.01º | 0.84% | 0.52% | - |
| HSV(B) | 311.01º | 0.88% | 0.93% | - |
| XYZ | 45.22 | 22.79 | 55.44 | - |
| YUV | 110.16 | 177.58 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 198 | 0 | 0.88 | 0.16 | 0.07 | 311.01 | 0.84 | 0.52 |
| Hex | EC | 1D | C6 | 0 | 58 | 10 | 7 | 137 | 54 | 34 |
| Octal | 354 | 35 | 306 | 0 | 130 | 20 | 7 | 467 | 124 | 64 |
| Binary | 11101100 | 11101 | 11000110 | 0 | 1011000 | 10000 | 111 | 100110111 | 1010100 | 110100 |
Color Harmonies of #EC1DC6
Complementary color
Monochromatic Colors of #EC1DC6
Black with #EC1DC6
Text Example
Text Example
White with #EC1DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1DC6; }
p { color: rgb(236,29,198); }
H1.HeaderClassName
{
color: #EC1DC6;
}
.AnyTagClassName
{
color: #EC1DC6;
}
</style>
background-color css
<style>
a { background-color: #EC1DC6; }
a { background-color: rgb(236,29,198); }
div.DivClassName
{
background-color: #EC1DC6;
}
.BgClassName
{
background-color: #EC1DC6;
}
</style>
border-color css
<style>
span { border-color: #EC1DC6; }
span { border-color: rgb(236,29,198); }
td.TdClassName
{
border-color: #EC1DC6;
}
.TagClassName
{
border-color: #EC1DC6;
}
</style>