Shades of Shocking Pink #EC18CA
Tints of Shocking Pink #EC18CA
RGB
CMYK
RGB Variations
Color information
#EC18CA (or 0xEC18CA) is known color: Shocking Pink. HEX triplet: EC, 18 and CA. RGB value is (236,24,202). Sum of RGB (Red+Green+Blue) = 236+24+202=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18CA is #13E735. Grayscale: #6B6B6B. Windows color (decimal): -1304374 or 13244652. OLE color: 13244652.
HSL color Cylindrical-coordinate representation of color #EC18CA: hue angle of 309.62º 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 #EC18CA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 202 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.07 |
| HSL | 309.62º | 0.85% | 0.51% | - |
| HSV(B) | 309.62º | 0.9% | 0.93% | - |
| XYZ | 45.58 | 22.75 | 57.87 | - |
| YUV | 107.68 | 181.24 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 202 | 0 | 0.90 | 0.14 | 0.07 | 309.62 | 0.85 | 0.51 |
| Hex | EC | 18 | CA | 0 | 5A | E | 7 | 136 | 55 | 33 |
| Octal | 354 | 30 | 312 | 0 | 132 | 16 | 7 | 466 | 125 | 63 |
| Binary | 11101100 | 11000 | 11001010 | 0 | 1011010 | 1110 | 111 | 100110110 | 1010101 | 110011 |
Color Harmonies of #EC18CA
Complementary color
Monochromatic Colors of #EC18CA
Black with #EC18CA
Text Example
Text Example
White with #EC18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18CA; }
p { color: rgb(236,24,202); }
H1.HeaderClassName
{
color: #EC18CA;
}
.AnyTagClassName
{
color: #EC18CA;
}
</style>
background-color css
<style>
a { background-color: #EC18CA; }
a { background-color: rgb(236,24,202); }
div.DivClassName
{
background-color: #EC18CA;
}
.BgClassName
{
background-color: #EC18CA;
}
</style>
border-color css
<style>
span { border-color: #EC18CA; }
span { border-color: rgb(236,24,202); }
td.TdClassName
{
border-color: #EC18CA;
}
.TagClassName
{
border-color: #EC18CA;
}
</style>