Shades of Shocking Pink #EC18B8
Tints of Shocking Pink #EC18B8
RGB
CMYK
RGB Variations
Color information
#EC18B8 (or 0xEC18B8) is known color: Shocking Pink. HEX triplet: EC, 18 and B8. RGB value is (236,24,184). Sum of RGB (Red+Green+Blue) = 236+24+184=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18B8 is #13E747. Grayscale: #696969. Windows color (decimal): -1304392 or 12065004. OLE color: 12065004.
HSL color Cylindrical-coordinate representation of color #EC18B8: hue angle of 314.72º 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 #EC18B8 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 184 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.07 |
| HSL | 314.72º | 0.85% | 0.51% | - |
| HSV(B) | 314.72º | 0.9% | 0.93% | - |
| XYZ | 43.57 | 21.95 | 47.29 | - |
| YUV | 105.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 184 | 0 | 0.90 | 0.22 | 0.07 | 314.72 | 0.85 | 0.51 |
| Hex | EC | 18 | B8 | 0 | 5A | 16 | 7 | 13B | 55 | 33 |
| Octal | 354 | 30 | 270 | 0 | 132 | 26 | 7 | 473 | 125 | 63 |
| Binary | 11101100 | 11000 | 10111000 | 0 | 1011010 | 10110 | 111 | 100111011 | 1010101 | 110011 |
Color Harmonies of #EC18B8
Complementary color
Monochromatic Colors of #EC18B8
Black with #EC18B8
Text Example
Text Example
White with #EC18B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18B8; }
p { color: rgb(236,24,184); }
H1.HeaderClassName
{
color: #EC18B8;
}
.AnyTagClassName
{
color: #EC18B8;
}
</style>
background-color css
<style>
a { background-color: #EC18B8; }
a { background-color: rgb(236,24,184); }
div.DivClassName
{
background-color: #EC18B8;
}
.BgClassName
{
background-color: #EC18B8;
}
</style>
border-color css
<style>
span { border-color: #EC18B8; }
span { border-color: rgb(236,24,184); }
td.TdClassName
{
border-color: #EC18B8;
}
.TagClassName
{
border-color: #EC18B8;
}
</style>