#EF5B80

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

Shades of Dark Pink #EF5B80

Tints of Dark Pink #EF5B80

Color information

#EF5B80 (or 0xEF5B80) is unknown color: approx Dark Pink. HEX triplet: EF, 5B and 80. RGB value is (239,91,128). Sum of RGB (Red+Green+Blue) = 239+91+128=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5B80 is #10A47F. Grayscale: #8B8B8B. Windows color (decimal): -1090688 or 8412143. OLE color: 8412143.

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

Color convert

RGB23991128-
CMYK00.620.460.06
HSL345º82.22%64.71%-
HSV(B)345º61.92%93.73%-
XYZ43.2327.3923.43-
YUV139.47121.53198.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=52.18%
G=19.87%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399112800.620.460.0634582.2264.71
HexEF5B8003E2E61595241
Octal357133200076566531122101
Binary11101111101101110000000011111010111011010101100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5B80; }

 p { color: rgb(239,91,128); }

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

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

 a { background-color: rgb(239,91,128); }

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

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

 span { border-color: rgb(239,91,128); }

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