Shades of Shocking Pink #EC0DBF
Tints of Shocking Pink #EC0DBF
RGB
CMYK
RGB Variations
Color information
#EC0DBF (or 0xEC0DBF) is known color: Shocking Pink. HEX triplet: EC, 0D and BF. RGB value is (236,13,191). Sum of RGB (Red+Green+Blue) = 236+13+191=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DBF is #13F240. Grayscale: #636363. Windows color (decimal): -1307201 or 12520940. OLE color: 12520940.
HSL color Cylindrical-coordinate representation of color #EC0DBF: hue angle of 312.11º 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 #EC0DBF is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.07 |
| HSL | 312.11º | 0.9% | 0.49% | - |
| HSV(B) | 312.11º | 0.94% | 0.93% | - |
| XYZ | 44.14 | 21.88 | 51.19 | - |
| YUV | 99.97 | 179.38 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 191 | 0 | 0.94 | 0.19 | 0.07 | 312.11 | 0.9 | 0.49 |
| Hex | EC | D | BF | 0 | 5E | 13 | 7 | 138 | 5A | 31 |
| Octal | 354 | 15 | 277 | 0 | 136 | 23 | 7 | 470 | 132 | 61 |
| Binary | 11101100 | 1101 | 10111111 | 0 | 1011110 | 10011 | 111 | 100111000 | 1011010 | 110001 |
Color Harmonies of #EC0DBF
Complementary color
Monochromatic Colors of #EC0DBF
Black with #EC0DBF
Text Example
Text Example
White with #EC0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DBF; }
p { color: rgb(236,13,191); }
H1.HeaderClassName
{
color: #EC0DBF;
}
.AnyTagClassName
{
color: #EC0DBF;
}
</style>
background-color css
<style>
a { background-color: #EC0DBF; }
a { background-color: rgb(236,13,191); }
div.DivClassName
{
background-color: #EC0DBF;
}
.BgClassName
{
background-color: #EC0DBF;
}
</style>
border-color css
<style>
span { border-color: #EC0DBF; }
span { border-color: rgb(236,13,191); }
td.TdClassName
{
border-color: #EC0DBF;
}
.TagClassName
{
border-color: #EC0DBF;
}
</style>