#EF5179

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

Shades of Dark Pink #EF5179

Tints of Dark Pink #EF5179

Color information

#EF5179 (or 0xEF5179) is unknown color: approx Dark Pink. HEX triplet: EF, 51 and 79. RGB value is (239,81,121). Sum of RGB (Red+Green+Blue) = 239+81+121=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5179 is #10AE86. Grayscale: #848484. Windows color (decimal): -1093255 or 7950831. OLE color: 7950831.

HSL color Cylindrical-coordinate representation of color #EF5179: hue angle of 344.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5179 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB23981121-
CMYK00.660.490.06
HSL344.81º83.16%62.75%-
HSV(B)344.81º66.11%93.73%-
XYZ41.9925.6220.82-
YUV132.8121.35203.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.20%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=54.20%
G=18.37%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398112100.660.490.06344.8183.1662.75
HexEF5179042316159533f
Octal357121171010261653112377
Binary1110111110100011111001010000101100011101010110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5179; }

 p { color: rgb(239,81,121); }

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

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

 a { background-color: rgb(239,81,121); }

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

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

 span { border-color: rgb(239,81,121); }

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