Shades of Shocking Pink #EC1CCC
Tints of Shocking Pink #EC1CCC
RGB
CMYK
RGB Variations
Color information
#EC1CCC (or 0xEC1CCC) is known color: Shocking Pink. HEX triplet: EC, 1C and CC. RGB value is (236,28,204). Sum of RGB (Red+Green+Blue) = 236+28+204=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CCC is #13E333. Grayscale: #6D6D6D. Windows color (decimal): -1303348 or 13376748. OLE color: 13376748.
HSL color Cylindrical-coordinate representation of color #EC1CCC: hue angle of 309.23º 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 #EC1CCC is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.07 |
| HSL | 309.23º | 0.85% | 0.52% | - |
| HSV(B) | 309.23º | 0.88% | 0.93% | - |
| XYZ | 45.91 | 23.02 | 59.15 | - |
| YUV | 110.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 204 | 0 | 0.88 | 0.14 | 0.07 | 309.23 | 0.85 | 0.52 |
| Hex | EC | 1C | CC | 0 | 58 | E | 7 | 135 | 55 | 34 |
| Octal | 354 | 34 | 314 | 0 | 130 | 16 | 7 | 465 | 125 | 64 |
| Binary | 11101100 | 11100 | 11001100 | 0 | 1011000 | 1110 | 111 | 100110101 | 1010101 | 110100 |
Color Harmonies of #EC1CCC
Complementary color
Monochromatic Colors of #EC1CCC
Black with #EC1CCC
Text Example
Text Example
White with #EC1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CCC; }
p { color: rgb(236,28,204); }
H1.HeaderClassName
{
color: #EC1CCC;
}
.AnyTagClassName
{
color: #EC1CCC;
}
</style>
background-color css
<style>
a { background-color: #EC1CCC; }
a { background-color: rgb(236,28,204); }
div.DivClassName
{
background-color: #EC1CCC;
}
.BgClassName
{
background-color: #EC1CCC;
}
</style>
border-color css
<style>
span { border-color: #EC1CCC; }
span { border-color: rgb(236,28,204); }
td.TdClassName
{
border-color: #EC1CCC;
}
.TagClassName
{
border-color: #EC1CCC;
}
</style>