#EF16C2

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

Shades of Shocking Pink #EF16C2

Tints of Shocking Pink #EF16C2

Color information

#EF16C2 (or 0xEF16C2) is unknown color: approx Shocking Pink. HEX triplet: EF, 16 and C2. RGB value is (239,22,194). Sum of RGB (Red+Green+Blue) = 239+22+194=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16C2 is #10E93D. Grayscale: #6A6A6A. Windows color (decimal): -1108286 or 12719855. OLE color: 12719855.

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

Color convert

RGB23922194-
CMYK00.910.190.06
HSL312.44º87.15%51.18%-
HSV(B)312.44º90.79%93.73%-
XYZ45.6222.8253.04-
YUV106.49177.39222.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.53%
GREEN value IS 22 (8.98% from 255) = 4.84%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=52.53%
G=4.84%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392219400.910.190.06312.4487.1551.18
HexEF16C205B1361385733
Octal35726302013323647012763
Binary11101111101101100001001011011100111101001110001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16C2; }

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

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

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

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

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

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

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

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