Shades of Shocking Pink #EF07BD
Tints of Shocking Pink #EF07BD
RGB
CMYK
RGB Variations
Color information
#EF07BD (or 0xEF07BD) is known color: Shocking Pink. HEX triplet: EF, 07 and BD. RGB value is (239,7,189). Sum of RGB (Red+Green+Blue) = 239+7+189=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07BD is #10F842. Grayscale: #606060. Windows color (decimal): -1112131 or 12388335. OLE color: 12388335.
HSL color Cylindrical-coordinate representation of color #EF07BD: hue angle of 312.93º 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 #EF07BD is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.06 |
| HSL | 312.93º | 0.94% | 0.48% | - |
| HSV(B) | 312.93º | 0.97% | 0.94% | - |
| XYZ | 44.86 | 22.18 | 50.06 | - |
| YUV | 97.12 | 179.86 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 189 | 0 | 0.97 | 0.21 | 0.06 | 312.93 | 0.94 | 0.48 |
| Hex | EF | 7 | BD | 0 | 61 | 15 | 6 | 139 | 5E | 30 |
| Octal | 357 | 7 | 275 | 0 | 141 | 25 | 6 | 471 | 136 | 60 |
| Binary | 11101111 | 111 | 10111101 | 0 | 1100001 | 10101 | 110 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EF07BD
Complementary color
Monochromatic Colors of #EF07BD
Black with #EF07BD
Text Example
Text Example
White with #EF07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07BD; }
p { color: rgb(239,7,189); }
H1.HeaderClassName
{
color: #EF07BD;
}
.AnyTagClassName
{
color: #EF07BD;
}
</style>
background-color css
<style>
a { background-color: #EF07BD; }
a { background-color: rgb(239,7,189); }
div.DivClassName
{
background-color: #EF07BD;
}
.BgClassName
{
background-color: #EF07BD;
}
</style>
border-color css
<style>
span { border-color: #EF07BD; }
span { border-color: rgb(239,7,189); }
td.TdClassName
{
border-color: #EF07BD;
}
.TagClassName
{
border-color: #EF07BD;
}
</style>