Html Css Color HEX #E57077 Froly

📋 copy color: '#E57077'

red 229 ◦ green 112 ◦ blue 119

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

Shades of Froly #E57077

Tints of Froly #E57077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 49.78%
G = 24.35%
B = 25.87%

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

#E57077 (or 0xE57077) is known color: Froly. HEX triplet: E5, 70 and 77. RGB value is (229,112,119). Sum of RGB (Red+Green+Blue) = 229+112+119=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57077 is #1A8F88. Grayscale: #939393. Windows color (decimal): -1740681 or 7827685. OLE color: 7827685.

HSL color Cylindrical-coordinate representation of color #E57077: hue angle of 356.41º 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 #E57077 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 119 -
CMYK 0 0.51 0.48 0.10
HSL 356.41º 0.69% 0.67% -
HSV(B) 356.41º 0.51% 0.9% -
XYZ 41.44 29.58 20.98 -
YUV 147.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 229 112 119 0 0.51 0.48 0.10 356.41 0.69 0.67
Hex E5 70 77 0 33 30 A 164 45 43
Octal 345 160 167 0 63 60 12 544 105 103
Binary 11100101 1110000 1110111 0 110011 110000 1010 101100100 1000101 1000011

Color Harmonies of #E57077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57077

Black with #E57077

Text Example


Text Example

White with #E57077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57077; }

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

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

background-color css

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

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

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

border-color css

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

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

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