Shades of Shocking Pink #EF03BC
Tints of Shocking Pink #EF03BC
RGB
CMYK
RGB Variations
Color information
#EF03BC (or 0xEF03BC) is known color: Shocking Pink. HEX triplet: EF, 03 and BC. RGB value is (239,3,188). Sum of RGB (Red+Green+Blue) = 239+3+188=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03BC is #10FC43. Grayscale: #5E5E5E. Windows color (decimal): -1113156 or 12321775. OLE color: 12321775.
HSL color Cylindrical-coordinate representation of color #EF03BC: hue angle of 312.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03BC is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.06 |
| HSL | 312.97º | 0.98% | 0.47% | - |
| HSV(B) | 312.97º | 0.99% | 0.94% | - |
| XYZ | 44.71 | 22.05 | 49.48 | - |
| YUV | 94.65 | 180.69 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 188 | 0 | 0.99 | 0.21 | 0.06 | 312.97 | 0.98 | 0.47 |
| Hex | EF | 3 | BC | 0 | 63 | 15 | 6 | 139 | 62 | 2F |
| Octal | 357 | 3 | 274 | 0 | 143 | 25 | 6 | 471 | 142 | 57 |
| Binary | 11101111 | 11 | 10111100 | 0 | 1100011 | 10101 | 110 | 100111001 | 1100010 | 101111 |
Color Harmonies of #EF03BC
Complementary color
Monochromatic Colors of #EF03BC
Black with #EF03BC
Text Example
Text Example
White with #EF03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03BC; }
p { color: rgb(239,3,188); }
H1.HeaderClassName
{
color: #EF03BC;
}
.AnyTagClassName
{
color: #EF03BC;
}
</style>
background-color css
<style>
a { background-color: #EF03BC; }
a { background-color: rgb(239,3,188); }
div.DivClassName
{
background-color: #EF03BC;
}
.BgClassName
{
background-color: #EF03BC;
}
</style>
border-color css
<style>
span { border-color: #EF03BC; }
span { border-color: rgb(239,3,188); }
td.TdClassName
{
border-color: #EF03BC;
}
.TagClassName
{
border-color: #EF03BC;
}
</style>