#EF16D6

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

Shades of Shocking Pink #EF16D6

Tints of Shocking Pink #EF16D6

Color information

#EF16D6 (or 0xEF16D6) is unknown color: approx Shocking Pink. HEX triplet: EF, 16 and D6. RGB value is (239,22,214). Sum of RGB (Red+Green+Blue) = 239+22+214=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16D6 is #10E929. Grayscale: #6C6C6C. Windows color (decimal): -1108266 or 14030575. OLE color: 14030575.

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

Color convert

RGB23922214-
CMYK00.910.100.06
HSL306.91º87.15%51.18%-
HSV(B)306.91º90.79%93.73%-
XYZ48.0223.7865.68-
YUV108.77187.39220.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 22 (8.98% from 255) = 4.63%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=50.32%
G=4.63%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392221400.910.100.06306.9187.1551.18
HexEF16D605BA61335733
Octal35726326013312646312763
Binary1110111110110110101100101101110101101001100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16D6; }

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

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

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

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

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

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

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

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