Shades of Shocking Pink #EC21C3
Tints of Shocking Pink #EC21C3
RGB
CMYK
RGB Variations
Color information
#EC21C3 (or 0xEC21C3) is known color: Shocking Pink. HEX triplet: EC, 21 and C3. RGB value is (236,33,195). Sum of RGB (Red+Green+Blue) = 236+33+195=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21C3 is #13DE3C. Grayscale: #6F6F6F. Windows color (decimal): -1302077 or 12788204. OLE color: 12788204.
HSL color Cylindrical-coordinate representation of color #EC21C3: hue angle of 312.12º 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 #EC21C3 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 195 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.07 |
| HSL | 312.12º | 0.84% | 0.53% | - |
| HSV(B) | 312.12º | 0.86% | 0.93% | - |
| XYZ | 44.99 | 22.86 | 53.67 | - |
| YUV | 112.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 195 | 0 | 0.86 | 0.17 | 0.07 | 312.12 | 0.84 | 0.53 |
| Hex | EC | 21 | C3 | 0 | 56 | 11 | 7 | 138 | 54 | 35 |
| Octal | 354 | 41 | 303 | 0 | 126 | 21 | 7 | 470 | 124 | 65 |
| Binary | 11101100 | 100001 | 11000011 | 0 | 1010110 | 10001 | 111 | 100111000 | 1010100 | 110101 |
Color Harmonies of #EC21C3
Complementary color
Monochromatic Colors of #EC21C3
Black with #EC21C3
Text Example
Text Example
White with #EC21C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21C3; }
p { color: rgb(236,33,195); }
H1.HeaderClassName
{
color: #EC21C3;
}
.AnyTagClassName
{
color: #EC21C3;
}
</style>
background-color css
<style>
a { background-color: #EC21C3; }
a { background-color: rgb(236,33,195); }
div.DivClassName
{
background-color: #EC21C3;
}
.BgClassName
{
background-color: #EC21C3;
}
</style>
border-color css
<style>
span { border-color: #EC21C3; }
span { border-color: rgb(236,33,195); }
td.TdClassName
{
border-color: #EC21C3;
}
.TagClassName
{
border-color: #EC21C3;
}
</style>