Shades of Shocking Pink #ED13BA
Tints of Shocking Pink #ED13BA
RGB
CMYK
RGB Variations
Color information
#ED13BA (or 0xED13BA) is known color: Shocking Pink. HEX triplet: ED, 13 and BA. RGB value is (237,19,186). Sum of RGB (Red+Green+Blue) = 237+19+186=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED13BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED13BA is #12EC45. Grayscale: #666666. Windows color (decimal): -1240134 or 12194797. OLE color: 12194797.
HSL color Cylindrical-coordinate representation of color #ED13BA: hue angle of 314.04º 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 #ED13BA is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.07 |
| HSL | 314.04º | 0.86% | 0.5% | - |
| HSV(B) | 314.04º | 0.92% | 0.93% | - |
| XYZ | 44.02 | 22.02 | 48.38 | - |
| YUV | 103.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 186 | 0 | 0.92 | 0.22 | 0.07 | 314.04 | 0.86 | 0.5 |
| Hex | ED | 13 | BA | 0 | 5C | 16 | 7 | 13A | 56 | 32 |
| Octal | 355 | 23 | 272 | 0 | 134 | 26 | 7 | 472 | 126 | 62 |
| Binary | 11101101 | 10011 | 10111010 | 0 | 1011100 | 10110 | 111 | 100111010 | 1010110 | 110010 |
Color Harmonies of #ED13BA
Complementary color
Monochromatic Colors of #ED13BA
Black with #ED13BA
Text Example
Text Example
White with #ED13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED13BA; }
p { color: rgb(237,19,186); }
H1.HeaderClassName
{
color: #ED13BA;
}
.AnyTagClassName
{
color: #ED13BA;
}
</style>
background-color css
<style>
a { background-color: #ED13BA; }
a { background-color: rgb(237,19,186); }
div.DivClassName
{
background-color: #ED13BA;
}
.BgClassName
{
background-color: #ED13BA;
}
</style>
border-color css
<style>
span { border-color: #ED13BA; }
span { border-color: rgb(237,19,186); }
td.TdClassName
{
border-color: #ED13BA;
}
.TagClassName
{
border-color: #ED13BA;
}
</style>