#EF5479

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

Shades of Dark Pink #EF5479

Tints of Dark Pink #EF5479

Color information

#EF5479 (or 0xEF5479) is unknown color: approx Dark Pink. HEX triplet: EF, 54 and 79. RGB value is (239,84,121). Sum of RGB (Red+Green+Blue) = 239+84+121=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5479 is #10AB86. Grayscale: #868686. Windows color (decimal): -1092487 or 7951599. OLE color: 7951599.

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

Color convert

RGB23984121-
CMYK00.650.490.06
HSL345.68º82.89%63.33%-
HSV(B)345.68º64.85%93.73%-
XYZ42.2226.0720.9-
YUV134.56120.35202.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.83%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=53.83%
G=18.92%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398412100.650.490.06345.6882.8963.33
HexEF547904131615a533f
Octal357124171010161653212377
Binary1110111110101001111001010000011100011101010110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5479; }

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

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

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

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

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

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

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

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