Shades of Shocking Pink #ED14BA
Tints of Shocking Pink #ED14BA
RGB
CMYK
RGB Variations
Color information
#ED14BA (or 0xED14BA) is known color: Shocking Pink. HEX triplet: ED, 14 and BA. RGB value is (237,20,186). Sum of RGB (Red+Green+Blue) = 237+20+186=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED14BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED14BA is #12EB45. Grayscale: #676767. Windows color (decimal): -1239878 or 12195053. OLE color: 12195053.
HSL color Cylindrical-coordinate representation of color #ED14BA: hue angle of 314.1º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14BA is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 186 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.07 |
| HSL | 314.1º | 0.86% | 0.5% | - |
| HSV(B) | 314.1º | 0.92% | 0.93% | - |
| XYZ | 44.04 | 22.05 | 48.39 | - |
| YUV | 103.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 186 | 0 | 0.92 | 0.22 | 0.07 | 314.1 | 0.86 | 0.5 |
| Hex | ED | 14 | BA | 0 | 5C | 16 | 7 | 13A | 56 | 32 |
| Octal | 355 | 24 | 272 | 0 | 134 | 26 | 7 | 472 | 126 | 62 |
| Binary | 11101101 | 10100 | 10111010 | 0 | 1011100 | 10110 | 111 | 100111010 | 1010110 | 110010 |
Color Harmonies of #ED14BA
Complementary color
Monochromatic Colors of #ED14BA
Black with #ED14BA
Text Example
Text Example
White with #ED14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED14BA; }
p { color: rgb(237,20,186); }
H1.HeaderClassName
{
color: #ED14BA;
}
.AnyTagClassName
{
color: #ED14BA;
}
</style>
background-color css
<style>
a { background-color: #ED14BA; }
a { background-color: rgb(237,20,186); }
div.DivClassName
{
background-color: #ED14BA;
}
.BgClassName
{
background-color: #ED14BA;
}
</style>
border-color css
<style>
span { border-color: #ED14BA; }
span { border-color: rgb(237,20,186); }
td.TdClassName
{
border-color: #ED14BA;
}
.TagClassName
{
border-color: #ED14BA;
}
</style>