Shades of Shocking Pink #EC18D9
Tints of Shocking Pink #EC18D9
RGB
CMYK
RGB Variations
Color information
#EC18D9 (or 0xEC18D9) is known color: Shocking Pink. HEX triplet: EC, 18 and D9. RGB value is (236,24,217). Sum of RGB (Red+Green+Blue) = 236+24+217=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18D9 is #13E726. Grayscale: #6C6C6C. Windows color (decimal): -1304359 or 14227692. OLE color: 14227692.
HSL color Cylindrical-coordinate representation of color #EC18D9: hue angle of 305.38º 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 #EC18D9 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 217 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.07 |
| HSL | 305.38º | 0.85% | 0.51% | - |
| HSV(B) | 305.38º | 0.9% | 0.93% | - |
| XYZ | 47.44 | 23.5 | 67.68 | - |
| YUV | 109.39 | 188.74 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 217 | 0 | 0.90 | 0.08 | 0.07 | 305.38 | 0.85 | 0.51 |
| Hex | EC | 18 | D9 | 0 | 5A | 8 | 7 | 131 | 55 | 33 |
| Octal | 354 | 30 | 331 | 0 | 132 | 10 | 7 | 461 | 125 | 63 |
| Binary | 11101100 | 11000 | 11011001 | 0 | 1011010 | 1000 | 111 | 100110001 | 1010101 | 110011 |
Color Harmonies of #EC18D9
Complementary color
Monochromatic Colors of #EC18D9
Black with #EC18D9
Text Example
Text Example
White with #EC18D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18D9; }
p { color: rgb(236,24,217); }
H1.HeaderClassName
{
color: #EC18D9;
}
.AnyTagClassName
{
color: #EC18D9;
}
</style>
background-color css
<style>
a { background-color: #EC18D9; }
a { background-color: rgb(236,24,217); }
div.DivClassName
{
background-color: #EC18D9;
}
.BgClassName
{
background-color: #EC18D9;
}
</style>
border-color css
<style>
span { border-color: #EC18D9; }
span { border-color: rgb(236,24,217); }
td.TdClassName
{
border-color: #EC18D9;
}
.TagClassName
{
border-color: #EC18D9;
}
</style>