Shades of Shocking Pink #EC18BC
Tints of Shocking Pink #EC18BC
RGB
CMYK
RGB Variations
Color information
#EC18BC (or 0xEC18BC) is known color: Shocking Pink. HEX triplet: EC, 18 and BC. RGB value is (236,24,188). Sum of RGB (Red+Green+Blue) = 236+24+188=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18BC is #13E743. Grayscale: #696969. Windows color (decimal): -1304388 or 12327148. OLE color: 12327148.
HSL color Cylindrical-coordinate representation of color #EC18BC: hue angle of 313.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18BC is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 188 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.07 |
| HSL | 313.58º | 0.85% | 0.51% | - |
| HSV(B) | 313.58º | 0.9% | 0.93% | - |
| XYZ | 44 | 22.12 | 49.53 | - |
| YUV | 106.08 | 174.24 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 188 | 0 | 0.90 | 0.20 | 0.07 | 313.58 | 0.85 | 0.51 |
| Hex | EC | 18 | BC | 0 | 5A | 14 | 7 | 13A | 55 | 33 |
| Octal | 354 | 30 | 274 | 0 | 132 | 24 | 7 | 472 | 125 | 63 |
| Binary | 11101100 | 11000 | 10111100 | 0 | 1011010 | 10100 | 111 | 100111010 | 1010101 | 110011 |
Color Harmonies of #EC18BC
Complementary color
Monochromatic Colors of #EC18BC
Black with #EC18BC
Text Example
Text Example
White with #EC18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18BC; }
p { color: rgb(236,24,188); }
H1.HeaderClassName
{
color: #EC18BC;
}
.AnyTagClassName
{
color: #EC18BC;
}
</style>
background-color css
<style>
a { background-color: #EC18BC; }
a { background-color: rgb(236,24,188); }
div.DivClassName
{
background-color: #EC18BC;
}
.BgClassName
{
background-color: #EC18BC;
}
</style>
border-color css
<style>
span { border-color: #EC18BC; }
span { border-color: rgb(236,24,188); }
td.TdClassName
{
border-color: #EC18BC;
}
.TagClassName
{
border-color: #EC18BC;
}
</style>