Shades of Shocking Pink #EF1FCB
Tints of Shocking Pink #EF1FCB
RGB
CMYK
RGB Variations
Color information
#EF1FCB (or 0xEF1FCB) is known color: Shocking Pink. HEX triplet: EF, 1F and CB. RGB value is (239,31,203). Sum of RGB (Red+Green+Blue) = 239+31+203=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FCB is #10E034. Grayscale: #707070. Windows color (decimal): -1105973 or 13311983. OLE color: 13311983.
HSL color Cylindrical-coordinate representation of color #EF1FCB: hue angle of 310.38º 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 #EF1FCB is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 203 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.38º | 0.87% | 0.53% | - |
| HSV(B) | 310.38º | 0.87% | 0.94% | - |
| XYZ | 46.87 | 23.64 | 58.59 | - |
| YUV | 112.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 203 | 0 | 0.87 | 0.15 | 0.06 | 310.38 | 0.87 | 0.53 |
| Hex | EF | 1F | CB | 0 | 57 | F | 6 | 136 | 57 | 35 |
| Octal | 357 | 37 | 313 | 0 | 127 | 17 | 6 | 466 | 127 | 65 |
| Binary | 11101111 | 11111 | 11001011 | 0 | 1010111 | 1111 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #EF1FCB
Complementary color
Monochromatic Colors of #EF1FCB
Black with #EF1FCB
Text Example
Text Example
White with #EF1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FCB; }
p { color: rgb(239,31,203); }
H1.HeaderClassName
{
color: #EF1FCB;
}
.AnyTagClassName
{
color: #EF1FCB;
}
</style>
background-color css
<style>
a { background-color: #EF1FCB; }
a { background-color: rgb(239,31,203); }
div.DivClassName
{
background-color: #EF1FCB;
}
.BgClassName
{
background-color: #EF1FCB;
}
</style>
border-color css
<style>
span { border-color: #EF1FCB; }
span { border-color: rgb(239,31,203); }
td.TdClassName
{
border-color: #EF1FCB;
}
.TagClassName
{
border-color: #EF1FCB;
}
</style>