Shades of Shocking Pink #EF15D6
Tints of Shocking Pink #EF15D6
RGB
CMYK
RGB Variations
Color information
#EF15D6 (or 0xEF15D6) is known color: Shocking Pink. HEX triplet: EF, 15 and D6. RGB value is (239,21,214). Sum of RGB (Red+Green+Blue) = 239+21+214=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15D6 is #10EA29. Grayscale: #6B6B6B. Windows color (decimal): -1108522 or 14030319. OLE color: 14030319.
HSL color Cylindrical-coordinate representation of color #EF15D6: hue angle of 306.88º 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 #EF15D6 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 214 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.06 |
| HSL | 306.88º | 0.87% | 0.51% | - |
| HSV(B) | 306.88º | 0.91% | 0.94% | - |
| XYZ | 48 | 23.74 | 65.67 | - |
| YUV | 108.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 214 | 0 | 0.91 | 0.10 | 0.06 | 306.88 | 0.87 | 0.51 |
| Hex | EF | 15 | D6 | 0 | 5B | A | 6 | 133 | 57 | 33 |
| Octal | 357 | 25 | 326 | 0 | 133 | 12 | 6 | 463 | 127 | 63 |
| Binary | 11101111 | 10101 | 11010110 | 0 | 1011011 | 1010 | 110 | 100110011 | 1010111 | 110011 |
Color Harmonies of #EF15D6
Complementary color
Monochromatic Colors of #EF15D6
Black with #EF15D6
Text Example
Text Example
White with #EF15D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15D6; }
p { color: rgb(239,21,214); }
H1.HeaderClassName
{
color: #EF15D6;
}
.AnyTagClassName
{
color: #EF15D6;
}
</style>
background-color css
<style>
a { background-color: #EF15D6; }
a { background-color: rgb(239,21,214); }
div.DivClassName
{
background-color: #EF15D6;
}
.BgClassName
{
background-color: #EF15D6;
}
</style>
border-color css
<style>
span { border-color: #EF15D6; }
span { border-color: rgb(239,21,214); }
td.TdClassName
{
border-color: #EF15D6;
}
.TagClassName
{
border-color: #EF15D6;
}
</style>