Shades of Shocking Pink #EC15D7
Tints of Shocking Pink #EC15D7
RGB
CMYK
RGB Variations
Color information
#EC15D7 (or 0xEC15D7) is known color: Shocking Pink. HEX triplet: EC, 15 and D7. RGB value is (236,21,215). Sum of RGB (Red+Green+Blue) = 236+21+215=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15D7 is #13EA28. Grayscale: #6A6A6A. Windows color (decimal): -1305129 or 14095852. OLE color: 14095852.
HSL color Cylindrical-coordinate representation of color #EC15D7: hue angle of 305.86º 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 #EC15D7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 215 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.07 |
| HSL | 305.86º | 0.85% | 0.5% | - |
| HSV(B) | 305.86º | 0.91% | 0.93% | - |
| XYZ | 47.13 | 23.28 | 66.3 | - |
| YUV | 107.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 215 | 0 | 0.91 | 0.09 | 0.07 | 305.86 | 0.85 | 0.5 |
| Hex | EC | 15 | D7 | 0 | 5B | 9 | 7 | 132 | 55 | 32 |
| Octal | 354 | 25 | 327 | 0 | 133 | 11 | 7 | 462 | 125 | 62 |
| Binary | 11101100 | 10101 | 11010111 | 0 | 1011011 | 1001 | 111 | 100110010 | 1010101 | 110010 |
Color Harmonies of #EC15D7
Complementary color
Monochromatic Colors of #EC15D7
Black with #EC15D7
Text Example
Text Example
White with #EC15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15D7; }
p { color: rgb(236,21,215); }
H1.HeaderClassName
{
color: #EC15D7;
}
.AnyTagClassName
{
color: #EC15D7;
}
</style>
background-color css
<style>
a { background-color: #EC15D7; }
a { background-color: rgb(236,21,215); }
div.DivClassName
{
background-color: #EC15D7;
}
.BgClassName
{
background-color: #EC15D7;
}
</style>
border-color css
<style>
span { border-color: #EC15D7; }
span { border-color: rgb(236,21,215); }
td.TdClassName
{
border-color: #EC15D7;
}
.TagClassName
{
border-color: #EC15D7;
}
</style>