Html Css Color HEX #EF5079 Dark Pink

📋 copy color: '#EF5079'

red 239 ◦ green 80 ◦ blue 121

#EF5079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EF5079

Tints of Dark Pink #EF5079

RGB

 RED value IS 239 (93.75% from 255) = 54.32%

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 54.32%
G = 18.18%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF5079 (or 0xEF5079) is known color: Dark Pink. HEX triplet: EF, 50 and 79. RGB value is (239,80,121). Sum of RGB (Red+Green+Blue) = 239+80+121=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5079 is #10AF86. Grayscale: #848484. Windows color (decimal): -1093511 or 7950575. OLE color: 7950575.

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

Color convert

RGB 239 80 121 -
CMYK 0 0.67 0.49 0.06
HSL 344.53º 0.83% 0.63% -
HSV(B) 344.53º 0.67% 0.94% -
XYZ 41.92 25.47 20.8 -
YUV 132.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 239 80 121 0 0.67 0.49 0.06 344.53 0.83 0.63
Hex EF 50 79 0 43 31 6 159 53 3F
Octal 357 120 171 0 103 61 6 531 123 77
Binary 11101111 1010000 1111001 0 1000011 110001 110 101011001 1010011 111111

Color Harmonies of #EF5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5079

Black with #EF5079

Text Example


Text Example

White with #EF5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5079; }

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

 H1.HeaderClassName
 {
   color: #EF5079;
 }
 .AnyTagClassName
 {
   color: #EF5079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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