Shades of Shocking Pink #EC1CD0
Tints of Shocking Pink #EC1CD0
RGB
CMYK
RGB Variations
Color information
#EC1CD0 (or 0xEC1CD0) is known color: Shocking Pink. HEX triplet: EC, 1C and D0. RGB value is (236,28,208). Sum of RGB (Red+Green+Blue) = 236+28+208=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CD0 is #13E32F. Grayscale: #6E6E6E. Windows color (decimal): -1303344 or 13638892. OLE color: 13638892.
HSL color Cylindrical-coordinate representation of color #EC1CD0: hue angle of 308.08º 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 #EC1CD0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 208 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.07 |
| HSL | 308.08º | 0.85% | 0.52% | - |
| HSV(B) | 308.08º | 0.88% | 0.93% | - |
| XYZ | 46.39 | 23.22 | 61.71 | - |
| YUV | 110.71 | 182.91 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 208 | 0 | 0.88 | 0.12 | 0.07 | 308.08 | 0.85 | 0.52 |
| Hex | EC | 1C | D0 | 0 | 58 | C | 7 | 134 | 55 | 34 |
| Octal | 354 | 34 | 320 | 0 | 130 | 14 | 7 | 464 | 125 | 64 |
| Binary | 11101100 | 11100 | 11010000 | 0 | 1011000 | 1100 | 111 | 100110100 | 1010101 | 110100 |
Color Harmonies of #EC1CD0
Complementary color
Monochromatic Colors of #EC1CD0
Black with #EC1CD0
Text Example
Text Example
White with #EC1CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CD0; }
p { color: rgb(236,28,208); }
H1.HeaderClassName
{
color: #EC1CD0;
}
.AnyTagClassName
{
color: #EC1CD0;
}
</style>
background-color css
<style>
a { background-color: #EC1CD0; }
a { background-color: rgb(236,28,208); }
div.DivClassName
{
background-color: #EC1CD0;
}
.BgClassName
{
background-color: #EC1CD0;
}
</style>
border-color css
<style>
span { border-color: #EC1CD0; }
span { border-color: rgb(236,28,208); }
td.TdClassName
{
border-color: #EC1CD0;
}
.TagClassName
{
border-color: #EC1CD0;
}
</style>