Shades of Shocking Pink #EC1ECB
Tints of Shocking Pink #EC1ECB
RGB
CMYK
RGB Variations
Color information
#EC1ECB (or 0xEC1ECB) is known color: Shocking Pink. HEX triplet: EC, 1E and CB. RGB value is (236,30,203). Sum of RGB (Red+Green+Blue) = 236+30+203=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ECB is #13E134. Grayscale: #6E6E6E. Windows color (decimal): -1302837 or 13311724. OLE color: 13311724.
HSL color Cylindrical-coordinate representation of color #EC1ECB: hue angle of 309.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1ECB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 203 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.07 |
| HSL | 309.61º | 0.84% | 0.52% | - |
| HSV(B) | 309.61º | 0.87% | 0.93% | - |
| XYZ | 45.84 | 23.07 | 58.54 | - |
| YUV | 111.32 | 179.75 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 203 | 0 | 0.87 | 0.14 | 0.07 | 309.61 | 0.84 | 0.52 |
| Hex | EC | 1E | CB | 0 | 57 | E | 7 | 136 | 54 | 34 |
| Octal | 354 | 36 | 313 | 0 | 127 | 16 | 7 | 466 | 124 | 64 |
| Binary | 11101100 | 11110 | 11001011 | 0 | 1010111 | 1110 | 111 | 100110110 | 1010100 | 110100 |
Color Harmonies of #EC1ECB
Complementary color
Monochromatic Colors of #EC1ECB
Black with #EC1ECB
Text Example
Text Example
White with #EC1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1ECB; }
p { color: rgb(236,30,203); }
H1.HeaderClassName
{
color: #EC1ECB;
}
.AnyTagClassName
{
color: #EC1ECB;
}
</style>
background-color css
<style>
a { background-color: #EC1ECB; }
a { background-color: rgb(236,30,203); }
div.DivClassName
{
background-color: #EC1ECB;
}
.BgClassName
{
background-color: #EC1ECB;
}
</style>
border-color css
<style>
span { border-color: #EC1ECB; }
span { border-color: rgb(236,30,203); }
td.TdClassName
{
border-color: #EC1ECB;
}
.TagClassName
{
border-color: #EC1ECB;
}
</style>