Shades of Shocking Pink #EF12BE
Tints of Shocking Pink #EF12BE
RGB
CMYK
RGB Variations
Color information
#EF12BE (or 0xEF12BE) is known color: Shocking Pink. HEX triplet: EF, 12 and BE. RGB value is (239,18,190). Sum of RGB (Red+Green+Blue) = 239+18+190=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12BE is #10ED41. Grayscale: #676767. Windows color (decimal): -1109314 or 12456687. OLE color: 12456687.
HSL color Cylindrical-coordinate representation of color #EF12BE: hue angle of 313.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12BE is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 190 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.06 |
| HSL | 313.3º | 0.87% | 0.5% | - |
| HSV(B) | 313.3º | 0.92% | 0.94% | - |
| XYZ | 45.11 | 22.5 | 50.68 | - |
| YUV | 103.69 | 176.72 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 190 | 0 | 0.92 | 0.21 | 0.06 | 313.3 | 0.87 | 0.5 |
| Hex | EF | 12 | BE | 0 | 5C | 15 | 6 | 139 | 57 | 32 |
| Octal | 357 | 22 | 276 | 0 | 134 | 25 | 6 | 471 | 127 | 62 |
| Binary | 11101111 | 10010 | 10111110 | 0 | 1011100 | 10101 | 110 | 100111001 | 1010111 | 110010 |
Color Harmonies of #EF12BE
Complementary color
Monochromatic Colors of #EF12BE
Black with #EF12BE
Text Example
Text Example
White with #EF12BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12BE; }
p { color: rgb(239,18,190); }
H1.HeaderClassName
{
color: #EF12BE;
}
.AnyTagClassName
{
color: #EF12BE;
}
</style>
background-color css
<style>
a { background-color: #EF12BE; }
a { background-color: rgb(239,18,190); }
div.DivClassName
{
background-color: #EF12BE;
}
.BgClassName
{
background-color: #EF12BE;
}
</style>
border-color css
<style>
span { border-color: #EF12BE; }
span { border-color: rgb(239,18,190); }
td.TdClassName
{
border-color: #EF12BE;
}
.TagClassName
{
border-color: #EF12BE;
}
</style>