Html Css Color HEX #E57180 Froly

📋 copy color: '#E57180'

red 229 ◦ green 113 ◦ blue 128

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

Shades of Froly #E57180

Tints of Froly #E57180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 48.72%
G = 24.04%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E57180 (or 0xE57180) is known color: Froly. HEX triplet: E5, 71 and 80. RGB value is (229,113,128). Sum of RGB (Red+Green+Blue) = 229+113+128=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E57180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57180 is #1A8E7F. Grayscale: #959595. Windows color (decimal): -1740416 or 8417765. OLE color: 8417765.

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

Color convert

RGB 229 113 128 -
CMYK 0 0.51 0.44 0.10
HSL 352.24º 0.69% 0.67% -
HSV(B) 352.24º 0.51% 0.9% -
XYZ 42.11 30.03 24 -
YUV 149.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 229 113 128 0 0.51 0.44 0.10 352.24 0.69 0.67
Hex E5 71 80 0 33 2C A 160 45 43
Octal 345 161 200 0 63 54 12 540 105 103
Binary 11100101 1110001 10000000 0 110011 101100 1010 101100000 1000101 1000011

Color Harmonies of #E57180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57180

Black with #E57180

Text Example


Text Example

White with #E57180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57180; }

 p { color: rgb(229,113,128); }

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

background-color css

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

 a { background-color: rgb(229,113,128); }

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

border-color css

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

 span { border-color: rgb(229,113,128); }

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