Shades of Shocking Pink #EF10BD
Tints of Shocking Pink #EF10BD
RGB
CMYK
RGB Variations
Color information
#EF10BD (or 0xEF10BD) is known color: Shocking Pink. HEX triplet: EF, 10 and BD. RGB value is (239,16,189). Sum of RGB (Red+Green+Blue) = 239+16+189=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10BD is #10EF42. Grayscale: #656565. Windows color (decimal): -1109827 or 12390639. OLE color: 12390639.
HSL color Cylindrical-coordinate representation of color #EF10BD: hue angle of 313.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10BD is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.06 |
| HSL | 313.45º | 0.87% | 0.5% | - |
| HSV(B) | 313.45º | 0.93% | 0.94% | - |
| XYZ | 44.97 | 22.4 | 50.1 | - |
| YUV | 102.4 | 176.88 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 189 | 0 | 0.93 | 0.21 | 0.06 | 313.45 | 0.87 | 0.5 |
| Hex | EF | 10 | BD | 0 | 5D | 15 | 6 | 139 | 57 | 32 |
| Octal | 357 | 20 | 275 | 0 | 135 | 25 | 6 | 471 | 127 | 62 |
| Binary | 11101111 | 10000 | 10111101 | 0 | 1011101 | 10101 | 110 | 100111001 | 1010111 | 110010 |
Color Harmonies of #EF10BD
Complementary color
Monochromatic Colors of #EF10BD
Black with #EF10BD
Text Example
Text Example
White with #EF10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF10BD; }
p { color: rgb(239,16,189); }
H1.HeaderClassName
{
color: #EF10BD;
}
.AnyTagClassName
{
color: #EF10BD;
}
</style>
background-color css
<style>
a { background-color: #EF10BD; }
a { background-color: rgb(239,16,189); }
div.DivClassName
{
background-color: #EF10BD;
}
.BgClassName
{
background-color: #EF10BD;
}
</style>
border-color css
<style>
span { border-color: #EF10BD; }
span { border-color: rgb(239,16,189); }
td.TdClassName
{
border-color: #EF10BD;
}
.TagClassName
{
border-color: #EF10BD;
}
</style>