Shades of Shocking Pink #EC1CD8
Tints of Shocking Pink #EC1CD8
RGB
CMYK
RGB Variations
Color information
#EC1CD8 (or 0xEC1CD8) is known color: Shocking Pink. HEX triplet: EC, 1C and D8. RGB value is (236,28,216). Sum of RGB (Red+Green+Blue) = 236+28+216=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CD8 is #13E327. Grayscale: #6F6F6F. Windows color (decimal): -1303336 or 14163180. OLE color: 14163180.
HSL color Cylindrical-coordinate representation of color #EC1CD8: hue angle of 305.77º 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 #EC1CD8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 216 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.07 |
| HSL | 305.77º | 0.85% | 0.52% | - |
| HSV(B) | 305.77º | 0.88% | 0.93% | - |
| XYZ | 47.4 | 23.62 | 67.03 | - |
| YUV | 111.62 | 186.91 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 216 | 0 | 0.88 | 0.08 | 0.07 | 305.77 | 0.85 | 0.52 |
| Hex | EC | 1C | D8 | 0 | 58 | 8 | 7 | 132 | 55 | 34 |
| Octal | 354 | 34 | 330 | 0 | 130 | 10 | 7 | 462 | 125 | 64 |
| Binary | 11101100 | 11100 | 11011000 | 0 | 1011000 | 1000 | 111 | 100110010 | 1010101 | 110100 |
Color Harmonies of #EC1CD8
Complementary color
Monochromatic Colors of #EC1CD8
Black with #EC1CD8
Text Example
Text Example
White with #EC1CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CD8; }
p { color: rgb(236,28,216); }
H1.HeaderClassName
{
color: #EC1CD8;
}
.AnyTagClassName
{
color: #EC1CD8;
}
</style>
background-color css
<style>
a { background-color: #EC1CD8; }
a { background-color: rgb(236,28,216); }
div.DivClassName
{
background-color: #EC1CD8;
}
.BgClassName
{
background-color: #EC1CD8;
}
</style>
border-color css
<style>
span { border-color: #EC1CD8; }
span { border-color: rgb(236,28,216); }
td.TdClassName
{
border-color: #EC1CD8;
}
.TagClassName
{
border-color: #EC1CD8;
}
</style>