Html Css Color HEX #E37076 Froly

📋 copy color: '#E37076'

red 227 ◦ green 112 ◦ blue 118

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

Shades of Froly #E37076

Tints of Froly #E37076

RGB

 RED value IS 227 (89.06% from 255) = 49.67%

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

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 49.67%
G = 24.51%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E37076 (or 0xE37076) is known color: Froly. HEX triplet: E3, 70 and 76. RGB value is (227,112,118). Sum of RGB (Red+Green+Blue) = 227+112+118=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E37076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37076 is #1C8F89. Grayscale: #939393. Windows color (decimal): -1871754 or 7762147. OLE color: 7762147.

HSL color Cylindrical-coordinate representation of color #E37076: hue angle of 356.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E37076 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 112 118 -
CMYK 0 0.51 0.48 0.11
HSL 356.87º 0.67% 0.66% -
HSV(B) 356.87º 0.51% 0.89% -
XYZ 40.74 29.23 20.63 -
YUV 147.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 227 112 118 0 0.51 0.48 0.11 356.87 0.67 0.66
Hex E3 70 76 0 33 30 B 165 43 42
Octal 343 160 166 0 63 60 13 545 103 102
Binary 11100011 1110000 1110110 0 110011 110000 1011 101100101 1000011 1000010

Color Harmonies of #E37076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37076

Black with #E37076

Text Example


Text Example

White with #E37076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37076; }

 p { color: rgb(227,112,118); }

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

background-color css

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

 a { background-color: rgb(227,112,118); }

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

border-color css

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

 span { border-color: rgb(227,112,118); }

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