Shades of Shocking Pink #EC0ECB
Tints of Shocking Pink #EC0ECB
RGB
CMYK
RGB Variations
Color information
#EC0ECB (or 0xEC0ECB) is known color: Shocking Pink. HEX triplet: EC, 0E and CB. RGB value is (236,14,203). Sum of RGB (Red+Green+Blue) = 236+14+203=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ECB is #13F134. Grayscale: #656565. Windows color (decimal): -1306933 or 13307628. OLE color: 13307628.
HSL color Cylindrical-coordinate representation of color #EC0ECB: hue angle of 308.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.92º | 0.89% | 0.49% | - |
| HSV(B) | 308.92º | 0.94% | 0.93% | - |
| XYZ | 45.53 | 22.46 | 58.44 | - |
| YUV | 101.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 203 | 0 | 0.94 | 0.14 | 0.07 | 308.92 | 0.89 | 0.49 |
| Hex | EC | E | CB | 0 | 5E | E | 7 | 135 | 59 | 31 |
| Octal | 354 | 16 | 313 | 0 | 136 | 16 | 7 | 465 | 131 | 61 |
| Binary | 11101100 | 1110 | 11001011 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011001 | 110001 |
Color Harmonies of #EC0ECB
Complementary color
Monochromatic Colors of #EC0ECB
Black with #EC0ECB
Text Example
Text Example
White with #EC0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ECB; }
p { color: rgb(236,14,203); }
H1.HeaderClassName
{
color: #EC0ECB;
}
.AnyTagClassName
{
color: #EC0ECB;
}
</style>
background-color css
<style>
a { background-color: #EC0ECB; }
a { background-color: rgb(236,14,203); }
div.DivClassName
{
background-color: #EC0ECB;
}
.BgClassName
{
background-color: #EC0ECB;
}
</style>
border-color css
<style>
span { border-color: #EC0ECB; }
span { border-color: rgb(236,14,203); }
td.TdClassName
{
border-color: #EC0ECB;
}
.TagClassName
{
border-color: #EC0ECB;
}
</style>