Shades of Shocking Pink #EC0DC0
Tints of Shocking Pink #EC0DC0
RGB
CMYK
RGB Variations
Color information
#EC0DC0 (or 0xEC0DC0) is known color: Shocking Pink. HEX triplet: EC, 0D and C0. RGB value is (236,13,192). Sum of RGB (Red+Green+Blue) = 236+13+192=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DC0 is #13F23F. Grayscale: #636363. Windows color (decimal): -1307200 or 12586476. OLE color: 12586476.
HSL color Cylindrical-coordinate representation of color #EC0DC0: hue angle of 311.84º 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 #EC0DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.07 |
| HSL | 311.84º | 0.9% | 0.49% | - |
| HSV(B) | 311.84º | 0.94% | 0.93% | - |
| XYZ | 44.25 | 21.93 | 51.77 | - |
| YUV | 100.08 | 179.88 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 192 | 0 | 0.94 | 0.19 | 0.07 | 311.84 | 0.9 | 0.49 |
| Hex | EC | D | C0 | 0 | 5E | 13 | 7 | 138 | 5A | 31 |
| Octal | 354 | 15 | 300 | 0 | 136 | 23 | 7 | 470 | 132 | 61 |
| Binary | 11101100 | 1101 | 11000000 | 0 | 1011110 | 10011 | 111 | 100111000 | 1011010 | 110001 |
Color Harmonies of #EC0DC0
Complementary color
Monochromatic Colors of #EC0DC0
Black with #EC0DC0
Text Example
Text Example
White with #EC0DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DC0; }
p { color: rgb(236,13,192); }
H1.HeaderClassName
{
color: #EC0DC0;
}
.AnyTagClassName
{
color: #EC0DC0;
}
</style>
background-color css
<style>
a { background-color: #EC0DC0; }
a { background-color: rgb(236,13,192); }
div.DivClassName
{
background-color: #EC0DC0;
}
.BgClassName
{
background-color: #EC0DC0;
}
</style>
border-color css
<style>
span { border-color: #EC0DC0; }
span { border-color: rgb(236,13,192); }
td.TdClassName
{
border-color: #EC0DC0;
}
.TagClassName
{
border-color: #EC0DC0;
}
</style>