Shades of Shocking Pink #EF0FBA
Tints of Shocking Pink #EF0FBA
RGB
CMYK
RGB Variations
Color information
#EF0FBA (or 0xEF0FBA) is known color: Shocking Pink. HEX triplet: EF, 0F and BA. RGB value is (239,15,186). Sum of RGB (Red+Green+Blue) = 239+15+186=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FBA is #10F045. Grayscale: #656565. Windows color (decimal): -1110086 or 12193775. OLE color: 12193775.
HSL color Cylindrical-coordinate representation of color #EF0FBA: hue angle of 314.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FBA is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.06 |
| HSL | 314.2º | 0.88% | 0.5% | - |
| HSV(B) | 314.2º | 0.94% | 0.94% | - |
| XYZ | 44.63 | 22.24 | 48.39 | - |
| YUV | 101.47 | 175.71 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 186 | 0 | 0.94 | 0.22 | 0.06 | 314.2 | 0.88 | 0.5 |
| Hex | EF | F | BA | 0 | 5E | 16 | 6 | 13A | 58 | 32 |
| Octal | 357 | 17 | 272 | 0 | 136 | 26 | 6 | 472 | 130 | 62 |
| Binary | 11101111 | 1111 | 10111010 | 0 | 1011110 | 10110 | 110 | 100111010 | 1011000 | 110010 |
Color Harmonies of #EF0FBA
Complementary color
Monochromatic Colors of #EF0FBA
Black with #EF0FBA
Text Example
Text Example
White with #EF0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FBA; }
p { color: rgb(239,15,186); }
H1.HeaderClassName
{
color: #EF0FBA;
}
.AnyTagClassName
{
color: #EF0FBA;
}
</style>
background-color css
<style>
a { background-color: #EF0FBA; }
a { background-color: rgb(239,15,186); }
div.DivClassName
{
background-color: #EF0FBA;
}
.BgClassName
{
background-color: #EF0FBA;
}
</style>
border-color css
<style>
span { border-color: #EF0FBA; }
span { border-color: rgb(239,15,186); }
td.TdClassName
{
border-color: #EF0FBA;
}
.TagClassName
{
border-color: #EF0FBA;
}
</style>