Shades of Shocking Pink #EF15B7
Tints of Shocking Pink #EF15B7
RGB
CMYK
RGB Variations
Color information
#EF15B7 (or 0xEF15B7) is known color: Shocking Pink. HEX triplet: EF, 15 and B7. RGB value is (239,21,183). Sum of RGB (Red+Green+Blue) = 239+21+183=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15B7 is #10EA48. Grayscale: #686868. Windows color (decimal): -1108553 or 11998703. OLE color: 11998703.
HSL color Cylindrical-coordinate representation of color #EF15B7: hue angle of 315.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15B7 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 183 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.06 |
| HSL | 315.41º | 0.87% | 0.51% | - |
| HSV(B) | 315.41º | 0.91% | 0.94% | - |
| XYZ | 44.41 | 22.31 | 46.76 | - |
| YUV | 104.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 183 | 0 | 0.91 | 0.23 | 0.06 | 315.41 | 0.87 | 0.51 |
| Hex | EF | 15 | B7 | 0 | 5B | 17 | 6 | 13B | 57 | 33 |
| Octal | 357 | 25 | 267 | 0 | 133 | 27 | 6 | 473 | 127 | 63 |
| Binary | 11101111 | 10101 | 10110111 | 0 | 1011011 | 10111 | 110 | 100111011 | 1010111 | 110011 |
Color Harmonies of #EF15B7
Complementary color
Monochromatic Colors of #EF15B7
Black with #EF15B7
Text Example
Text Example
White with #EF15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15B7; }
p { color: rgb(239,21,183); }
H1.HeaderClassName
{
color: #EF15B7;
}
.AnyTagClassName
{
color: #EF15B7;
}
</style>
background-color css
<style>
a { background-color: #EF15B7; }
a { background-color: rgb(239,21,183); }
div.DivClassName
{
background-color: #EF15B7;
}
.BgClassName
{
background-color: #EF15B7;
}
</style>
border-color css
<style>
span { border-color: #EF15B7; }
span { border-color: rgb(239,21,183); }
td.TdClassName
{
border-color: #EF15B7;
}
.TagClassName
{
border-color: #EF15B7;
}
</style>