Shades of Shocking Pink #EC11C3
Tints of Shocking Pink #EC11C3
RGB
CMYK
RGB Variations
Color information
#EC11C3 (or 0xEC11C3) is known color: Shocking Pink. HEX triplet: EC, 11 and C3. RGB value is (236,17,195). Sum of RGB (Red+Green+Blue) = 236+17+195=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11C3 is #13EE3C. Grayscale: #666666. Windows color (decimal): -1306173 or 12784108. OLE color: 12784108.
HSL color Cylindrical-coordinate representation of color #EC11C3: hue angle of 311.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11C3 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 195 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.07 |
| HSL | 311.23º | 0.87% | 0.5% | - |
| HSV(B) | 311.23º | 0.93% | 0.93% | - |
| XYZ | 44.64 | 22.17 | 53.56 | - |
| YUV | 102.77 | 180.05 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 195 | 0 | 0.93 | 0.17 | 0.07 | 311.23 | 0.87 | 0.5 |
| Hex | EC | 11 | C3 | 0 | 5D | 11 | 7 | 137 | 57 | 32 |
| Octal | 354 | 21 | 303 | 0 | 135 | 21 | 7 | 467 | 127 | 62 |
| Binary | 11101100 | 10001 | 11000011 | 0 | 1011101 | 10001 | 111 | 100110111 | 1010111 | 110010 |
Color Harmonies of #EC11C3
Complementary color
Monochromatic Colors of #EC11C3
Black with #EC11C3
Text Example
Text Example
White with #EC11C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11C3; }
p { color: rgb(236,17,195); }
H1.HeaderClassName
{
color: #EC11C3;
}
.AnyTagClassName
{
color: #EC11C3;
}
</style>
background-color css
<style>
a { background-color: #EC11C3; }
a { background-color: rgb(236,17,195); }
div.DivClassName
{
background-color: #EC11C3;
}
.BgClassName
{
background-color: #EC11C3;
}
</style>
border-color css
<style>
span { border-color: #EC11C3; }
span { border-color: rgb(236,17,195); }
td.TdClassName
{
border-color: #EC11C3;
}
.TagClassName
{
border-color: #EC11C3;
}
</style>