Html Css Color HEX #EF5479 Dark Pink

📋 copy color: '#EF5479'

red 239 ◦ green 84 ◦ blue 121

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

Shades of Dark Pink #EF5479

Tints of Dark Pink #EF5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

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

R = 53.83%
G = 18.92%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF5479 (or 0xEF5479) is known color: Dark Pink. HEX triplet: EF, 54 and 79. RGB value is (239,84,121). Sum of RGB (Red+Green+Blue) = 239+84+121=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5479 is #10AB86. Grayscale: #868686. Windows color (decimal): -1092487 or 7951599. OLE color: 7951599.

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

Color convert

RGB 239 84 121 -
CMYK 0 0.65 0.49 0.06
HSL 345.68º 0.83% 0.63% -
HSV(B) 345.68º 0.65% 0.94% -
XYZ 42.22 26.07 20.9 -
YUV 134.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 239 84 121 0 0.65 0.49 0.06 345.68 0.83 0.63
Hex EF 54 79 0 41 31 6 15A 53 3F
Octal 357 124 171 0 101 61 6 532 123 77
Binary 11101111 1010100 1111001 0 1000001 110001 110 101011010 1010011 111111

Color Harmonies of #EF5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5479

Black with #EF5479

Text Example


Text Example

White with #EF5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5479; }

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

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

background-color css

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

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

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

border-color css

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

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

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