#EF4577

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

Shades of Dark Pink #EF4577

Tints of Dark Pink #EF4577

Color information

#EF4577 (or 0xEF4577) is unknown color: approx Dark Pink. HEX triplet: EF, 45 and 77. RGB value is (239,69,119). Sum of RGB (Red+Green+Blue) = 239+69+119=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4577 is #10BA88. Grayscale: #7D7D7D. Windows color (decimal): -1096329 or 7816687. OLE color: 7816687.

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

Color convert

RGB23969119-
CMYK00.710.500.06
HSL342.35º84.16%60.39%-
HSV(B)342.35º71.13%93.73%-
XYZ41.0523.9419.91-
YUV125.53124.32208.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.97%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=55.97%
G=16.16%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396911900.710.500.06342.3584.1660.39
HexEF4577047326156543c
Octal357105167010762652612474
Binary1110111110001011110111010001111100101101010101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4577; }

 p { color: rgb(239,69,119); }

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

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

 a { background-color: rgb(239,69,119); }

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

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

 span { border-color: rgb(239,69,119); }

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