Shades of Shocking Pink #EC15CA
Tints of Shocking Pink #EC15CA
RGB
CMYK
RGB Variations
Color information
#EC15CA (or 0xEC15CA) is known color: Shocking Pink. HEX triplet: EC, 15 and CA. RGB value is (236,21,202). Sum of RGB (Red+Green+Blue) = 236+21+202=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15CA is #13EA35. Grayscale: #696969. Windows color (decimal): -1305142 or 13243884. OLE color: 13243884.
HSL color Cylindrical-coordinate representation of color #EC15CA: hue angle of 309.49º 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 #EC15CA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.07 |
| HSL | 309.49º | 0.85% | 0.5% | - |
| HSV(B) | 309.49º | 0.91% | 0.93% | - |
| XYZ | 45.52 | 22.63 | 57.85 | - |
| YUV | 105.92 | 182.23 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 202 | 0 | 0.91 | 0.14 | 0.07 | 309.49 | 0.85 | 0.5 |
| Hex | EC | 15 | CA | 0 | 5B | E | 7 | 135 | 55 | 32 |
| Octal | 354 | 25 | 312 | 0 | 133 | 16 | 7 | 465 | 125 | 62 |
| Binary | 11101100 | 10101 | 11001010 | 0 | 1011011 | 1110 | 111 | 100110101 | 1010101 | 110010 |
Color Harmonies of #EC15CA
Complementary color
Monochromatic Colors of #EC15CA
Black with #EC15CA
Text Example
Text Example
White with #EC15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15CA; }
p { color: rgb(236,21,202); }
H1.HeaderClassName
{
color: #EC15CA;
}
.AnyTagClassName
{
color: #EC15CA;
}
</style>
background-color css
<style>
a { background-color: #EC15CA; }
a { background-color: rgb(236,21,202); }
div.DivClassName
{
background-color: #EC15CA;
}
.BgClassName
{
background-color: #EC15CA;
}
</style>
border-color css
<style>
span { border-color: #EC15CA; }
span { border-color: rgb(236,21,202); }
td.TdClassName
{
border-color: #EC15CA;
}
.TagClassName
{
border-color: #EC15CA;
}
</style>