Shades of Shocking Pink #EF07C7
Tints of Shocking Pink #EF07C7
RGB
CMYK
RGB Variations
Color information
#EF07C7 (or 0xEF07C7) is known color: Shocking Pink. HEX triplet: EF, 07 and C7. RGB value is (239,7,199). Sum of RGB (Red+Green+Blue) = 239+7+199=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07C7 is #10F838. Grayscale: #616161. Windows color (decimal): -1112121 or 13043695. OLE color: 13043695.
HSL color Cylindrical-coordinate representation of color #EF07C7: hue angle of 310.34º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF07C7 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.06 |
| HSL | 310.34º | 0.94% | 0.48% | - |
| HSV(B) | 310.34º | 0.97% | 0.94% | - |
| XYZ | 45.98 | 22.63 | 55.98 | - |
| YUV | 98.26 | 184.86 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 199 | 0 | 0.97 | 0.17 | 0.06 | 310.34 | 0.94 | 0.48 |
| Hex | EF | 7 | C7 | 0 | 61 | 11 | 6 | 136 | 5E | 30 |
| Octal | 357 | 7 | 307 | 0 | 141 | 21 | 6 | 466 | 136 | 60 |
| Binary | 11101111 | 111 | 11000111 | 0 | 1100001 | 10001 | 110 | 100110110 | 1011110 | 110000 |
Color Harmonies of #EF07C7
Complementary color
Monochromatic Colors of #EF07C7
Black with #EF07C7
Text Example
Text Example
White with #EF07C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07C7; }
p { color: rgb(239,7,199); }
H1.HeaderClassName
{
color: #EF07C7;
}
.AnyTagClassName
{
color: #EF07C7;
}
</style>
background-color css
<style>
a { background-color: #EF07C7; }
a { background-color: rgb(239,7,199); }
div.DivClassName
{
background-color: #EF07C7;
}
.BgClassName
{
background-color: #EF07C7;
}
</style>
border-color css
<style>
span { border-color: #EF07C7; }
span { border-color: rgb(239,7,199); }
td.TdClassName
{
border-color: #EF07C7;
}
.TagClassName
{
border-color: #EF07C7;
}
</style>