Shades of Shocking Pink #EC18C5
Tints of Shocking Pink #EC18C5
RGB
CMYK
RGB Variations
Color information
#EC18C5 (or 0xEC18C5) is known color: Shocking Pink. HEX triplet: EC, 18 and C5. RGB value is (236,24,197). Sum of RGB (Red+Green+Blue) = 236+24+197=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18C5 is #13E73A. Grayscale: #6A6A6A. Windows color (decimal): -1304379 or 12916972. OLE color: 12916972.
HSL color Cylindrical-coordinate representation of color #EC18C5: hue angle of 311.04º 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 #EC18C5 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 197 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.07 |
| HSL | 311.04º | 0.85% | 0.51% | - |
| HSV(B) | 311.04º | 0.9% | 0.93% | - |
| XYZ | 45 | 22.52 | 54.8 | - |
| YUV | 107.11 | 178.74 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 197 | 0 | 0.90 | 0.17 | 0.07 | 311.04 | 0.85 | 0.51 |
| Hex | EC | 18 | C5 | 0 | 5A | 11 | 7 | 137 | 55 | 33 |
| Octal | 354 | 30 | 305 | 0 | 132 | 21 | 7 | 467 | 125 | 63 |
| Binary | 11101100 | 11000 | 11000101 | 0 | 1011010 | 10001 | 111 | 100110111 | 1010101 | 110011 |
Color Harmonies of #EC18C5
Complementary color
Monochromatic Colors of #EC18C5
Black with #EC18C5
Text Example
Text Example
White with #EC18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18C5; }
p { color: rgb(236,24,197); }
H1.HeaderClassName
{
color: #EC18C5;
}
.AnyTagClassName
{
color: #EC18C5;
}
</style>
background-color css
<style>
a { background-color: #EC18C5; }
a { background-color: rgb(236,24,197); }
div.DivClassName
{
background-color: #EC18C5;
}
.BgClassName
{
background-color: #EC18C5;
}
</style>
border-color css
<style>
span { border-color: #EC18C5; }
span { border-color: rgb(236,24,197); }
td.TdClassName
{
border-color: #EC18C5;
}
.TagClassName
{
border-color: #EC18C5;
}
</style>