Shades of Shocking Pink #EC1CCF
Tints of Shocking Pink #EC1CCF
RGB
CMYK
RGB Variations
Color information
#EC1CCF (or 0xEC1CCF) is known color: Shocking Pink. HEX triplet: EC, 1C and CF. RGB value is (236,28,207). Sum of RGB (Red+Green+Blue) = 236+28+207=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CCF is #13E330. Grayscale: #6E6E6E. Windows color (decimal): -1303345 or 13573356. OLE color: 13573356.
HSL color Cylindrical-coordinate representation of color #EC1CCF: hue angle of 308.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CCF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.07 |
| HSL | 308.37º | 0.85% | 0.52% | - |
| HSV(B) | 308.37º | 0.88% | 0.93% | - |
| XYZ | 46.27 | 23.17 | 61.06 | - |
| YUV | 110.6 | 182.41 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 207 | 0 | 0.88 | 0.12 | 0.07 | 308.37 | 0.85 | 0.52 |
| Hex | EC | 1C | CF | 0 | 58 | C | 7 | 134 | 55 | 34 |
| Octal | 354 | 34 | 317 | 0 | 130 | 14 | 7 | 464 | 125 | 64 |
| Binary | 11101100 | 11100 | 11001111 | 0 | 1011000 | 1100 | 111 | 100110100 | 1010101 | 110100 |
Color Harmonies of #EC1CCF
Complementary color
Monochromatic Colors of #EC1CCF
Black with #EC1CCF
Text Example
Text Example
White with #EC1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CCF; }
p { color: rgb(236,28,207); }
H1.HeaderClassName
{
color: #EC1CCF;
}
.AnyTagClassName
{
color: #EC1CCF;
}
</style>
background-color css
<style>
a { background-color: #EC1CCF; }
a { background-color: rgb(236,28,207); }
div.DivClassName
{
background-color: #EC1CCF;
}
.BgClassName
{
background-color: #EC1CCF;
}
</style>
border-color css
<style>
span { border-color: #EC1CCF; }
span { border-color: rgb(236,28,207); }
td.TdClassName
{
border-color: #EC1CCF;
}
.TagClassName
{
border-color: #EC1CCF;
}
</style>