Shades of Shocking Pink #EF10BB
Tints of Shocking Pink #EF10BB
RGB
CMYK
RGB Variations
Color information
#EF10BB (or 0xEF10BB) is known color: Shocking Pink. HEX triplet: EF, 10 and BB. RGB value is (239,16,187). Sum of RGB (Red+Green+Blue) = 239+16+187=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10BB is #10EF44. Grayscale: #656565. Windows color (decimal): -1109829 or 12259567. OLE color: 12259567.
HSL color Cylindrical-coordinate representation of color #EF10BB: hue angle of 313.99º 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 #EF10BB is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 187 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.06 |
| HSL | 313.99º | 0.87% | 0.5% | - |
| HSV(B) | 313.99º | 0.93% | 0.94% | - |
| XYZ | 44.75 | 22.31 | 48.96 | - |
| YUV | 102.17 | 175.88 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 187 | 0 | 0.93 | 0.22 | 0.06 | 313.99 | 0.87 | 0.5 |
| Hex | EF | 10 | BB | 0 | 5D | 16 | 6 | 13A | 57 | 32 |
| Octal | 357 | 20 | 273 | 0 | 135 | 26 | 6 | 472 | 127 | 62 |
| Binary | 11101111 | 10000 | 10111011 | 0 | 1011101 | 10110 | 110 | 100111010 | 1010111 | 110010 |
Color Harmonies of #EF10BB
Complementary color
Monochromatic Colors of #EF10BB
Black with #EF10BB
Text Example
Text Example
White with #EF10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF10BB; }
p { color: rgb(239,16,187); }
H1.HeaderClassName
{
color: #EF10BB;
}
.AnyTagClassName
{
color: #EF10BB;
}
</style>
background-color css
<style>
a { background-color: #EF10BB; }
a { background-color: rgb(239,16,187); }
div.DivClassName
{
background-color: #EF10BB;
}
.BgClassName
{
background-color: #EF10BB;
}
</style>
border-color css
<style>
span { border-color: #EF10BB; }
span { border-color: rgb(239,16,187); }
td.TdClassName
{
border-color: #EF10BB;
}
.TagClassName
{
border-color: #EF10BB;
}
</style>