Shades of Shocking Pink #EC15CC
Tints of Shocking Pink #EC15CC
RGB
CMYK
RGB Variations
Color information
#EC15CC (or 0xEC15CC) is known color: Shocking Pink. HEX triplet: EC, 15 and CC. RGB value is (236,21,204). Sum of RGB (Red+Green+Blue) = 236+21+204=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15CC is #13EA33. Grayscale: #696969. Windows color (decimal): -1305140 or 13374956. OLE color: 13374956.
HSL color Cylindrical-coordinate representation of color #EC15CC: hue angle of 308.93º 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 #EC15CC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 204 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.07 |
| HSL | 308.93º | 0.85% | 0.5% | - |
| HSV(B) | 308.93º | 0.91% | 0.93% | - |
| XYZ | 45.76 | 22.73 | 59.1 | - |
| YUV | 106.15 | 183.23 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 204 | 0 | 0.91 | 0.14 | 0.07 | 308.93 | 0.85 | 0.5 |
| Hex | EC | 15 | CC | 0 | 5B | E | 7 | 135 | 55 | 32 |
| Octal | 354 | 25 | 314 | 0 | 133 | 16 | 7 | 465 | 125 | 62 |
| Binary | 11101100 | 10101 | 11001100 | 0 | 1011011 | 1110 | 111 | 100110101 | 1010101 | 110010 |
Color Harmonies of #EC15CC
Complementary color
Monochromatic Colors of #EC15CC
Black with #EC15CC
Text Example
Text Example
White with #EC15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15CC; }
p { color: rgb(236,21,204); }
H1.HeaderClassName
{
color: #EC15CC;
}
.AnyTagClassName
{
color: #EC15CC;
}
</style>
background-color css
<style>
a { background-color: #EC15CC; }
a { background-color: rgb(236,21,204); }
div.DivClassName
{
background-color: #EC15CC;
}
.BgClassName
{
background-color: #EC15CC;
}
</style>
border-color css
<style>
span { border-color: #EC15CC; }
span { border-color: rgb(236,21,204); }
td.TdClassName
{
border-color: #EC15CC;
}
.TagClassName
{
border-color: #EC15CC;
}
</style>