Shades of Shocking Pink #EC19CD
Tints of Shocking Pink #EC19CD
RGB
CMYK
RGB Variations
Color information
#EC19CD (or 0xEC19CD) is known color: Shocking Pink. HEX triplet: EC, 19 and CD. RGB value is (236,25,205). Sum of RGB (Red+Green+Blue) = 236+25+205=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19CD is #13E632. Grayscale: #6C6C6C. Windows color (decimal): -1304115 or 13441516. OLE color: 13441516.
HSL color Cylindrical-coordinate representation of color #EC19CD: hue angle of 308.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC19CD is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 205 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.07 |
| HSL | 308.82º | 0.85% | 0.51% | - |
| HSV(B) | 308.82º | 0.89% | 0.93% | - |
| XYZ | 45.96 | 22.94 | 59.76 | - |
| YUV | 108.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 205 | 0 | 0.89 | 0.13 | 0.07 | 308.82 | 0.85 | 0.51 |
| Hex | EC | 19 | CD | 0 | 59 | D | 7 | 135 | 55 | 33 |
| Octal | 354 | 31 | 315 | 0 | 131 | 15 | 7 | 465 | 125 | 63 |
| Binary | 11101100 | 11001 | 11001101 | 0 | 1011001 | 1101 | 111 | 100110101 | 1010101 | 110011 |
Color Harmonies of #EC19CD
Complementary color
Monochromatic Colors of #EC19CD
Black with #EC19CD
Text Example
Text Example
White with #EC19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19CD; }
p { color: rgb(236,25,205); }
H1.HeaderClassName
{
color: #EC19CD;
}
.AnyTagClassName
{
color: #EC19CD;
}
</style>
background-color css
<style>
a { background-color: #EC19CD; }
a { background-color: rgb(236,25,205); }
div.DivClassName
{
background-color: #EC19CD;
}
.BgClassName
{
background-color: #EC19CD;
}
</style>
border-color css
<style>
span { border-color: #EC19CD; }
span { border-color: rgb(236,25,205); }
td.TdClassName
{
border-color: #EC19CD;
}
.TagClassName
{
border-color: #EC19CD;
}
</style>