Shades of Shocking Pink #EC1EC5
Tints of Shocking Pink #EC1EC5
RGB
CMYK
RGB Variations
Color information
#EC1EC5 (or 0xEC1EC5) is known color: Shocking Pink. HEX triplet: EC, 1E and C5. RGB value is (236,30,197). Sum of RGB (Red+Green+Blue) = 236+30+197=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EC5 is #13E13A. Grayscale: #6E6E6E. Windows color (decimal): -1302843 or 12918508. OLE color: 12918508.
HSL color Cylindrical-coordinate representation of color #EC1EC5: hue angle of 311.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EC5 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 197 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.07 |
| HSL | 311.36º | 0.84% | 0.52% | - |
| HSV(B) | 311.36º | 0.87% | 0.93% | - |
| XYZ | 45.13 | 22.79 | 54.84 | - |
| YUV | 110.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 197 | 0 | 0.87 | 0.17 | 0.07 | 311.36 | 0.84 | 0.52 |
| Hex | EC | 1E | C5 | 0 | 57 | 11 | 7 | 137 | 54 | 34 |
| Octal | 354 | 36 | 305 | 0 | 127 | 21 | 7 | 467 | 124 | 64 |
| Binary | 11101100 | 11110 | 11000101 | 0 | 1010111 | 10001 | 111 | 100110111 | 1010100 | 110100 |
Color Harmonies of #EC1EC5
Complementary color
Monochromatic Colors of #EC1EC5
Black with #EC1EC5
Text Example
Text Example
White with #EC1EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EC5; }
p { color: rgb(236,30,197); }
H1.HeaderClassName
{
color: #EC1EC5;
}
.AnyTagClassName
{
color: #EC1EC5;
}
</style>
background-color css
<style>
a { background-color: #EC1EC5; }
a { background-color: rgb(236,30,197); }
div.DivClassName
{
background-color: #EC1EC5;
}
.BgClassName
{
background-color: #EC1EC5;
}
</style>
border-color css
<style>
span { border-color: #EC1EC5; }
span { border-color: rgb(236,30,197); }
td.TdClassName
{
border-color: #EC1EC5;
}
.TagClassName
{
border-color: #EC1EC5;
}
</style>