Shades of Shocking Pink #EC18B6
Tints of Shocking Pink #EC18B6
RGB
CMYK
RGB Variations
Color information
#EC18B6 (or 0xEC18B6) is known color: Shocking Pink. HEX triplet: EC, 18 and B6. RGB value is (236,24,182). Sum of RGB (Red+Green+Blue) = 236+24+182=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18B6 is #13E749. Grayscale: #686868. Windows color (decimal): -1304394 or 11933932. OLE color: 11933932.
HSL color Cylindrical-coordinate representation of color #EC18B6: hue angle of 315.28º 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 #EC18B6 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 182 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.07 |
| HSL | 315.28º | 0.85% | 0.51% | - |
| HSV(B) | 315.28º | 0.9% | 0.93% | - |
| XYZ | 43.36 | 21.86 | 46.19 | - |
| YUV | 105.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 182 | 0 | 0.90 | 0.23 | 0.07 | 315.28 | 0.85 | 0.51 |
| Hex | EC | 18 | B6 | 0 | 5A | 17 | 7 | 13B | 55 | 33 |
| Octal | 354 | 30 | 266 | 0 | 132 | 27 | 7 | 473 | 125 | 63 |
| Binary | 11101100 | 11000 | 10110110 | 0 | 1011010 | 10111 | 111 | 100111011 | 1010101 | 110011 |
Color Harmonies of #EC18B6
Complementary color
Monochromatic Colors of #EC18B6
Black with #EC18B6
Text Example
Text Example
White with #EC18B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18B6; }
p { color: rgb(236,24,182); }
H1.HeaderClassName
{
color: #EC18B6;
}
.AnyTagClassName
{
color: #EC18B6;
}
</style>
background-color css
<style>
a { background-color: #EC18B6; }
a { background-color: rgb(236,24,182); }
div.DivClassName
{
background-color: #EC18B6;
}
.BgClassName
{
background-color: #EC18B6;
}
</style>
border-color css
<style>
span { border-color: #EC18B6; }
span { border-color: rgb(236,24,182); }
td.TdClassName
{
border-color: #EC18B6;
}
.TagClassName
{
border-color: #EC18B6;
}
</style>