#EF178C

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

Shades of Deep Pink #EF178C

Tints of Deep Pink #EF178C

Color information

#EF178C (or 0xEF178C) is unknown color: approx Deep Pink. HEX triplet: EF, 17 and 8C. RGB value is (239,23,140). Sum of RGB (Red+Green+Blue) = 239+23+140=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF178C is #10E873. Grayscale: #646464. Windows color (decimal): -1108084 or 9181167. OLE color: 9181167.

HSL color Cylindrical-coordinate representation of color #EF178C: hue angle of 327.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF178C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB23923140-
CMYK00.900.410.06
HSL327.5º87.1%51.37%-
HSV(B)327.5º90.38%93.73%-
XYZ40.6420.8626.69-
YUV100.92150.06226.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.45%
GREEN value IS 23 (9.38% from 255) = 5.72%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=59.45%
G=5.72%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392314000.900.410.06327.587.151.37
HexEF178C05A2961485733
Octal35727214013251651012763
Binary111011111011110001100010110101010011101010010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF178C; }

 p { color: rgb(239,23,140); }

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

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

 a { background-color: rgb(239,23,140); }

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

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

 span { border-color: rgb(239,23,140); }

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