#EF14D4

Color #EF14D4 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #EF14D4

Tints of Shocking Pink #EF14D4

Color information

#EF14D4 (or 0xEF14D4) is unknown color: approx 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

RGB23920212-
CMYK00.920.110.06
HSL307.4º87.25%50.78%-
HSV(B)307.4º91.63%93.73%-
XYZ47.7323.664.33-
YUV107.37187.05221.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 20 (8.20% from 255) = 4.25%
BLUE value IS 212 (83.20% from 255) = 45.01%
R=50.74%
G=4.25%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392021200.920.110.06307.487.2550.78
HexEF14D405CB61335733
Octal35724324013413646312763
Binary1110111110100110101000101110010111101001100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF14D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>