Shades of Shocking Pink #EF13BD
Tints of Shocking Pink #EF13BD
RGB
CMYK
RGB Variations
Color information
#EF13BD (or 0xEF13BD) is known color: Shocking Pink. HEX triplet: EF, 13 and BD. RGB value is (239,19,189). Sum of RGB (Red+Green+Blue) = 239+19+189=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13BD is #10EC42. Grayscale: #676767. Windows color (decimal): -1109059 or 12391407. OLE color: 12391407.
HSL color Cylindrical-coordinate representation of color #EF13BD: hue angle of 313.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF13BD is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.06 |
| HSL | 313.64º | 0.87% | 0.51% | - |
| HSV(B) | 313.64º | 0.92% | 0.94% | - |
| XYZ | 45.01 | 22.49 | 50.11 | - |
| YUV | 104.16 | 175.89 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 189 | 0 | 0.92 | 0.21 | 0.06 | 313.64 | 0.87 | 0.51 |
| Hex | EF | 13 | BD | 0 | 5C | 15 | 6 | 13A | 57 | 33 |
| Octal | 357 | 23 | 275 | 0 | 134 | 25 | 6 | 472 | 127 | 63 |
| Binary | 11101111 | 10011 | 10111101 | 0 | 1011100 | 10101 | 110 | 100111010 | 1010111 | 110011 |
Color Harmonies of #EF13BD
Complementary color
Monochromatic Colors of #EF13BD
Black with #EF13BD
Text Example
Text Example
White with #EF13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF13BD; }
p { color: rgb(239,19,189); }
H1.HeaderClassName
{
color: #EF13BD;
}
.AnyTagClassName
{
color: #EF13BD;
}
</style>
background-color css
<style>
a { background-color: #EF13BD; }
a { background-color: rgb(239,19,189); }
div.DivClassName
{
background-color: #EF13BD;
}
.BgClassName
{
background-color: #EF13BD;
}
</style>
border-color css
<style>
span { border-color: #EF13BD; }
span { border-color: rgb(239,19,189); }
td.TdClassName
{
border-color: #EF13BD;
}
.TagClassName
{
border-color: #EF13BD;
}
</style>