Shades of Shocking Pink #EF12C7
Tints of Shocking Pink #EF12C7
RGB
CMYK
RGB Variations
Color information
#EF12C7 (or 0xEF12C7) is known color: Shocking Pink. HEX triplet: EF, 12 and C7. RGB value is (239,18,199). Sum of RGB (Red+Green+Blue) = 239+18+199=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12C7 is #10ED38. Grayscale: #686868. Windows color (decimal): -1109305 or 13046511. OLE color: 13046511.
HSL color Cylindrical-coordinate representation of color #EF12C7: hue angle of 310.86º 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 #EF12C7 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 199 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.06 |
| HSL | 310.86º | 0.87% | 0.5% | - |
| HSV(B) | 310.86º | 0.92% | 0.94% | - |
| XYZ | 46.12 | 22.91 | 56.02 | - |
| YUV | 104.71 | 181.22 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 199 | 0 | 0.92 | 0.17 | 0.06 | 310.86 | 0.87 | 0.5 |
| Hex | EF | 12 | C7 | 0 | 5C | 11 | 6 | 137 | 57 | 32 |
| Octal | 357 | 22 | 307 | 0 | 134 | 21 | 6 | 467 | 127 | 62 |
| Binary | 11101111 | 10010 | 11000111 | 0 | 1011100 | 10001 | 110 | 100110111 | 1010111 | 110010 |
Color Harmonies of #EF12C7
Complementary color
Monochromatic Colors of #EF12C7
Black with #EF12C7
Text Example
Text Example
White with #EF12C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12C7; }
p { color: rgb(239,18,199); }
H1.HeaderClassName
{
color: #EF12C7;
}
.AnyTagClassName
{
color: #EF12C7;
}
</style>
background-color css
<style>
a { background-color: #EF12C7; }
a { background-color: rgb(239,18,199); }
div.DivClassName
{
background-color: #EF12C7;
}
.BgClassName
{
background-color: #EF12C7;
}
</style>
border-color css
<style>
span { border-color: #EF12C7; }
span { border-color: rgb(239,18,199); }
td.TdClassName
{
border-color: #EF12C7;
}
.TagClassName
{
border-color: #EF12C7;
}
</style>