#EF16CC

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

Shades of Shocking Pink #EF16CC

Tints of Shocking Pink #EF16CC

Color information

#EF16CC (or 0xEF16CC) is unknown color: approx Shocking Pink. HEX triplet: EF, 16 and CC. RGB value is (239,22,204). Sum of RGB (Red+Green+Blue) = 239+22+204=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16CC is #10E933. Grayscale: #6B6B6B. Windows color (decimal): -1108276 or 13375215. OLE color: 13375215.

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

Color convert

RGB23922204-
CMYK00.910.150.06
HSL309.68º87.15%51.18%-
HSV(B)309.68º90.79%93.73%-
XYZ46.7823.2859.16-
YUV107.63182.39221.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 22 (8.98% from 255) = 4.73%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=51.40%
G=4.73%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392220400.910.150.06309.6887.1551.18
HexEF16CC05BF61365733
Octal35726314013317646612763
Binary1110111110110110011000101101111111101001101101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16CC; }

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

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

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

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

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

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

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

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