Html Css Color HEX #EF7079 Froly

📋 copy color: '#EF7079'

red 239 ◦ green 112 ◦ blue 121

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

Shades of Froly #EF7079

Tints of Froly #EF7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

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

R = 50.64%
G = 23.73%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF7079 (or 0xEF7079) is known color: Froly. HEX triplet: EF, 70 and 79. RGB value is (239,112,121). Sum of RGB (Red+Green+Blue) = 239+112+121=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7079 is #108F86. Grayscale: #979797. Windows color (decimal): -1085319 or 7958767. OLE color: 7958767.

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

Color convert

RGB 239 112 121 -
CMYK 0 0.53 0.49 0.06
HSL 355.75º 0.8% 0.69% -
HSV(B) 355.75º 0.53% 0.94% -
XYZ 44.84 31.32 21.77 -
YUV 151 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 239 112 121 0 0.53 0.49 0.06 355.75 0.8 0.69
Hex EF 70 79 0 35 31 6 164 50 45
Octal 357 160 171 0 65 61 6 544 120 105
Binary 11101111 1110000 1111001 0 110101 110001 110 101100100 1010000 1000101

Color Harmonies of #EF7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7079

Black with #EF7079

Text Example


Text Example

White with #EF7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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