Shades of Shocking Pink #EC17D0
Tints of Shocking Pink #EC17D0
RGB
CMYK
RGB Variations
Color information
#EC17D0 (or 0xEC17D0) is known color: Shocking Pink. HEX triplet: EC, 17 and D0. RGB value is (236,23,208). Sum of RGB (Red+Green+Blue) = 236+23+208=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC17D0 is #13E82F. Grayscale: #6B6B6B. Windows color (decimal): -1304624 or 13637612. OLE color: 13637612.
HSL color Cylindrical-coordinate representation of color #EC17D0: hue angle of 307.89º 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 #EC17D0 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.07 |
| HSL | 307.89º | 0.85% | 0.51% | - |
| HSV(B) | 307.89º | 0.9% | 0.93% | - |
| XYZ | 46.28 | 23 | 61.67 | - |
| YUV | 107.78 | 184.57 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 208 | 0 | 0.90 | 0.12 | 0.07 | 307.89 | 0.85 | 0.51 |
| Hex | EC | 17 | D0 | 0 | 5A | C | 7 | 134 | 55 | 33 |
| Octal | 354 | 27 | 320 | 0 | 132 | 14 | 7 | 464 | 125 | 63 |
| Binary | 11101100 | 10111 | 11010000 | 0 | 1011010 | 1100 | 111 | 100110100 | 1010101 | 110011 |
Color Harmonies of #EC17D0
Complementary color
Monochromatic Colors of #EC17D0
Black with #EC17D0
Text Example
Text Example
White with #EC17D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17D0; }
p { color: rgb(236,23,208); }
H1.HeaderClassName
{
color: #EC17D0;
}
.AnyTagClassName
{
color: #EC17D0;
}
</style>
background-color css
<style>
a { background-color: #EC17D0; }
a { background-color: rgb(236,23,208); }
div.DivClassName
{
background-color: #EC17D0;
}
.BgClassName
{
background-color: #EC17D0;
}
</style>
border-color css
<style>
span { border-color: #EC17D0; }
span { border-color: rgb(236,23,208); }
td.TdClassName
{
border-color: #EC17D0;
}
.TagClassName
{
border-color: #EC17D0;
}
</style>