Html Css Color HEX #E57D80 Froly

📋 copy color: '#E57D80'

red 229 ◦ green 125 ◦ blue 128

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

Shades of Froly #E57D80

Tints of Froly #E57D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 47.51%
G = 25.93%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E57D80 (or 0xE57D80) is known color: Froly. HEX triplet: E5, 7D and 80. RGB value is (229,125,128). Sum of RGB (Red+Green+Blue) = 229+125+128=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57D80 is #1A827F. Grayscale: #9C9C9C. Windows color (decimal): -1737344 or 8420837. OLE color: 8420837.

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

Color convert

RGB 229 125 128 -
CMYK 0 0.45 0.44 0.10
HSL 358.27º 0.67% 0.69% -
HSV(B) 358.27º 0.45% 0.9% -
XYZ 43.54 32.88 24.47 -
YUV 156.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 229 125 128 0 0.45 0.44 0.10 358.27 0.67 0.69
Hex E5 7D 80 0 2D 2C A 166 43 45
Octal 345 175 200 0 55 54 12 546 103 105
Binary 11100101 1111101 10000000 0 101101 101100 1010 101100110 1000011 1000101

Color Harmonies of #E57D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57D80

Black with #E57D80

Text Example


Text Example

White with #E57D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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