#EF4175

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

Shades of Dark Pink #EF4175

Tints of Dark Pink #EF4175

Color information

#EF4175 (or 0xEF4175) is unknown color: approx Dark Pink. HEX triplet: EF, 41 and 75. RGB value is (239,65,117). Sum of RGB (Red+Green+Blue) = 239+65+117=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4175 is #10BE8A. Grayscale: #7A7A7A. Windows color (decimal): -1097355 or 7684591. OLE color: 7684591.

HSL color Cylindrical-coordinate representation of color #EF4175: hue angle of 342.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4175 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB23965117-
CMYK00.730.510.06
HSL342.07º84.47%59.61%-
HSV(B)342.07º72.8%93.73%-
XYZ40.723.4219.2-
YUV122.95124.65210.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.77%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=56.77%
G=15.44%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396511700.730.510.06342.0784.4759.61
HexEF4175049336156543c
Octal357101165011163652612474
Binary1110111110000011110101010010011100111101010101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4175; }

 p { color: rgb(239,65,117); }

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

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

 a { background-color: rgb(239,65,117); }

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

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

 span { border-color: rgb(239,65,117); }

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