Html Css Color HEX #EF5679 Dark Pink

📋 copy color: '#EF5679'

red 239 ◦ green 86 ◦ blue 121

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

Shades of Dark Pink #EF5679

Tints of Dark Pink #EF5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

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

R = 53.59%
G = 19.28%
B = 27.13%

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

#EF5679 (or 0xEF5679) is known color: Dark Pink. HEX triplet: EF, 56 and 79. RGB value is (239,86,121). Sum of RGB (Red+Green+Blue) = 239+86+121=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5679 is #10A986. Grayscale: #878787. Windows color (decimal): -1091975 or 7952111. OLE color: 7952111.

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

Color convert

RGB 239 86 121 -
CMYK 0 0.64 0.49 0.06
HSL 346.27º 0.83% 0.64% -
HSV(B) 346.27º 0.64% 0.94% -
XYZ 42.38 26.39 20.95 -
YUV 135.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 239 86 121 0 0.64 0.49 0.06 346.27 0.83 0.64
Hex EF 56 79 0 40 31 6 15A 53 40
Octal 357 126 171 0 100 61 6 532 123 100
Binary 11101111 1010110 1111001 0 1000000 110001 110 101011010 1010011 1000000

Color Harmonies of #EF5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5679

Black with #EF5679

Text Example


Text Example

White with #EF5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5679; }

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

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

background-color css

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

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

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

border-color css

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

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

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