Shades of Shocking Pink #EC1ECF
Tints of Shocking Pink #EC1ECF
RGB
CMYK
RGB Variations
Color information
#EC1ECF (or 0xEC1ECF) is known color: Shocking Pink. HEX triplet: EC, 1E and CF. RGB value is (236,30,207). Sum of RGB (Red+Green+Blue) = 236+30+207=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ECF is #13E130. Grayscale: #6F6F6F. Windows color (decimal): -1302833 or 13573868. OLE color: 13573868.
HSL color Cylindrical-coordinate representation of color #EC1ECF: hue angle of 308.45º 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 #EC1ECF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 207 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.07 |
| HSL | 308.45º | 0.84% | 0.52% | - |
| HSV(B) | 308.45º | 0.87% | 0.93% | - |
| XYZ | 46.32 | 23.27 | 61.08 | - |
| YUV | 111.77 | 181.75 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 207 | 0 | 0.87 | 0.12 | 0.07 | 308.45 | 0.84 | 0.52 |
| Hex | EC | 1E | CF | 0 | 57 | C | 7 | 134 | 54 | 34 |
| Octal | 354 | 36 | 317 | 0 | 127 | 14 | 7 | 464 | 124 | 64 |
| Binary | 11101100 | 11110 | 11001111 | 0 | 1010111 | 1100 | 111 | 100110100 | 1010100 | 110100 |
Color Harmonies of #EC1ECF
Complementary color
Monochromatic Colors of #EC1ECF
Black with #EC1ECF
Text Example
Text Example
White with #EC1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1ECF; }
p { color: rgb(236,30,207); }
H1.HeaderClassName
{
color: #EC1ECF;
}
.AnyTagClassName
{
color: #EC1ECF;
}
</style>
background-color css
<style>
a { background-color: #EC1ECF; }
a { background-color: rgb(236,30,207); }
div.DivClassName
{
background-color: #EC1ECF;
}
.BgClassName
{
background-color: #EC1ECF;
}
</style>
border-color css
<style>
span { border-color: #EC1ECF; }
span { border-color: rgb(236,30,207); }
td.TdClassName
{
border-color: #EC1ECF;
}
.TagClassName
{
border-color: #EC1ECF;
}
</style>