Html Css Color HEX #EF5579 Dark Pink

📋 copy color: '#EF5579'

red 239 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #EF5579

Tints of Dark Pink #EF5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

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

R = 53.71%
G = 19.1%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF5579 (or 0xEF5579) is known color: Dark Pink. HEX triplet: EF, 55 and 79. RGB value is (239,85,121). Sum of RGB (Red+Green+Blue) = 239+85+121=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5579 is #10AA86. Grayscale: #878787. Windows color (decimal): -1092231 or 7951855. OLE color: 7951855.

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

Color convert

RGB 239 85 121 -
CMYK 0 0.64 0.49 0.06
HSL 345.97º 0.83% 0.64% -
HSV(B) 345.97º 0.64% 0.94% -
XYZ 42.3 26.23 20.92 -
YUV 135.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 239 85 121 0 0.64 0.49 0.06 345.97 0.83 0.64
Hex EF 55 79 0 40 31 6 15A 53 40
Octal 357 125 171 0 100 61 6 532 123 100
Binary 11101111 1010101 1111001 0 1000000 110001 110 101011010 1010011 1000000

Color Harmonies of #EF5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5579

Black with #EF5579

Text Example


Text Example

White with #EF5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5579; }

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

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

background-color css

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

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

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

border-color css

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

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

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