#EF178A

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

Shades of Deep Pink #EF178A

Tints of Deep Pink #EF178A

Color information

#EF178A (or 0xEF178A) is unknown color: approx Deep Pink. HEX triplet: EF, 17 and 8A. RGB value is (239,23,138). Sum of RGB (Red+Green+Blue) = 239+23+138=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF178A is #10E875. Grayscale: #646464. Windows color (decimal): -1108086 or 9050095. OLE color: 9050095.

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

Color convert

RGB23923138-
CMYK00.900.420.06
HSL328.06º87.1%51.37%-
HSV(B)328.06º90.38%93.73%-
XYZ40.4920.825.93-
YUV100.69149.06226.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.75%
GREEN value IS 23 (9.38% from 255) = 5.75%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=59.75%
G=5.75%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392313800.900.420.06328.0687.151.37
HexEF178A05A2A61485733
Octal35727212013252651012763
Binary111011111011110001010010110101010101101010010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF178A; }

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

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

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

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

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

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

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

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