Shades of Shocking Pink #EC18BE
Tints of Shocking Pink #EC18BE
RGB
CMYK
RGB Variations
Color information
#EC18BE (or 0xEC18BE) is known color: Shocking Pink. HEX triplet: EC, 18 and BE. RGB value is (236,24,190). Sum of RGB (Red+Green+Blue) = 236+24+190=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18BE is #13E741. Grayscale: #696969. Windows color (decimal): -1304386 or 12458220. OLE color: 12458220.
HSL color Cylindrical-coordinate representation of color #EC18BE: hue angle of 313.02º 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 #EC18BE is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 190 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.07 |
| HSL | 313.02º | 0.85% | 0.51% | - |
| HSV(B) | 313.02º | 0.9% | 0.93% | - |
| XYZ | 44.21 | 22.2 | 50.67 | - |
| YUV | 106.31 | 175.24 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 190 | 0 | 0.90 | 0.19 | 0.07 | 313.02 | 0.85 | 0.51 |
| Hex | EC | 18 | BE | 0 | 5A | 13 | 7 | 139 | 55 | 33 |
| Octal | 354 | 30 | 276 | 0 | 132 | 23 | 7 | 471 | 125 | 63 |
| Binary | 11101100 | 11000 | 10111110 | 0 | 1011010 | 10011 | 111 | 100111001 | 1010101 | 110011 |
Color Harmonies of #EC18BE
Complementary color
Monochromatic Colors of #EC18BE
Black with #EC18BE
Text Example
Text Example
White with #EC18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18BE; }
p { color: rgb(236,24,190); }
H1.HeaderClassName
{
color: #EC18BE;
}
.AnyTagClassName
{
color: #EC18BE;
}
</style>
background-color css
<style>
a { background-color: #EC18BE; }
a { background-color: rgb(236,24,190); }
div.DivClassName
{
background-color: #EC18BE;
}
.BgClassName
{
background-color: #EC18BE;
}
</style>
border-color css
<style>
span { border-color: #EC18BE; }
span { border-color: rgb(236,24,190); }
td.TdClassName
{
border-color: #EC18BE;
}
.TagClassName
{
border-color: #EC18BE;
}
</style>