#EF5377

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

Shades of Dark Pink #EF5377

Tints of Dark Pink #EF5377

Color information

#EF5377 (or 0xEF5377) is unknown color: approx Dark Pink. HEX triplet: EF, 53 and 77. RGB value is (239,83,119). Sum of RGB (Red+Green+Blue) = 239+83+119=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5377 is #10AC88. Grayscale: #858585. Windows color (decimal): -1092745 or 7820271. OLE color: 7820271.

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

Color convert

RGB23983119-
CMYK00.650.500.06
HSL346.15º82.98%63.14%-
HSV(B)346.15º65.27%93.73%-
XYZ42.0225.8720.23-
YUV133.75119.68203.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.20%
GREEN value IS 83 (32.81% from 255) = 18.82%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=54.20%
G=18.82%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398311900.650.500.06346.1582.9863.14
HexEF537704132615a533f
Octal357123167010162653212377
Binary1110111110100111110111010000011100101101010110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5377; }

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

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

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

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

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

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

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

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