Shades of Shocking Pink #EC15C1
Tints of Shocking Pink #EC15C1
RGB
CMYK
RGB Variations
Color information
#EC15C1 (or 0xEC15C1) is known color: Shocking Pink. HEX triplet: EC, 15 and C1. RGB value is (236,21,193). Sum of RGB (Red+Green+Blue) = 236+21+193=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15C1 is #13EA3E. Grayscale: #686868. Windows color (decimal): -1305151 or 12654060. OLE color: 12654060.
HSL color Cylindrical-coordinate representation of color #EC15C1: hue angle of 312º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15C1 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 193 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.07 |
| HSL | 312º | 0.85% | 0.5% | - |
| HSV(B) | 312º | 0.91% | 0.93% | - |
| XYZ | 44.49 | 22.22 | 52.4 | - |
| YUV | 104.89 | 177.73 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 193 | 0 | 0.91 | 0.18 | 0.07 | 312 | 0.85 | 0.5 |
| Hex | EC | 15 | C1 | 0 | 5B | 12 | 7 | 138 | 55 | 32 |
| Octal | 354 | 25 | 301 | 0 | 133 | 22 | 7 | 470 | 125 | 62 |
| Binary | 11101100 | 10101 | 11000001 | 0 | 1011011 | 10010 | 111 | 100111000 | 1010101 | 110010 |
Color Harmonies of #EC15C1
Complementary color
Monochromatic Colors of #EC15C1
Black with #EC15C1
Text Example
Text Example
White with #EC15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15C1; }
p { color: rgb(236,21,193); }
H1.HeaderClassName
{
color: #EC15C1;
}
.AnyTagClassName
{
color: #EC15C1;
}
</style>
background-color css
<style>
a { background-color: #EC15C1; }
a { background-color: rgb(236,21,193); }
div.DivClassName
{
background-color: #EC15C1;
}
.BgClassName
{
background-color: #EC15C1;
}
</style>
border-color css
<style>
span { border-color: #EC15C1; }
span { border-color: rgb(236,21,193); }
td.TdClassName
{
border-color: #EC15C1;
}
.TagClassName
{
border-color: #EC15C1;
}
</style>