Shades of Shocking Pink #EC1CC9
Tints of Shocking Pink #EC1CC9
RGB
CMYK
RGB Variations
Color information
#EC1CC9 (or 0xEC1CC9) is known color: Shocking Pink. HEX triplet: EC, 1C and C9. RGB value is (236,28,201). Sum of RGB (Red+Green+Blue) = 236+28+201=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CC9 is #13E336. Grayscale: #6D6D6D. Windows color (decimal): -1303351 or 13180140. OLE color: 13180140.
HSL color Cylindrical-coordinate representation of color #EC1CC9: hue angle of 310.1º degrees, saturation: 0.85, 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 #EC1CC9 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 201 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.07 |
| HSL | 310.1º | 0.85% | 0.52% | - |
| HSV(B) | 310.1º | 0.88% | 0.93% | - |
| XYZ | 45.55 | 22.88 | 57.27 | - |
| YUV | 109.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 201 | 0 | 0.88 | 0.15 | 0.07 | 310.1 | 0.85 | 0.52 |
| Hex | EC | 1C | C9 | 0 | 58 | F | 7 | 136 | 55 | 34 |
| Octal | 354 | 34 | 311 | 0 | 130 | 17 | 7 | 466 | 125 | 64 |
| Binary | 11101100 | 11100 | 11001001 | 0 | 1011000 | 1111 | 111 | 100110110 | 1010101 | 110100 |
Color Harmonies of #EC1CC9
Complementary color
Monochromatic Colors of #EC1CC9
Black with #EC1CC9
Text Example
Text Example
White with #EC1CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CC9; }
p { color: rgb(236,28,201); }
H1.HeaderClassName
{
color: #EC1CC9;
}
.AnyTagClassName
{
color: #EC1CC9;
}
</style>
background-color css
<style>
a { background-color: #EC1CC9; }
a { background-color: rgb(236,28,201); }
div.DivClassName
{
background-color: #EC1CC9;
}
.BgClassName
{
background-color: #EC1CC9;
}
</style>
border-color css
<style>
span { border-color: #EC1CC9; }
span { border-color: rgb(236,28,201); }
td.TdClassName
{
border-color: #EC1CC9;
}
.TagClassName
{
border-color: #EC1CC9;
}
</style>