Html Css Color HEX #EE7071 Froly

📋 copy color: '#EE7071'

red 238 ◦ green 112 ◦ blue 113

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

Shades of Froly #EE7071

Tints of Froly #EE7071

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

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

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

R = 51.4%
G = 24.19%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7071 (or 0xEE7071) is known color: Froly. HEX triplet: EE, 70 and 71. RGB value is (238,112,113). Sum of RGB (Red+Green+Blue) = 238+112+113=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7071 is #118F8E. Grayscale: #959595. Windows color (decimal): -1150863 or 7434478. OLE color: 7434478.

HSL color Cylindrical-coordinate representation of color #EE7071: hue angle of 359.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7071 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 113 -
CMYK 0 0.53 0.53 0.07
HSL 359.52º 0.79% 0.69% -
HSV(B) 359.52º 0.53% 0.93% -
XYZ 44.03 30.96 19.28 -
YUV 149.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 238 112 113 0 0.53 0.53 0.07 359.52 0.79 0.69
Hex EE 70 71 0 35 35 7 168 4F 45
Octal 356 160 161 0 65 65 7 550 117 105
Binary 11101110 1110000 1110001 0 110101 110101 111 101101000 1001111 1000101

Color Harmonies of #EE7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7071

Black with #EE7071

Text Example


Text Example

White with #EE7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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