Shades of Shocking Pink #EF14D5
Tints of Shocking Pink #EF14D5
RGB
CMYK
RGB Variations
Color information
#EF14D5 (or 0xEF14D5) is known color: Shocking Pink. HEX triplet: EF, 14 and D5. RGB value is (239,20,213). Sum of RGB (Red+Green+Blue) = 239+20+213=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14D5 is #10EB2A. Grayscale: #6A6A6A. Windows color (decimal): -1108779 or 13964527. OLE color: 13964527.
HSL color Cylindrical-coordinate representation of color #EF14D5: hue angle of 307.12º 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 #EF14D5 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 213 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.06 |
| HSL | 307.12º | 0.87% | 0.51% | - |
| HSV(B) | 307.12º | 0.92% | 0.94% | - |
| XYZ | 47.86 | 23.66 | 64.99 | - |
| YUV | 107.48 | 187.55 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 213 | 0 | 0.92 | 0.11 | 0.06 | 307.12 | 0.87 | 0.51 |
| Hex | EF | 14 | D5 | 0 | 5C | B | 6 | 133 | 57 | 33 |
| Octal | 357 | 24 | 325 | 0 | 134 | 13 | 6 | 463 | 127 | 63 |
| Binary | 11101111 | 10100 | 11010101 | 0 | 1011100 | 1011 | 110 | 100110011 | 1010111 | 110011 |
Color Harmonies of #EF14D5
Complementary color
Monochromatic Colors of #EF14D5
Black with #EF14D5
Text Example
Text Example
White with #EF14D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14D5; }
p { color: rgb(239,20,213); }
H1.HeaderClassName
{
color: #EF14D5;
}
.AnyTagClassName
{
color: #EF14D5;
}
</style>
background-color css
<style>
a { background-color: #EF14D5; }
a { background-color: rgb(239,20,213); }
div.DivClassName
{
background-color: #EF14D5;
}
.BgClassName
{
background-color: #EF14D5;
}
</style>
border-color css
<style>
span { border-color: #EF14D5; }
span { border-color: rgb(239,20,213); }
td.TdClassName
{
border-color: #EF14D5;
}
.TagClassName
{
border-color: #EF14D5;
}
</style>