Shades of Shocking Pink #EC18BD
Tints of Shocking Pink #EC18BD
RGB
CMYK
RGB Variations
Color information
#EC18BD (or 0xEC18BD) is known color: Shocking Pink. HEX triplet: EC, 18 and BD. RGB value is (236,24,189). Sum of RGB (Red+Green+Blue) = 236+24+189=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18BD is #13E742. Grayscale: #696969. Windows color (decimal): -1304387 or 12392684. OLE color: 12392684.
HSL color Cylindrical-coordinate representation of color #EC18BD: hue angle of 313.3º 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 #EC18BD is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.07 |
| HSL | 313.3º | 0.85% | 0.51% | - |
| HSV(B) | 313.3º | 0.9% | 0.93% | - |
| XYZ | 44.1 | 22.16 | 50.1 | - |
| YUV | 106.2 | 174.74 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 189 | 0 | 0.90 | 0.20 | 0.07 | 313.3 | 0.85 | 0.51 |
| Hex | EC | 18 | BD | 0 | 5A | 14 | 7 | 139 | 55 | 33 |
| Octal | 354 | 30 | 275 | 0 | 132 | 24 | 7 | 471 | 125 | 63 |
| Binary | 11101100 | 11000 | 10111101 | 0 | 1011010 | 10100 | 111 | 100111001 | 1010101 | 110011 |
Color Harmonies of #EC18BD
Complementary color
Monochromatic Colors of #EC18BD
Black with #EC18BD
Text Example
Text Example
White with #EC18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18BD; }
p { color: rgb(236,24,189); }
H1.HeaderClassName
{
color: #EC18BD;
}
.AnyTagClassName
{
color: #EC18BD;
}
</style>
background-color css
<style>
a { background-color: #EC18BD; }
a { background-color: rgb(236,24,189); }
div.DivClassName
{
background-color: #EC18BD;
}
.BgClassName
{
background-color: #EC18BD;
}
</style>
border-color css
<style>
span { border-color: #EC18BD; }
span { border-color: rgb(236,24,189); }
td.TdClassName
{
border-color: #EC18BD;
}
.TagClassName
{
border-color: #EC18BD;
}
</style>