#EF5980

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

Shades of Dark Pink #EF5980

Tints of Dark Pink #EF5980

Color information

#EF5980 (or 0xEF5980) is unknown color: approx Dark Pink. HEX triplet: EF, 59 and 80. RGB value is (239,89,128). Sum of RGB (Red+Green+Blue) = 239+89+128=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5980 is #10A67F. Grayscale: #8A8A8A. Windows color (decimal): -1091200 or 8411631. OLE color: 8411631.

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

Color convert

RGB23989128-
CMYK00.630.460.06
HSL344.4º82.42%64.31%-
HSV(B)344.4º62.76%93.73%-
XYZ43.0727.0523.37-
YUV138.3122.2199.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.41%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=52.41%
G=19.52%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398912800.630.460.06344.482.4264.31
HexEF598003F2E61585240
Octal357131200077566530122100
Binary11101111101100110000000011111110111011010101100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5980; }

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

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

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

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

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

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

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

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