Shades of Shocking Pink #EC21C6
Tints of Shocking Pink #EC21C6
RGB
CMYK
RGB Variations
Color information
#EC21C6 (or 0xEC21C6) is known color: Shocking Pink. HEX triplet: EC, 21 and C6. RGB value is (236,33,198). Sum of RGB (Red+Green+Blue) = 236+33+198=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21C6 is #13DE39. Grayscale: #707070. Windows color (decimal): -1302074 or 12984812. OLE color: 12984812.
HSL color Cylindrical-coordinate representation of color #EC21C6: hue angle of 311.23º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21C6 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 198 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.07 |
| HSL | 311.23º | 0.84% | 0.53% | - |
| HSV(B) | 311.23º | 0.86% | 0.93% | - |
| XYZ | 45.33 | 23 | 55.48 | - |
| YUV | 112.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 198 | 0 | 0.86 | 0.16 | 0.07 | 311.23 | 0.84 | 0.53 |
| Hex | EC | 21 | C6 | 0 | 56 | 10 | 7 | 137 | 54 | 35 |
| Octal | 354 | 41 | 306 | 0 | 126 | 20 | 7 | 467 | 124 | 65 |
| Binary | 11101100 | 100001 | 11000110 | 0 | 1010110 | 10000 | 111 | 100110111 | 1010100 | 110101 |
Color Harmonies of #EC21C6
Complementary color
Monochromatic Colors of #EC21C6
Black with #EC21C6
Text Example
Text Example
White with #EC21C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21C6; }
p { color: rgb(236,33,198); }
H1.HeaderClassName
{
color: #EC21C6;
}
.AnyTagClassName
{
color: #EC21C6;
}
</style>
background-color css
<style>
a { background-color: #EC21C6; }
a { background-color: rgb(236,33,198); }
div.DivClassName
{
background-color: #EC21C6;
}
.BgClassName
{
background-color: #EC21C6;
}
</style>
border-color css
<style>
span { border-color: #EC21C6; }
span { border-color: rgb(236,33,198); }
td.TdClassName
{
border-color: #EC21C6;
}
.TagClassName
{
border-color: #EC21C6;
}
</style>