Shades of Shocking Pink #EC17CC
Tints of Shocking Pink #EC17CC
RGB
CMYK
RGB Variations
Color information
#EC17CC (or 0xEC17CC) is known color: Shocking Pink. HEX triplet: EC, 17 and CC. RGB value is (236,23,204). Sum of RGB (Red+Green+Blue) = 236+23+204=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC17CC is #13E833. Grayscale: #6A6A6A. Windows color (decimal): -1304628 or 13375468. OLE color: 13375468.
HSL color Cylindrical-coordinate representation of color #EC17CC: hue angle of 309.01º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC17CC is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 204 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.07 |
| HSL | 309.01º | 0.85% | 0.51% | - |
| HSV(B) | 309.01º | 0.9% | 0.93% | - |
| XYZ | 45.8 | 22.81 | 59.11 | - |
| YUV | 107.32 | 182.57 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 204 | 0 | 0.90 | 0.14 | 0.07 | 309.01 | 0.85 | 0.51 |
| Hex | EC | 17 | CC | 0 | 5A | E | 7 | 135 | 55 | 33 |
| Octal | 354 | 27 | 314 | 0 | 132 | 16 | 7 | 465 | 125 | 63 |
| Binary | 11101100 | 10111 | 11001100 | 0 | 1011010 | 1110 | 111 | 100110101 | 1010101 | 110011 |
Color Harmonies of #EC17CC
Complementary color
Monochromatic Colors of #EC17CC
Black with #EC17CC
Text Example
Text Example
White with #EC17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17CC; }
p { color: rgb(236,23,204); }
H1.HeaderClassName
{
color: #EC17CC;
}
.AnyTagClassName
{
color: #EC17CC;
}
</style>
background-color css
<style>
a { background-color: #EC17CC; }
a { background-color: rgb(236,23,204); }
div.DivClassName
{
background-color: #EC17CC;
}
.BgClassName
{
background-color: #EC17CC;
}
</style>
border-color css
<style>
span { border-color: #EC17CC; }
span { border-color: rgb(236,23,204); }
td.TdClassName
{
border-color: #EC17CC;
}
.TagClassName
{
border-color: #EC17CC;
}
</style>