Shades of Shocking Pink #EF14D4
Tints of Shocking Pink #EF14D4
RGB
CMYK
RGB Variations
Color information
#EF14D4 (or 0xEF14D4) is known color: Shocking Pink. HEX triplet: EF, 14 and D4. RGB value is (239,20,212). Sum of RGB (Red+Green+Blue) = 239+20+212=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14D4 is #10EB2B. Grayscale: #6A6A6A. Windows color (decimal): -1108780 or 13898991. OLE color: 13898991.
HSL color Cylindrical-coordinate representation of color #EF14D4: hue angle of 307.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14D4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 212 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.06 |
| HSL | 307.4º | 0.87% | 0.51% | - |
| HSV(B) | 307.4º | 0.92% | 0.94% | - |
| XYZ | 47.73 | 23.6 | 64.33 | - |
| YUV | 107.37 | 187.05 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 212 | 0 | 0.92 | 0.11 | 0.06 | 307.4 | 0.87 | 0.51 |
| Hex | EF | 14 | D4 | 0 | 5C | B | 6 | 133 | 57 | 33 |
| Octal | 357 | 24 | 324 | 0 | 134 | 13 | 6 | 463 | 127 | 63 |
| Binary | 11101111 | 10100 | 11010100 | 0 | 1011100 | 1011 | 110 | 100110011 | 1010111 | 110011 |
Color Harmonies of #EF14D4
Complementary color
Monochromatic Colors of #EF14D4
Black with #EF14D4
Text Example
Text Example
White with #EF14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14D4; }
p { color: rgb(239,20,212); }
H1.HeaderClassName
{
color: #EF14D4;
}
.AnyTagClassName
{
color: #EF14D4;
}
</style>
background-color css
<style>
a { background-color: #EF14D4; }
a { background-color: rgb(239,20,212); }
div.DivClassName
{
background-color: #EF14D4;
}
.BgClassName
{
background-color: #EF14D4;
}
</style>
border-color css
<style>
span { border-color: #EF14D4; }
span { border-color: rgb(239,20,212); }
td.TdClassName
{
border-color: #EF14D4;
}
.TagClassName
{
border-color: #EF14D4;
}
</style>