#EF4176

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

Shades of Dark Pink #EF4176

Tints of Dark Pink #EF4176

Color information

#EF4176 (or 0xEF4176) is unknown color: approx Dark Pink. HEX triplet: EF, 41 and 76. RGB value is (239,65,118). Sum of RGB (Red+Green+Blue) = 239+65+118=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4176 is #10BE89. Grayscale: #7B7B7B. Windows color (decimal): -1097354 or 7750127. OLE color: 7750127.

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

Color convert

RGB23965118-
CMYK00.730.510.06
HSL341.72º84.47%59.61%-
HSV(B)341.72º72.8%93.73%-
XYZ40.7623.4419.52-
YUV123.07125.15210.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.64%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=56.64%
G=15.40%
B=27.96%

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
Decimal2396511800.730.510.06341.7284.4759.61
HexEF4176049336156543c
Octal357101166011163652612474
Binary1110111110000011110110010010011100111101010101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4176; }

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

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

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

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

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

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

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

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