Shades of Shocking Pink #EC17BB
Tints of Shocking Pink #EC17BB
RGB
CMYK
RGB Variations
Color information
#EC17BB (or 0xEC17BB) is known color: Shocking Pink. HEX triplet: EC, 17 and BB. RGB value is (236,23,187). Sum of RGB (Red+Green+Blue) = 236+23+187=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC17BB is #13E844. Grayscale: #686868. Windows color (decimal): -1304645 or 12261356. OLE color: 12261356.
HSL color Cylindrical-coordinate representation of color #EC17BB: hue angle of 313.8º 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 #EC17BB is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 313.8º | 0.85% | 0.51% | - |
| HSV(B) | 313.8º | 0.9% | 0.93% | - |
| XYZ | 43.87 | 22.03 | 48.95 | - |
| YUV | 105.38 | 174.07 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 187 | 0 | 0.90 | 0.21 | 0.07 | 313.8 | 0.85 | 0.51 |
| Hex | EC | 17 | BB | 0 | 5A | 15 | 7 | 13A | 55 | 33 |
| Octal | 354 | 27 | 273 | 0 | 132 | 25 | 7 | 472 | 125 | 63 |
| Binary | 11101100 | 10111 | 10111011 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010101 | 110011 |
Color Harmonies of #EC17BB
Complementary color
Monochromatic Colors of #EC17BB
Black with #EC17BB
Text Example
Text Example
White with #EC17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17BB; }
p { color: rgb(236,23,187); }
H1.HeaderClassName
{
color: #EC17BB;
}
.AnyTagClassName
{
color: #EC17BB;
}
</style>
background-color css
<style>
a { background-color: #EC17BB; }
a { background-color: rgb(236,23,187); }
div.DivClassName
{
background-color: #EC17BB;
}
.BgClassName
{
background-color: #EC17BB;
}
</style>
border-color css
<style>
span { border-color: #EC17BB; }
span { border-color: rgb(236,23,187); }
td.TdClassName
{
border-color: #EC17BB;
}
.TagClassName
{
border-color: #EC17BB;
}
</style>