Shades of Shocking Pink #EF1FCF
Tints of Shocking Pink #EF1FCF
RGB
CMYK
RGB Variations
Color information
#EF1FCF (or 0xEF1FCF) is known color: Shocking Pink. HEX triplet: EF, 1F and CF. RGB value is (239,31,207). Sum of RGB (Red+Green+Blue) = 239+31+207=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FCF is #10E030. Grayscale: #707070. Windows color (decimal): -1105969 or 13574127. OLE color: 13574127.
HSL color Cylindrical-coordinate representation of color #EF1FCF: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FCF is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 207 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.06 |
| HSL | 309.23º | 0.87% | 0.53% | - |
| HSV(B) | 309.23º | 0.87% | 0.94% | - |
| XYZ | 47.35 | 23.84 | 61.14 | - |
| YUV | 113.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 207 | 0 | 0.87 | 0.13 | 0.06 | 309.23 | 0.87 | 0.53 |
| Hex | EF | 1F | CF | 0 | 57 | D | 6 | 135 | 57 | 35 |
| Octal | 357 | 37 | 317 | 0 | 127 | 15 | 6 | 465 | 127 | 65 |
| Binary | 11101111 | 11111 | 11001111 | 0 | 1010111 | 1101 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #EF1FCF
Complementary color
Monochromatic Colors of #EF1FCF
Black with #EF1FCF
Text Example
Text Example
White with #EF1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FCF; }
p { color: rgb(239,31,207); }
H1.HeaderClassName
{
color: #EF1FCF;
}
.AnyTagClassName
{
color: #EF1FCF;
}
</style>
background-color css
<style>
a { background-color: #EF1FCF; }
a { background-color: rgb(239,31,207); }
div.DivClassName
{
background-color: #EF1FCF;
}
.BgClassName
{
background-color: #EF1FCF;
}
</style>
border-color css
<style>
span { border-color: #EF1FCF; }
span { border-color: rgb(239,31,207); }
td.TdClassName
{
border-color: #EF1FCF;
}
.TagClassName
{
border-color: #EF1FCF;
}
</style>