Html Css Color HEX #EF6170 Froly

📋 copy color: '#EF6170'

red 239 ◦ green 97 ◦ blue 112

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

Shades of Froly #EF6170

Tints of Froly #EF6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

 BLUE value IS 112 (44.14% from 255) = 25%

R = 53.35%
G = 21.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF6170 (or 0xEF6170) is known color: Froly. HEX triplet: EF, 61 and 70. RGB value is (239,97,112). Sum of RGB (Red+Green+Blue) = 239+97+112=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6170 is #109E8F. Grayscale: #8D8D8D. Windows color (decimal): -1089168 or 7365103. OLE color: 7365103.

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

Color convert

RGB 239 97 112 -
CMYK 0 0.59 0.53 0.06
HSL 353.66º 0.82% 0.66% -
HSV(B) 353.66º 0.59% 0.94% -
XYZ 42.8 28.07 18.49 -
YUV 141.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 239 97 112 0 0.59 0.53 0.06 353.66 0.82 0.66
Hex EF 61 70 0 3B 35 6 162 52 42
Octal 357 141 160 0 73 65 6 542 122 102
Binary 11101111 1100001 1110000 0 111011 110101 110 101100010 1010010 1000010

Color Harmonies of #EF6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6170

Black with #EF6170

Text Example


Text Example

White with #EF6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6170; }

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

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

background-color css

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

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

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

border-color css

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

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

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