Html Css Color HEX #EF7071 Froly

📋 copy color: '#EF7071'

red 239 ◦ green 112 ◦ blue 113

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

Shades of Froly #EF7071

Tints of Froly #EF7071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 51.51%
G = 24.14%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7071 (or 0xEF7071) is known color: Froly. HEX triplet: EF, 70 and 71. RGB value is (239,112,113). Sum of RGB (Red+Green+Blue) = 239+112+113=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7071 is #108F8E. Grayscale: #969696. Windows color (decimal): -1085327 or 7434479. OLE color: 7434479.

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

Color convert

RGB 239 112 113 -
CMYK 0 0.53 0.53 0.06
HSL 359.53º 0.8% 0.69% -
HSV(B) 359.53º 0.53% 0.94% -
XYZ 44.37 31.13 19.29 -
YUV 150.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 239 112 113 0 0.53 0.53 0.06 359.53 0.8 0.69
Hex EF 70 71 0 35 35 6 168 50 45
Octal 357 160 161 0 65 65 6 550 120 105
Binary 11101111 1110000 1110001 0 110101 110101 110 101101000 1010000 1000101

Color Harmonies of #EF7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7071

Black with #EF7071

Text Example


Text Example

White with #EF7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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