Shades of Shocking Pink #EC15CD
Tints of Shocking Pink #EC15CD
RGB
CMYK
RGB Variations
Color information
#EC15CD (or 0xEC15CD) is known color: Shocking Pink. HEX triplet: EC, 15 and CD. RGB value is (236,21,205). Sum of RGB (Red+Green+Blue) = 236+21+205=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15CD is #13EA32. Grayscale: #696969. Windows color (decimal): -1305139 or 13440492. OLE color: 13440492.
HSL color Cylindrical-coordinate representation of color #EC15CD: hue angle of 308.65º 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 #EC15CD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 205 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.07 |
| HSL | 308.65º | 0.85% | 0.5% | - |
| HSV(B) | 308.65º | 0.91% | 0.93% | - |
| XYZ | 45.88 | 22.78 | 59.74 | - |
| YUV | 106.26 | 183.73 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 205 | 0 | 0.91 | 0.13 | 0.07 | 308.65 | 0.85 | 0.5 |
| Hex | EC | 15 | CD | 0 | 5B | D | 7 | 135 | 55 | 32 |
| Octal | 354 | 25 | 315 | 0 | 133 | 15 | 7 | 465 | 125 | 62 |
| Binary | 11101100 | 10101 | 11001101 | 0 | 1011011 | 1101 | 111 | 100110101 | 1010101 | 110010 |
Color Harmonies of #EC15CD
Complementary color
Monochromatic Colors of #EC15CD
Black with #EC15CD
Text Example
Text Example
White with #EC15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15CD; }
p { color: rgb(236,21,205); }
H1.HeaderClassName
{
color: #EC15CD;
}
.AnyTagClassName
{
color: #EC15CD;
}
</style>
background-color css
<style>
a { background-color: #EC15CD; }
a { background-color: rgb(236,21,205); }
div.DivClassName
{
background-color: #EC15CD;
}
.BgClassName
{
background-color: #EC15CD;
}
</style>
border-color css
<style>
span { border-color: #EC15CD; }
span { border-color: rgb(236,21,205); }
td.TdClassName
{
border-color: #EC15CD;
}
.TagClassName
{
border-color: #EC15CD;
}
</style>