Shades of Shocking Pink #EF01BC
Tints of Shocking Pink #EF01BC
RGB
CMYK
RGB Variations
Color information
#EF01BC (or 0xEF01BC) is known color: Shocking Pink. HEX triplet: EF, 01 and BC. RGB value is (239,1,188). Sum of RGB (Red+Green+Blue) = 239+1+188=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01BC is #10FE43. Grayscale: #5C5C5C. Windows color (decimal): -1113668 or 12321263. OLE color: 12321263.
HSL color Cylindrical-coordinate representation of color #EF01BC: hue angle of 312.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01BC is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.06 |
| HSL | 312.86º | 0.99% | 0.47% | - |
| HSV(B) | 312.86º | 1% | 0.94% | - |
| XYZ | 44.68 | 22 | 49.47 | - |
| YUV | 93.48 | 181.35 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 188 | 0 | 1.00 | 0.21 | 0.06 | 312.86 | 0.99 | 0.47 |
| Hex | EF | 1 | BC | 0 | 64 | 15 | 6 | 139 | 63 | 2F |
| Octal | 357 | 1 | 274 | 0 | 144 | 25 | 6 | 471 | 143 | 57 |
| Binary | 11101111 | 1 | 10111100 | 0 | 1100100 | 10101 | 110 | 100111001 | 1100011 | 101111 |
Color Harmonies of #EF01BC
Complementary color
Monochromatic Colors of #EF01BC
Black with #EF01BC
Text Example
Text Example
White with #EF01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01BC; }
p { color: rgb(239,1,188); }
H1.HeaderClassName
{
color: #EF01BC;
}
.AnyTagClassName
{
color: #EF01BC;
}
</style>
background-color css
<style>
a { background-color: #EF01BC; }
a { background-color: rgb(239,1,188); }
div.DivClassName
{
background-color: #EF01BC;
}
.BgClassName
{
background-color: #EF01BC;
}
</style>
border-color css
<style>
span { border-color: #EF01BC; }
span { border-color: rgb(239,1,188); }
td.TdClassName
{
border-color: #EF01BC;
}
.TagClassName
{
border-color: #EF01BC;
}
</style>