Shades of Shocking Pink #EC11B5
Tints of Shocking Pink #EC11B5
RGB
CMYK
RGB Variations
Color information
#EC11B5 (or 0xEC11B5) is known color: Shocking Pink. HEX triplet: EC, 11 and B5. RGB value is (236,17,181). Sum of RGB (Red+Green+Blue) = 236+17+181=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11B5 is #13EE4A. Grayscale: #646464. Windows color (decimal): -1306187 or 11866604. OLE color: 11866604.
HSL color Cylindrical-coordinate representation of color #EC11B5: hue angle of 315.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11B5 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 181 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.07 |
| HSL | 315.07º | 0.87% | 0.5% | - |
| HSV(B) | 315.07º | 0.93% | 0.93% | - |
| XYZ | 43.13 | 21.57 | 45.61 | - |
| YUV | 101.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 181 | 0 | 0.93 | 0.23 | 0.07 | 315.07 | 0.87 | 0.5 |
| Hex | EC | 11 | B5 | 0 | 5D | 17 | 7 | 13B | 57 | 32 |
| Octal | 354 | 21 | 265 | 0 | 135 | 27 | 7 | 473 | 127 | 62 |
| Binary | 11101100 | 10001 | 10110101 | 0 | 1011101 | 10111 | 111 | 100111011 | 1010111 | 110010 |
Color Harmonies of #EC11B5
Complementary color
Monochromatic Colors of #EC11B5
Black with #EC11B5
Text Example
Text Example
White with #EC11B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11B5; }
p { color: rgb(236,17,181); }
H1.HeaderClassName
{
color: #EC11B5;
}
.AnyTagClassName
{
color: #EC11B5;
}
</style>
background-color css
<style>
a { background-color: #EC11B5; }
a { background-color: rgb(236,17,181); }
div.DivClassName
{
background-color: #EC11B5;
}
.BgClassName
{
background-color: #EC11B5;
}
</style>
border-color css
<style>
span { border-color: #EC11B5; }
span { border-color: rgb(236,17,181); }
td.TdClassName
{
border-color: #EC11B5;
}
.TagClassName
{
border-color: #EC11B5;
}
</style>