Html Css Color HEX #EF7178 Froly

📋 copy color: '#EF7178'

red 239 ◦ green 113 ◦ blue 120

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

Shades of Froly #EF7178

Tints of Froly #EF7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 50.64%
G = 23.94%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF7178 (or 0xEF7178) is known color: Froly. HEX triplet: EF, 71 and 78. RGB value is (239,113,120). Sum of RGB (Red+Green+Blue) = 239+113+120=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7178 is #108E87. Grayscale: #979797. Windows color (decimal): -1085064 or 7893487. OLE color: 7893487.

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

Color convert

RGB 239 113 120 -
CMYK 0 0.53 0.50 0.06
HSL 356.67º 0.8% 0.69% -
HSV(B) 356.67º 0.53% 0.94% -
XYZ 44.89 31.52 21.49 -
YUV 151.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 239 113 120 0 0.53 0.50 0.06 356.67 0.8 0.69
Hex EF 71 78 0 35 32 6 165 50 45
Octal 357 161 170 0 65 62 6 545 120 105
Binary 11101111 1110001 1111000 0 110101 110010 110 101100101 1010000 1000101

Color Harmonies of #EF7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7178

Black with #EF7178

Text Example


Text Example

White with #EF7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7178; }

 p { color: rgb(239,113,120); }

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

background-color css

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

 a { background-color: rgb(239,113,120); }

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

border-color css

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

 span { border-color: rgb(239,113,120); }

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