Html Css Color HEX #E57076 Froly

📋 copy color: '#E57076'

red 229 ◦ green 112 ◦ blue 118

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

Shades of Froly #E57076

Tints of Froly #E57076

RGB

 RED value IS 229 (89.84% from 255) = 49.89%

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

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

R = 49.89%
G = 24.4%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E57076 (or 0xE57076) is known color: Froly. HEX triplet: E5, 70 and 76. RGB value is (229,112,118). Sum of RGB (Red+Green+Blue) = 229+112+118=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E57076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57076 is #1A8F89. Grayscale: #939393. Windows color (decimal): -1740682 or 7762149. OLE color: 7762149.

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

Color convert

RGB 229 112 118 -
CMYK 0 0.51 0.48 0.10
HSL 356.92º 0.69% 0.67% -
HSV(B) 356.92º 0.51% 0.9% -
XYZ 41.38 29.55 20.66 -
YUV 147.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 229 112 118 0 0.51 0.48 0.10 356.92 0.69 0.67
Hex E5 70 76 0 33 30 A 165 45 43
Octal 345 160 166 0 63 60 12 545 105 103
Binary 11100101 1110000 1110110 0 110011 110000 1010 101100101 1000101 1000011

Color Harmonies of #E57076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57076

Black with #E57076

Text Example


Text Example

White with #E57076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57076; }

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

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

background-color css

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

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

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

border-color css

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

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

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