#EF16D5

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

Shades of Shocking Pink #EF16D5

Tints of Shocking Pink #EF16D5

Color information

#EF16D5 (or 0xEF16D5) is unknown color: approx Shocking Pink. HEX triplet: EF, 16 and D5. RGB value is (239,22,213). Sum of RGB (Red+Green+Blue) = 239+22+213=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16D5 is #10E92A. Grayscale: #6C6C6C. Windows color (decimal): -1108267 or 13965039. OLE color: 13965039.

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

Color convert

RGB23922213-
CMYK00.910.110.06
HSL307.19º87.15%51.18%-
HSV(B)307.19º90.79%93.73%-
XYZ47.8923.7365.01-
YUV108.66186.89220.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.42%
GREEN value IS 22 (8.98% from 255) = 4.64%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=50.42%
G=4.64%
B=44.94%

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
Decimal2392221300.910.110.06307.1987.1551.18
HexEF16D505BB61335733
Octal35726325013313646312763
Binary1110111110110110101010101101110111101001100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16D5; }

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

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

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

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

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

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

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

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