Html Css Color HEX #E57072 Froly

📋 copy color: '#E57072'

red 229 ◦ green 112 ◦ blue 114

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

Shades of Froly #E57072

Tints of Froly #E57072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.05%

R = 50.33%
G = 24.62%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E57072 (or 0xE57072) is known color: Froly. HEX triplet: E5, 70 and 72. RGB value is (229,112,114). Sum of RGB (Red+Green+Blue) = 229+112+114=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E57072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57072 is #1A8F8D. Grayscale: #939393. Windows color (decimal): -1740686 or 7500005. OLE color: 7500005.

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

Color convert

RGB 229 112 114 -
CMYK 0 0.51 0.50 0.10
HSL 358.97º 0.69% 0.67% -
HSV(B) 358.97º 0.51% 0.9% -
XYZ 41.14 29.46 19.44 -
YUV 147.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 229 112 114 0 0.51 0.50 0.10 358.97 0.69 0.67
Hex E5 70 72 0 33 32 A 167 45 43
Octal 345 160 162 0 63 62 12 547 105 103
Binary 11100101 1110000 1110010 0 110011 110010 1010 101100111 1000101 1000011

Color Harmonies of #E57072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57072

Black with #E57072

Text Example


Text Example

White with #E57072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57072; }

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

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

background-color css

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

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

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

border-color css

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

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

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