Html Css Color HEX #EF6B79 Froly

📋 copy color: '#EF6B79'

red 239 ◦ green 107 ◦ blue 121

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

Shades of Froly #EF6B79

Tints of Froly #EF6B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

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

R = 51.18%
G = 22.91%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF6B79 (or 0xEF6B79) is known color: Froly. HEX triplet: EF, 6B and 79. RGB value is (239,107,121). Sum of RGB (Red+Green+Blue) = 239+107+121=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B79 is #109486. Grayscale: #949494. Windows color (decimal): -1086599 or 7957487. OLE color: 7957487.

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

Color convert

RGB 239 107 121 -
CMYK 0 0.55 0.49 0.06
HSL 353.64º 0.8% 0.68% -
HSV(B) 353.64º 0.55% 0.94% -
XYZ 44.31 30.25 21.59 -
YUV 148.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 239 107 121 0 0.55 0.49 0.06 353.64 0.8 0.68
Hex EF 6B 79 0 37 31 6 162 50 44
Octal 357 153 171 0 67 61 6 542 120 104
Binary 11101111 1101011 1111001 0 110111 110001 110 101100010 1010000 1000100

Color Harmonies of #EF6B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6B79

Black with #EF6B79

Text Example


Text Example

White with #EF6B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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