Shades of Shocking Pink #EC0DCC
Tints of Shocking Pink #EC0DCC
RGB
CMYK
RGB Variations
Color information
#EC0DCC (or 0xEC0DCC) is known color: Shocking Pink. HEX triplet: EC, 0D and CC. RGB value is (236,13,204). Sum of RGB (Red+Green+Blue) = 236+13+204=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DCC is #13F233. Grayscale: #646464. Windows color (decimal): -1307188 or 13372908. OLE color: 13372908.
HSL color Cylindrical-coordinate representation of color #EC0DCC: hue angle of 308.61º degrees, saturation: 0.9, 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 #EC0DCC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.61º | 0.9% | 0.49% | - |
| HSV(B) | 308.61º | 0.94% | 0.93% | - |
| XYZ | 45.64 | 22.48 | 59.06 | - |
| YUV | 101.45 | 185.88 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 204 | 0 | 0.94 | 0.14 | 0.07 | 308.61 | 0.9 | 0.49 |
| Hex | EC | D | CC | 0 | 5E | E | 7 | 135 | 5A | 31 |
| Octal | 354 | 15 | 314 | 0 | 136 | 16 | 7 | 465 | 132 | 61 |
| Binary | 11101100 | 1101 | 11001100 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011010 | 110001 |
Color Harmonies of #EC0DCC
Complementary color
Monochromatic Colors of #EC0DCC
Black with #EC0DCC
Text Example
Text Example
White with #EC0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DCC; }
p { color: rgb(236,13,204); }
H1.HeaderClassName
{
color: #EC0DCC;
}
.AnyTagClassName
{
color: #EC0DCC;
}
</style>
background-color css
<style>
a { background-color: #EC0DCC; }
a { background-color: rgb(236,13,204); }
div.DivClassName
{
background-color: #EC0DCC;
}
.BgClassName
{
background-color: #EC0DCC;
}
</style>
border-color css
<style>
span { border-color: #EC0DCC; }
span { border-color: rgb(236,13,204); }
td.TdClassName
{
border-color: #EC0DCC;
}
.TagClassName
{
border-color: #EC0DCC;
}
</style>