Shades of Shocking Pink #EF0CBC
Tints of Shocking Pink #EF0CBC
RGB
CMYK
RGB Variations
Color information
#EF0CBC (or 0xEF0CBC) is known color: Shocking Pink. HEX triplet: EF, 0C and BC. RGB value is (239,12,188). Sum of RGB (Red+Green+Blue) = 239+12+188=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CBC is #10F343. Grayscale: #636363. Windows color (decimal): -1110852 or 12324079. OLE color: 12324079.
HSL color Cylindrical-coordinate representation of color #EF0CBC: hue angle of 313.48º degrees, saturation: 0.9, 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 #EF0CBC is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.48º | 0.9% | 0.49% | - |
| HSV(B) | 313.48º | 0.95% | 0.94% | - |
| XYZ | 44.81 | 22.24 | 49.51 | - |
| YUV | 99.94 | 177.71 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 188 | 0 | 0.95 | 0.21 | 0.06 | 313.48 | 0.9 | 0.49 |
| Hex | EF | C | BC | 0 | 5F | 15 | 6 | 139 | 5A | 31 |
| Octal | 357 | 14 | 274 | 0 | 137 | 25 | 6 | 471 | 132 | 61 |
| Binary | 11101111 | 1100 | 10111100 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011010 | 110001 |
Color Harmonies of #EF0CBC
Complementary color
Monochromatic Colors of #EF0CBC
Black with #EF0CBC
Text Example
Text Example
White with #EF0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CBC; }
p { color: rgb(239,12,188); }
H1.HeaderClassName
{
color: #EF0CBC;
}
.AnyTagClassName
{
color: #EF0CBC;
}
</style>
background-color css
<style>
a { background-color: #EF0CBC; }
a { background-color: rgb(239,12,188); }
div.DivClassName
{
background-color: #EF0CBC;
}
.BgClassName
{
background-color: #EF0CBC;
}
</style>
border-color css
<style>
span { border-color: #EF0CBC; }
span { border-color: rgb(239,12,188); }
td.TdClassName
{
border-color: #EF0CBC;
}
.TagClassName
{
border-color: #EF0CBC;
}
</style>