Shades of Shocking Pink #EF15BD
Tints of Shocking Pink #EF15BD
RGB
CMYK
RGB Variations
Color information
#EF15BD (or 0xEF15BD) is known color: Shocking Pink. HEX triplet: EF, 15 and BD. RGB value is (239,21,189). Sum of RGB (Red+Green+Blue) = 239+21+189=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15BD is #10EA42. Grayscale: #686868. Windows color (decimal): -1108547 or 12391919. OLE color: 12391919.
HSL color Cylindrical-coordinate representation of color #EF15BD: hue angle of 313.76º 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 #EF15BD is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 189 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.06 |
| HSL | 313.76º | 0.87% | 0.51% | - |
| HSV(B) | 313.76º | 0.91% | 0.94% | - |
| XYZ | 45.05 | 22.56 | 50.12 | - |
| YUV | 105.33 | 175.22 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 189 | 0 | 0.91 | 0.21 | 0.06 | 313.76 | 0.87 | 0.51 |
| Hex | EF | 15 | BD | 0 | 5B | 15 | 6 | 13A | 57 | 33 |
| Octal | 357 | 25 | 275 | 0 | 133 | 25 | 6 | 472 | 127 | 63 |
| Binary | 11101111 | 10101 | 10111101 | 0 | 1011011 | 10101 | 110 | 100111010 | 1010111 | 110011 |
Color Harmonies of #EF15BD
Complementary color
Monochromatic Colors of #EF15BD
Black with #EF15BD
Text Example
Text Example
White with #EF15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15BD; }
p { color: rgb(239,21,189); }
H1.HeaderClassName
{
color: #EF15BD;
}
.AnyTagClassName
{
color: #EF15BD;
}
</style>
background-color css
<style>
a { background-color: #EF15BD; }
a { background-color: rgb(239,21,189); }
div.DivClassName
{
background-color: #EF15BD;
}
.BgClassName
{
background-color: #EF15BD;
}
</style>
border-color css
<style>
span { border-color: #EF15BD; }
span { border-color: rgb(239,21,189); }
td.TdClassName
{
border-color: #EF15BD;
}
.TagClassName
{
border-color: #EF15BD;
}
</style>