#EF16D4

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

Shades of Shocking Pink #EF16D4

Tints of Shocking Pink #EF16D4

Color information

#EF16D4 (or 0xEF16D4) is unknown color: approx Shocking Pink. HEX triplet: EF, 16 and D4. RGB value is (239,22,212). Sum of RGB (Red+Green+Blue) = 239+22+212=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16D4 is #10E92B. Grayscale: #6C6C6C. Windows color (decimal): -1108268 or 13899503. OLE color: 13899503.

HSL color Cylindrical-coordinate representation of color #EF16D4: hue angle of 307.47º 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 #EF16D4 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23922212-
CMYK00.910.110.06
HSL307.47º87.15%51.18%-
HSV(B)307.47º90.79%93.73%-
XYZ47.7723.6864.34-
YUV108.54186.39221.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 22 (8.98% from 255) = 4.65%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=50.53%
G=4.65%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392221200.910.110.06307.4787.1551.18
HexEF16D405BB61335733
Octal35726324013313646312763
Binary1110111110110110101000101101110111101001100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16D4; }

 p { color: rgb(239,22,212); }

 H1.HeaderClassName
 {
   color: #EF16D4;
 }
 .AnyTagClassName
 {
   color: #EF16D4;
 }
</style>
background-color css

<style>
 a { background-color: #EF16D4; }

 a { background-color: rgb(239,22,212); }

 div.DivClassName
 {
   background-color: #EF16D4;
 }
 .BgClassName
 {
   background-color: #EF16D4;
 }
</style>
border-color css

<style>
 span { border-color: #EF16D4; }

 span { border-color: rgb(239,22,212); }

 td.TdClassName
 {
   border-color: #EF16D4;
 }
 .TagClassName
 {
   border-color: #EF16D4;
 }
</style>