Shades of Shocking Pink #EF0BBA
Tints of Shocking Pink #EF0BBA
RGB
CMYK
RGB Variations
Color information
#EF0BBA (or 0xEF0BBA) is known color: Shocking Pink. HEX triplet: EF, 0B and BA. RGB value is (239,11,186). Sum of RGB (Red+Green+Blue) = 239+11+186=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BBA is #10F445. Grayscale: #626262. Windows color (decimal): -1111110 or 12192751. OLE color: 12192751.
HSL color Cylindrical-coordinate representation of color #EF0BBA: hue angle of 313.95º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BBA is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.06 |
| HSL | 313.95º | 0.91% | 0.49% | - |
| HSV(B) | 313.95º | 0.95% | 0.94% | - |
| XYZ | 44.58 | 22.14 | 48.38 | - |
| YUV | 99.12 | 177.04 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 186 | 0 | 0.95 | 0.22 | 0.06 | 313.95 | 0.91 | 0.49 |
| Hex | EF | B | BA | 0 | 5F | 16 | 6 | 13A | 5B | 31 |
| Octal | 357 | 13 | 272 | 0 | 137 | 26 | 6 | 472 | 133 | 61 |
| Binary | 11101111 | 1011 | 10111010 | 0 | 1011111 | 10110 | 110 | 100111010 | 1011011 | 110001 |
Color Harmonies of #EF0BBA
Complementary color
Monochromatic Colors of #EF0BBA
Black with #EF0BBA
Text Example
Text Example
White with #EF0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BBA; }
p { color: rgb(239,11,186); }
H1.HeaderClassName
{
color: #EF0BBA;
}
.AnyTagClassName
{
color: #EF0BBA;
}
</style>
background-color css
<style>
a { background-color: #EF0BBA; }
a { background-color: rgb(239,11,186); }
div.DivClassName
{
background-color: #EF0BBA;
}
.BgClassName
{
background-color: #EF0BBA;
}
</style>
border-color css
<style>
span { border-color: #EF0BBA; }
span { border-color: rgb(239,11,186); }
td.TdClassName
{
border-color: #EF0BBA;
}
.TagClassName
{
border-color: #EF0BBA;
}
</style>